Skip to content
Draft
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
24 changes: 16 additions & 8 deletions .azure-pipelines/azure-pipelines-linux.yml

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

22 changes: 14 additions & 8 deletions .azure-pipelines/azure-pipelines-osx.yml

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

3 changes: 3 additions & 0 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
Expand Up @@ -20,10 +20,14 @@ fortran_compiler:
- gfortran
fortran_compiler_version:
- '9'
openblas:
- 0.3.*
target_platform:
- linux-64
zip_keys:
- - blas_impl
- blas_impl_lib
- - c_compiler_version
- fortran_compiler_version
- - cdt_name
- docker_image
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,14 @@ fortran_compiler:
- gfortran
fortran_compiler_version:
- '9'
openblas:
- 0.3.*
target_platform:
- linux-64
zip_keys:
- - blas_impl
- blas_impl_lib
- - c_compiler_version
- fortran_compiler_version
- - cdt_name
- docker_image
33 changes: 33 additions & 0 deletions .ci_support/linux_64_blas_implnetlib.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
blas_default_impl:
- openblas
blas_impl:
- netlib
blas_impl_lib:
- libblas.so
c_compiler:
- gcc
c_compiler_version:
- '9'
cdt_name:
- cos6
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-comp7
fortran_compiler:
- gfortran
fortran_compiler_version:
- '9'
openblas:
- 0.3.*
target_platform:
- linux-64
zip_keys:
- - blas_impl
- blas_impl_lib
- - c_compiler_version
- fortran_compiler_version
- - cdt_name
- docker_image
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,14 @@ fortran_compiler:
- gfortran
fortran_compiler_version:
- '9'
openblas:
- 0.3.*
target_platform:
- linux-64
zip_keys:
- - blas_impl
- blas_impl_lib
- - c_compiler_version
- fortran_compiler_version
- - cdt_name
- docker_image
35 changes: 35 additions & 0 deletions .ci_support/linux_aarch64_blas_implnetlib.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
blas_default_impl:
- openblas
blas_impl:
- netlib
blas_impl_lib:
- libblas.so
c_compiler:
- gcc
c_compiler_version:
- '9'
cdt_arch:
- aarch64
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-aarch64
fortran_compiler:
- gfortran
fortran_compiler_version:
- '9'
openblas:
- 0.3.*
target_platform:
- linux-aarch64
zip_keys:
- - blas_impl
- blas_impl_lib
- - c_compiler_version
- fortran_compiler_version
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ fortran_compiler:
- gfortran
fortran_compiler_version:
- '9'
openblas:
- 0.3.*
target_platform:
- linux-aarch64
zip_keys:
Expand Down
31 changes: 31 additions & 0 deletions .ci_support/linux_ppc64le_blas_implnetlib.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
blas_default_impl:
- openblas
blas_impl:
- netlib
blas_impl_lib:
- libblas.so
c_compiler:
- gcc
c_compiler_version:
- '9'
cdt_name:
- cos7
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-ppc64le
fortran_compiler:
- gfortran
fortran_compiler_version:
- '9'
openblas:
- 0.3.*
target_platform:
- linux-ppc64le
zip_keys:
- - blas_impl
- blas_impl_lib
- - c_compiler_version
- fortran_compiler_version
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ fortran_compiler:
- gfortran
fortran_compiler_version:
- '9'
openblas:
- 0.3.*
target_platform:
- linux-ppc64le
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ fortran_compiler_version:
- '9'
macos_machine:
- x86_64-apple-darwin13.4.0
openblas:
- 0.3.*
target_platform:
- osx-64
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ fortran_compiler_version:
- '9'
macos_machine:
- x86_64-apple-darwin13.4.0
openblas:
- 0.3.*
target_platform:
- osx-64
zip_keys:
Expand Down
31 changes: 31 additions & 0 deletions .ci_support/osx_64_blas_implnetlib.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
blas_default_impl:
- openblas
blas_impl:
- netlib
blas_impl_lib:
- libblas.dylib
c_compiler:
- clang
c_compiler_version:
- '11'
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
fortran_compiler:
- gfortran
fortran_compiler_version:
- '9'
macos_machine:
- x86_64-apple-darwin13.4.0
openblas:
- 0.3.*
target_platform:
- osx-64
zip_keys:
- - blas_impl
- blas_impl_lib
- - c_compiler_version
- fortran_compiler_version
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ fortran_compiler_version:
- '9'
macos_machine:
- x86_64-apple-darwin13.4.0
openblas:
- 0.3.*
target_platform:
- osx-64
zip_keys:
Expand Down
31 changes: 31 additions & 0 deletions .ci_support/osx_arm64_blas_implnetlib.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
MACOSX_DEPLOYMENT_TARGET:
- '11.0'
blas_default_impl:
- openblas
blas_impl:
- netlib
blas_impl_lib:
- libblas.dylib
c_compiler:
- clang
c_compiler_version:
- '11'
channel_sources:
- conda-forge/label/rust_dev,conda-forge
channel_targets:
- conda-forge main
fortran_compiler:
- gfortran
fortran_compiler_version:
- '11'
macos_machine:
- arm64-apple-darwin20.0.0
openblas:
- 0.3.*
target_platform:
- osx-arm64
zip_keys:
- - blas_impl
- blas_impl_lib
- - c_compiler_version
- fortran_compiler_version
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ c_compiler:
c_compiler_version:
- '11'
channel_sources:
- conda-forge
- conda-forge/label/rust_dev,conda-forge
channel_targets:
- conda-forge main
fortran_compiler:
Expand All @@ -20,6 +20,8 @@ fortran_compiler_version:
- '11'
macos_machine:
- arm64-apple-darwin20.0.0
openblas:
- 0.3.*
target_platform:
- osx-arm64
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ m2w64_c_compiler:
- m2w64-toolchain
m2w64_fortran_compiler:
- m2w64-toolchain
openblas:
- 0.3.*
target_platform:
- win-64
zip_keys:
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/win_64_blas_implmklblas_impl_libmkl_rt.dll.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ m2w64_c_compiler:
- m2w64-toolchain
m2w64_fortran_compiler:
- m2w64-toolchain
openblas:
- 0.3.*
target_platform:
- win-64
zip_keys:
Expand Down
21 changes: 21 additions & 0 deletions .ci_support/win_64_blas_implnetlibblas_impl_libblas.dll.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
blas_default_impl:
- mkl
blas_impl:
- netlib
blas_impl_lib:
- blas.dll
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
m2w64_c_compiler:
- m2w64-toolchain
m2w64_fortran_compiler:
- m2w64-toolchain
openblas:
- 0.3.*
target_platform:
- win-64
zip_keys:
- - blas_impl
- blas_impl_lib
Loading