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

Improve requirements #178

Merged
merged 23 commits into from
Jul 5, 2023
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
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
19 changes: 4 additions & 15 deletions .ci_support/linux_64_mpimpich.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
bzip2:
- '1'
c_compiler:
- gcc
c_compiler_version:
Expand All @@ -10,24 +8,18 @@ channel_sources:
- conda-forge
channel_targets:
- conda-forge main
curl:
- '8'
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
hdf4:
- 4.2.15
hdf5:
- 1.14.1
libjpeg_turbo:
- 2.1.5
libaec:
- '1'
libcurl:
- '8'
libxml2:
- '2.11'
libzip:
- '1'
mpi:
- mpich
mpich:
Expand All @@ -36,9 +28,6 @@ openmpi:
- '4'
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
zlib:
- '1.2'
zstd:
Expand Down
19 changes: 4 additions & 15 deletions .ci_support/linux_64_mpinompi.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
bzip2:
- '1'
c_compiler:
- gcc
c_compiler_version:
Expand All @@ -10,24 +8,18 @@ channel_sources:
- conda-forge
channel_targets:
- conda-forge main
curl:
- '8'
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
hdf4:
- 4.2.15
hdf5:
- 1.14.1
libjpeg_turbo:
- 2.1.5
libaec:
- '1'
libcurl:
- '8'
libxml2:
- '2.11'
libzip:
- '1'
mpi:
- nompi
mpich:
Expand All @@ -36,9 +28,6 @@ openmpi:
- '4'
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
zlib:
- '1.2'
zstd:
Expand Down
19 changes: 4 additions & 15 deletions .ci_support/linux_64_mpiopenmpi.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
bzip2:
- '1'
c_compiler:
- gcc
c_compiler_version:
Expand All @@ -10,24 +8,18 @@ channel_sources:
- conda-forge
channel_targets:
- conda-forge main
curl:
- '8'
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
hdf4:
- 4.2.15
hdf5:
- 1.14.1
libjpeg_turbo:
- 2.1.5
libaec:
- '1'
libcurl:
- '8'
libxml2:
- '2.11'
libzip:
- '1'
mpi:
- openmpi
mpich:
Expand All @@ -36,9 +28,6 @@ openmpi:
- '4'
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
zlib:
- '1.2'
zstd:
Expand Down
19 changes: 4 additions & 15 deletions .ci_support/linux_aarch64_mpimpich.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
bzip2:
- '1'
c_compiler:
- gcc
c_compiler_version:
Expand All @@ -14,24 +12,18 @@ channel_sources:
- conda-forge
channel_targets:
- conda-forge main
curl:
- '8'
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
hdf4:
- 4.2.15
hdf5:
- 1.14.1
libjpeg_turbo:
- 2.1.5
libaec:
- '1'
libcurl:
- '8'
libxml2:
- '2.11'
libzip:
- '1'
mpi:
- mpich
mpich:
Expand All @@ -40,9 +32,6 @@ openmpi:
- '4'
target_platform:
- linux-aarch64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
zlib:
- '1.2'
zstd:
Expand Down
19 changes: 4 additions & 15 deletions .ci_support/linux_aarch64_mpinompi.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
bzip2:
- '1'
c_compiler:
- gcc
c_compiler_version:
Expand All @@ -14,24 +12,18 @@ channel_sources:
- conda-forge
channel_targets:
- conda-forge main
curl:
- '8'
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
hdf4:
- 4.2.15
hdf5:
- 1.14.1
libjpeg_turbo:
- 2.1.5
libaec:
- '1'
libcurl:
- '8'
libxml2:
- '2.11'
libzip:
- '1'
mpi:
- nompi
mpich:
Expand All @@ -40,9 +32,6 @@ openmpi:
- '4'
target_platform:
- linux-aarch64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
zlib:
- '1.2'
zstd:
Expand Down
19 changes: 4 additions & 15 deletions .ci_support/linux_aarch64_mpiopenmpi.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
bzip2:
- '1'
c_compiler:
- gcc
c_compiler_version:
Expand All @@ -14,24 +12,18 @@ channel_sources:
- conda-forge
channel_targets:
- conda-forge main
curl:
- '8'
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
hdf4:
- 4.2.15
hdf5:
- 1.14.1
libjpeg_turbo:
- 2.1.5
libaec:
- '1'
libcurl:
- '8'
libxml2:
- '2.11'
libzip:
- '1'
mpi:
- openmpi
mpich:
Expand All @@ -40,9 +32,6 @@ openmpi:
- '4'
target_platform:
- linux-aarch64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
zlib:
- '1.2'
zstd:
Expand Down
19 changes: 4 additions & 15 deletions .ci_support/linux_ppc64le_mpimpich.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
bzip2:
- '1'
c_compiler:
- gcc
c_compiler_version:
Expand All @@ -10,24 +8,18 @@ channel_sources:
- conda-forge
channel_targets:
- conda-forge main
curl:
- '8'
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
hdf4:
- 4.2.15
hdf5:
- 1.14.1
libjpeg_turbo:
- 2.1.5
libaec:
- '1'
libcurl:
- '8'
libxml2:
- '2.11'
libzip:
- '1'
mpi:
- mpich
mpich:
Expand All @@ -36,9 +28,6 @@ openmpi:
- '4'
target_platform:
- linux-ppc64le
zip_keys:
- - c_compiler_version
- cxx_compiler_version
zlib:
- '1.2'
zstd:
Expand Down
19 changes: 4 additions & 15 deletions .ci_support/linux_ppc64le_mpinompi.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
bzip2:
- '1'
c_compiler:
- gcc
c_compiler_version:
Expand All @@ -10,24 +8,18 @@ channel_sources:
- conda-forge
channel_targets:
- conda-forge main
curl:
- '8'
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
hdf4:
- 4.2.15
hdf5:
- 1.14.1
libjpeg_turbo:
- 2.1.5
libaec:
- '1'
libcurl:
- '8'
libxml2:
- '2.11'
libzip:
- '1'
mpi:
- nompi
mpich:
Expand All @@ -36,9 +28,6 @@ openmpi:
- '4'
target_platform:
- linux-ppc64le
zip_keys:
- - c_compiler_version
- cxx_compiler_version
zlib:
- '1.2'
zstd:
Expand Down
Loading