Skip to content

Commit

Permalink
MNT: Re-rendered with conda-smithy 3.1.5 and pinning 2018.05.22
Browse files Browse the repository at this point in the history
After revamping the recipe, re-render to update pinnings and compiler
usage.
  • Loading branch information
jakirkham committed May 26, 2018
1 parent 9d5fa81 commit c3dd881
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ environment:
secure: ipv/06DzgA7pzz2CIAtbPxZSsphDtF+JFyoWRnXkn3O8j7oRe3rzqj3LOoq2DZp4

matrix:
- CONFIG: win_
- CONFIG: win_c_compilervs2015vc14
CONDA_INSTALL_LOCN: C:\Miniconda36-x64


Expand Down
8 changes: 8 additions & 0 deletions .ci_support/linux_.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
c_compiler:
- toolchain_c
curl:
- '7.59'
fortran_compiler:
- toolchain_fort
perl:
- '5.26'
pin_run_as_build:
curl:
max_pin: x
perl:
max_pin: x.x
8 changes: 8 additions & 0 deletions .ci_support/osx_.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
c_compiler:
- toolchain_c
curl:
- '7.59'
fortran_compiler:
- toolchain_fort
macos_machine:
- x86_64-apple-darwin13.4.0
macos_min_version:
- '10.9'
perl:
- '5.26'
pin_run_as_build:
curl:
max_pin: x
perl:
max_pin: x.x
5 changes: 0 additions & 5 deletions .ci_support/win_.yaml

This file was deleted.

20 changes: 20 additions & 0 deletions .ci_support/win_c_compilervs2015vc14.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
c_compiler:
- vs2015
curl:
- '7.59'
fortran_compiler:
- gfortran
perl:
- '5.26'
pin_run_as_build:
curl:
max_pin: x
perl:
max_pin: x.x
vc:
max_pin: x
vc:
- '14'
zip_keys:
- - vc
- c_compiler

0 comments on commit c3dd881

Please sign in to comment.