Skip to content

Commit

Permalink
MNT: Re-rendered with conda-build 3.18.11, conda-smithy 3.7.3, and co…
Browse files Browse the repository at this point in the history
…nda-forge-pinning 2020.05.25.23.01.15
  • Loading branch information
phil-blain committed May 29, 2020
1 parent d2a6c26 commit d753745
Show file tree
Hide file tree
Showing 14 changed files with 233 additions and 46 deletions.
31 changes: 15 additions & 16 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 34 additions & 0 deletions .azure-pipelines/azure-pipelines-osx.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pin_run_as_build:
zlib:
max_pin: x.x
python:
- '2.7'
- 3.6.* *_cpython
xz:
- '5.2'
zlib:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pin_run_as_build:
zlib:
max_pin: x.x
python:
- '3.6'
- 3.7.* *_cpython
xz:
- '5.2'
zlib:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pin_run_as_build:
zlib:
max_pin: x.x
python:
- '3.7'
- 3.8.* *_cpython
xz:
- '5.2'
zlib:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,21 +1,25 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
c_compiler:
- gcc
- clang
c_compiler_version:
- '7'
- '9'
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
- clangxx
cxx_compiler_version:
- '7'
docker_image:
- condaforge/linux-anvil-comp7
- '9'
fortran_compiler:
- gfortran
fortran_compiler_version:
- '7'
macos_machine:
- x86_64-apple-darwin13.4.0
macos_min_version:
- '10.9'
ncurses:
- '6.1'
pin_run_as_build:
Expand All @@ -29,7 +33,7 @@ pin_run_as_build:
zlib:
max_pin: x.x
python:
- '3.8'
- 3.6.* *_cpython
xz:
- '5.2'
zlib:
Expand Down
40 changes: 40 additions & 0 deletions .ci_support/osx_python3.7.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
c_compiler:
- clang
c_compiler_version:
- '9'
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '9'
fortran_compiler:
- gfortran
fortran_compiler_version:
- '7'
macos_machine:
- x86_64-apple-darwin13.4.0
macos_min_version:
- '10.9'
ncurses:
- '6.1'
pin_run_as_build:
ncurses:
max_pin: x.x
python:
min_pin: x.x
max_pin: x.x
xz:
max_pin: x.x
zlib:
max_pin: x.x
python:
- 3.7.* *_cpython
xz:
- '5.2'
zlib:
- '1.2'
40 changes: 40 additions & 0 deletions .ci_support/osx_python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
c_compiler:
- clang
c_compiler_version:
- '9'
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '9'
fortran_compiler:
- gfortran
fortran_compiler_version:
- '7'
macos_machine:
- x86_64-apple-darwin13.4.0
macos_min_version:
- '10.9'
ncurses:
- '6.1'
pin_run_as_build:
ncurses:
max_pin: x.x
python:
min_pin: x.x
max_pin: x.x
xz:
max_pin: x.x
zlib:
max_pin: x.x
python:
- 3.8.* *_cpython
xz:
- '5.2'
zlib:
- '1.2'
2 changes: 1 addition & 1 deletion .gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions .scripts/run_docker_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

56 changes: 56 additions & 0 deletions .scripts/run_osx_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d753745

Please sign in to comment.