Skip to content
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
30 changes: 13 additions & 17 deletions .azure-pipelines/azure-pipelines-linux.yml

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

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.

13 changes: 5 additions & 8 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 @@ -39,8 +39,6 @@ target_platform:
zip_keys:
- - cxx_compiler_version
- fortran_compiler_version
- cuda_compiler
- cuda_compiler_version
- docker_image
zlib:
- '1'
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ channel_sources:
channel_targets:
- conda-forge main
cuda_compiler:
- None
- cuda-nvcc
cuda_compiler_version:
- None
cxx_compiler:
- gxx
cxx_compiler_version:
- '13'
- '14'
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
fortran_compiler:
- gfortran
fortran_compiler_version:
- '13'
- '14'
icu:
- '75'
libblas:
Expand All @@ -39,8 +39,6 @@ target_platform:
zip_keys:
- - cxx_compiler_version
- fortran_compiler_version
- cuda_compiler
- cuda_compiler_version
- docker_image
zlib:
- '1'

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ target_platform:
zip_keys:
- - cxx_compiler_version
- fortran_compiler_version
- cuda_compiler
- cuda_compiler_version
- docker_image
zlib:
- '1'
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ channel_sources:
channel_targets:
- conda-forge main
cuda_compiler:
- None
- cuda-nvcc
cuda_compiler_version:
- None
cxx_compiler:
- gxx
cxx_compiler_version:
- '13'
- '14'
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
fortran_compiler:
- gfortran
fortran_compiler_version:
- '13'
- '14'
icu:
- '75'
libblas:
Expand All @@ -39,8 +39,6 @@ target_platform:
zip_keys:
- - cxx_compiler_version
- fortran_compiler_version
- cuda_compiler
- cuda_compiler_version
- docker_image
zlib:
- '1'
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ target_platform:
zip_keys:
- - cxx_compiler_version
- fortran_compiler_version
- cuda_compiler
- cuda_compiler_version
- docker_image
zlib:
- '1'
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ channel_sources:
channel_targets:
- conda-forge main
cuda_compiler:
- None
- cuda-nvcc
cuda_compiler_version:
- None
cxx_compiler:
- gxx
cxx_compiler_version:
- '13'
- '14'
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
fortran_compiler:
- gfortran
fortran_compiler_version:
- '13'
- '14'
icu:
- '75'
libblas:
Expand All @@ -39,8 +39,6 @@ target_platform:
zip_keys:
- - cxx_compiler_version
- fortran_compiler_version
- cuda_compiler
- cuda_compiler_version
- docker_image
zlib:
- '1'
6 changes: 3 additions & 3 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ channel_sources:
channel_targets:
- conda-forge main
cuda_compiler:
- None
- cuda-nvcc
cuda_compiler_version:
- None
cxx_compiler:
- clangxx
cxx_compiler_version:
- '18'
- '19'
fortran_compiler:
- gfortran
fortran_compiler_version:
- '13'
- '14'
icu:
- '75'
libblas:
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 @@ -11,17 +11,17 @@ channel_sources:
channel_targets:
- conda-forge main
cuda_compiler:
- None
- cuda-nvcc
cuda_compiler_version:
- None
cxx_compiler:
- clangxx
cxx_compiler_version:
- '18'
- '19'
fortran_compiler:
- gfortran
fortran_compiler_version:
- '13'
- '14'
icu:
- '75'
libblas:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cuda_compiler:
cuda_compiler_version:
- '12.6'
cxx_compiler:
- vs2019
- vs2022
fortran_compiler:
- flang
fortran_compiler_version:
Expand All @@ -28,8 +28,5 @@ magma:
- '2.9'
target_platform:
- win-64
zip_keys:
- - cuda_compiler
- cuda_compiler_version
zlib:
- '1'
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ channel_sources:
channel_targets:
- conda-forge main
cuda_compiler:
- None
- cuda-nvcc
cuda_compiler_version:
- None
cxx_compiler:
- vs2019
- vs2022
fortran_compiler:
- flang
fortran_compiler_version:
Expand All @@ -28,8 +28,5 @@ magma:
- '2.9'
target_platform:
- win-64
zip_keys:
- - cuda_compiler
- cuda_compiler_version
zlib:
- '1'

This file was deleted.

1 change: 1 addition & 0 deletions .gitattributes

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

2 changes: 1 addition & 1 deletion .scripts/build_steps.sh

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

2 changes: 1 addition & 1 deletion .scripts/run_docker_build.sh

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

Loading