Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

Rebuild for gsl26 #20

Closed
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
32 changes: 32 additions & 0 deletions .azure-pipelines/azure-pipelines-linux.yml

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

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

34 changes: 22 additions & 12 deletions .ci_support/linux_python2.7.yaml
Original file line number Diff line number Diff line change
@@ -1,26 +1,36 @@
c_compiler:
- toolchain_c
- gcc
c_compiler_version:
- '7'
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cxx_compiler:
- toolchain_cxx
fortran_compiler:
- toolchain_fort
- gxx
cxx_compiler_version:
- '7'
docker_image:
- condaforge/linux-anvil-comp7
fftw:
- '3'
gsl:
- '2.2'
- '2.6'
icu:
- '58'
- '64.2'
jpeg:
- '9'
krb5:
- '1.14'
- '1.16'
libpng:
- 1.6.34
- '1.6'
libxml2:
- '2.9'
openblas:
- 0.2.20
- 0.3.6
pin_run_as_build:
gsl:
max_pin: x.x
fftw:
max_pin: x
icu:
max_pin: x
jpeg:
Expand All @@ -43,6 +53,6 @@ pin_run_as_build:
python:
- '2.7'
readline:
- '7.0'
- '8.0'
zlib:
- '1.2'
11 changes: 11 additions & 0 deletions .ci_support/migrations/gsl26.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
migrator_ts: 1580917198
__migrator:
kind:
version
migration_number:
1
build_number:
1

gsl:
- 2.6
32 changes: 20 additions & 12 deletions .ci_support/osx_python2.7.yaml
Original file line number Diff line number Diff line change
@@ -1,32 +1,40 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
c_compiler:
- toolchain_c
- clang
c_compiler_version:
- '9'
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cxx_compiler:
- toolchain_cxx
fortran_compiler:
- toolchain_fort
- clangxx
cxx_compiler_version:
- '9'
fftw:
- '3'
gsl:
- '2.2'
- '2.6'
icu:
- '58'
- '64.2'
jpeg:
- '9'
krb5:
- '1.14'
- '1.16'
libpng:
- 1.6.34
- '1.6'
libxml2:
- '2.9'
macos_machine:
- x86_64-apple-darwin13.4.0
macos_min_version:
- '10.9'
openblas:
- 0.2.20
- 0.3.6
pin_run_as_build:
gsl:
max_pin: x.x
fftw:
max_pin: x
icu:
max_pin: x
jpeg:
Expand All @@ -49,6 +57,6 @@ pin_run_as_build:
python:
- '2.7'
readline:
- '7.0'
- '8.0'
zlib:
- '1.2'
33 changes: 0 additions & 33 deletions .circleci/build_steps.sh

This file was deleted.

27 changes: 0 additions & 27 deletions .circleci/checkout_merge_commit.sh

This file was deleted.

26 changes: 12 additions & 14 deletions .circleci/config.yml

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

4 changes: 0 additions & 4 deletions .circleci/fast_finish_ci_pr_build.sh

This file was deleted.

47 changes: 0 additions & 47 deletions .circleci/run_docker_build.sh

This file was deleted.

Loading