Skip to content

Commit

Permalink
Merge pull request #22 from brianv0/unvendor_zlib
Browse files Browse the repository at this point in the history
Unvendor zlib
  • Loading branch information
beckermr authored Apr 27, 2020
2 parents 0c229c8 + f1c746a commit a9401dd
Show file tree
Hide file tree
Showing 21 changed files with 196 additions and 261 deletions.
51 changes: 0 additions & 51 deletions .appveyor.yml

This file was deleted.

7 changes: 2 additions & 5 deletions .azure-pipelines/azure-pipelines-linux.yml

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

39 changes: 18 additions & 21 deletions .azure-pipelines/azure-pipelines-osx.yml

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

29 changes: 15 additions & 14 deletions .azure-pipelines/azure-pipelines-win.yml

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

6 changes: 5 additions & 1 deletion .ci_support/linux_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,13 @@ fortran_compiler:
fortran_compiler_version:
- '7'
libcurl:
- '7.64'
- '7'
pin_run_as_build:
bzip2:
max_pin: x
libcurl:
max_pin: x
zlib:
max_pin: x.x
zlib:
- '1.2'
8 changes: 6 additions & 2 deletions .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cdt_arch:
cdt_name:
- cos7
channel_sources:
- conda-forge,c4aarch64,defaults
- conda-forge
channel_targets:
- conda-forge main
docker_image:
Expand All @@ -21,9 +21,13 @@ fortran_compiler:
fortran_compiler_version:
- '7'
libcurl:
- '7.64'
- '7'
pin_run_as_build:
bzip2:
max_pin: x
libcurl:
max_pin: x
zlib:
max_pin: x.x
zlib:
- '1.2'
6 changes: 5 additions & 1 deletion .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,13 @@ fortran_compiler:
fortran_compiler_version:
- '8'
libcurl:
- '7.64'
- '7'
pin_run_as_build:
bzip2:
max_pin: x
libcurl:
max_pin: x
zlib:
max_pin: x.x
zlib:
- '1.2'
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ bzip2:
c_compiler:
- clang
c_compiler_version:
- '4'
- '9'
channel_sources:
- conda-forge,defaults
channel_targets:
Expand All @@ -15,7 +15,7 @@ fortran_compiler:
fortran_compiler_version:
- '7'
libcurl:
- '7.64'
- '7'
macos_machine:
- x86_64-apple-darwin13.4.0
macos_min_version:
Expand All @@ -25,3 +25,7 @@ pin_run_as_build:
max_pin: x
libcurl:
max_pin: x
zlib:
max_pin: x.x
zlib:
- '1.2'
27 changes: 0 additions & 27 deletions .ci_support/osx_fortran_compiler_version4.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
c_compiler:
- vs2015
- vs2017
channel_sources:
- conda-forge,defaults
channel_targets:
Expand Down
26 changes: 26 additions & 0 deletions .drone.yml

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

18 changes: 18 additions & 0 deletions .gitattributes

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

File renamed without changes.
Loading

0 comments on commit a9401dd

Please sign in to comment.