conda-forge / sundials-feedstock

A conda-smithy repository for sundials.
BSD 3-Clause "New" or "Revised" License
4 stars 10 forks source link

Bump version to 2.7.0 #3

Closed bjodah closed 8 years ago

bjodah commented 8 years ago

Status: Travis and appveyor failing. Looking at travis it issues this command: curl -O http://repo.continuum.io/miniconda/Miniconda3-latest-MacOSX-x86_64.sh but the http mirror looks to be unavailable, using https works: curl -O https://repo.continuum.io/miniconda/Miniconda3-latest-MacOSX-x86_64.sh

conda-forge-linter commented 8 years ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

ocefpaf commented 8 years ago

@bjodah this was fixed in the latest conda-smithy. Can you update conda-smithy and re-render this feedstock?

bjodah commented 8 years ago

@ocefpaf thanks, it works alright now.