Skip to content
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
241 changes: 205 additions & 36 deletions .azure-pipelines/azure-pipelines-linux.yml

Large diffs are not rendered by default.

137 changes: 117 additions & 20 deletions .azure-pipelines/azure-pipelines-osx.yml

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

116 changes: 104 additions & 12 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,7 +1,9 @@
blas_impl:
- blis
c_compiler:
- gcc
c_compiler_version:
- '11'
- '12'
cdt_name:
- cos6
channel_sources:
Expand All @@ -11,13 +13,15 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '11'
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
enforce_avx512:
- None
fortran_compiler:
- gfortran
fortran_compiler_version:
- '11'
- '12'
libblas:
- 3.9 *netlib
libcblas:
Expand All @@ -37,6 +41,8 @@ python_impl:
target_platform:
- linux-64
zip_keys:
- - blas_impl
- enforce_avx512
- - c_compiler_version
- cxx_compiler_version
- fortran_compiler_version
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
blas_impl:
- blis
c_compiler:
- gcc
c_compiler_version:
- '11'
- '12'
cdt_name:
- cos6
channel_sources:
Expand All @@ -11,13 +13,15 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '11'
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
enforce_avx512:
- None
fortran_compiler:
- gfortran
fortran_compiler_version:
- '11'
- '12'
libblas:
- 3.9 *netlib
libcblas:
Expand All @@ -37,6 +41,8 @@ python_impl:
target_platform:
- linux-64
zip_keys:
- - blas_impl
- enforce_avx512
- - c_compiler_version
- cxx_compiler_version
- fortran_compiler_version
Expand Down
Loading