Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip compiler activation (on Linux) for 4.0.x #218

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-osx.yml

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

109 changes: 0 additions & 109 deletions .azure-pipelines/azure-pipelines-win.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jpeg:
krb5:
- '1.19'
libblas:
- 3.8 *netlib
- 3.9 *netlib
libcurl:
- '7'
liblapack:
- 3.8 *netlib
- 3.9 *netlib
libpng:
- '1.6'
libssh2:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jpeg:
krb5:
- '1.19'
libblas:
- 3.8 *netlib
- 3.9 *netlib
libcurl:
- '7'
liblapack:
- 3.8 *netlib
- 3.9 *netlib
libpng:
- '1.6'
libssh2:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jpeg:
krb5:
- '1.19'
libblas:
- 3.8 *netlib
- 3.9 *netlib
libcurl:
- '7'
liblapack:
- 3.8 *netlib
- 3.9 *netlib
libpng:
- '1.6'
libssh2:
Expand Down
10 changes: 5 additions & 5 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ bzip2:
c_compiler:
- clang
c_compiler_version:
- '12'
- '13'
cairo:
- '1.16'
channel_sources:
Expand All @@ -15,7 +15,7 @@ channel_targets:
cxx_compiler:
- clangxx
cxx_compiler_version:
- '12'
- '13'
fortran_compiler:
- gfortran
fortran_compiler_version:
Expand All @@ -33,13 +33,13 @@ jpeg:
krb5:
- '1.19'
libblas:
- 3.8 *netlib
- 3.9 *netlib
libcurl:
- '7'
libiconv:
- '1.16'
liblapack:
- 3.8 *netlib
- 3.9 *netlib
libpng:
- '1.6'
libssh2:
Expand All @@ -49,7 +49,7 @@ libtiff:
libxml2:
- '2.9'
llvm_openmp:
- '12'
- '13'
macos_machine:
- x86_64-apple-darwin13.4.0
ncurses:
Expand Down
6 changes: 3 additions & 3 deletions .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ bzip2:
c_compiler:
- clang
c_compiler_version:
- '12'
- '13'
cairo:
- '1.16'
channel_sources:
Expand All @@ -15,7 +15,7 @@ channel_targets:
cxx_compiler:
- clangxx
cxx_compiler_version:
- '12'
- '13'
fortran_compiler:
- gfortran
fortran_compiler_version:
Expand Down Expand Up @@ -49,7 +49,7 @@ libtiff:
libxml2:
- '2.9'
llvm_openmp:
- '12'
- '13'
macos_machine:
- arm64-apple-darwin20.0.0
ncurses:
Expand Down
16 changes: 0 additions & 16 deletions .ci_support/win_64_.yaml

This file was deleted.

3 changes: 2 additions & 1 deletion .circleci/config.yml

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

9 changes: 8 additions & 1 deletion .scripts/build_steps.sh

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

4 changes: 4 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.

30 changes: 22 additions & 8 deletions LICENSE.txt

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

7 changes: 0 additions & 7 deletions README.md

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

1 change: 0 additions & 1 deletion azure-pipelines.yml

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

19 changes: 13 additions & 6 deletions build-locally.py

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

Loading