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

win: learn from anaconda #42

Merged
merged 13 commits into from
Mar 27, 2020
36 changes: 30 additions & 6 deletions .azure-pipelines/azure-pipelines-linux.yml

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

42 changes: 30 additions & 12 deletions .azure-pipelines/azure-pipelines-osx.yml

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

22 changes: 11 additions & 11 deletions .azure-pipelines/azure-pipelines-win.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
@@ -1,5 +1,7 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
blas_impl:
- openblas
c_compiler:
- gcc
c_compiler_version:
Expand All @@ -9,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 @@ -33,6 +35,6 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- '3.6'
- 3.6.* *_cpython
suitesparse:
- '5.6'
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
blas_impl:
- openblas
c_compiler:
- gcc
c_compiler_version:
Expand All @@ -9,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 @@ -33,6 +35,6 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- '3.7'
- 3.7.* *_cpython
suitesparse:
- '5.6'
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
blas_impl:
- openblas
c_compiler:
- gcc
c_compiler_version:
Expand All @@ -9,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 @@ -33,6 +35,6 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- '3.8'
- 3.8.* *_cpython
suitesparse:
- '5.6'
34 changes: 34 additions & 0 deletions .ci_support/linux_blas_implblispython3.6.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
blas_impl:
- blis
c_compiler:
- gcc
c_compiler_version:
- '7'
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
docker_image:
- condaforge/linux-anvil-comp7
fftw:
- '3'
glpk:
- '4.65'
gsl:
- '2.6'
libblas:
- 3.8 *netlib
liblapack:
- 3.8.0 *netlib
pin_run_as_build:
fftw:
max_pin: x
glpk:
max_pin: x.x
python:
min_pin: x.x
max_pin: x.x
python:
- 3.6.* *_cpython
suitesparse:
- '5.6'
34 changes: 34 additions & 0 deletions .ci_support/linux_blas_implblispython3.7.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
blas_impl:
- blis
c_compiler:
- gcc
c_compiler_version:
- '7'
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
docker_image:
- condaforge/linux-anvil-comp7
fftw:
- '3'
glpk:
- '4.65'
gsl:
- '2.6'
libblas:
- 3.8 *netlib
liblapack:
- 3.8.0 *netlib
pin_run_as_build:
fftw:
max_pin: x
glpk:
max_pin: x.x
python:
min_pin: x.x
max_pin: x.x
python:
- 3.7.* *_cpython
suitesparse:
- '5.6'
34 changes: 34 additions & 0 deletions .ci_support/linux_blas_implblispython3.8.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
blas_impl:
- blis
c_compiler:
- gcc
c_compiler_version:
- '7'
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
docker_image:
- condaforge/linux-anvil-comp7
fftw:
- '3'
glpk:
- '4.65'
gsl:
- '2.6'
libblas:
- 3.8 *netlib
liblapack:
- 3.8.0 *netlib
pin_run_as_build:
fftw:
max_pin: x
glpk:
max_pin: x.x
python:
min_pin: x.x
max_pin: x.x
python:
- 3.8.* *_cpython
suitesparse:
- '5.6'
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
blas_impl:
- mkl
c_compiler:
- gcc
c_compiler_version:
Expand Down Expand Up @@ -27,6 +29,6 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- '3.7'
- 3.6.* *_cpython
suitesparse:
- '5.6'
Loading