-
Notifications
You must be signed in to change notification settings - Fork 55
Unpin or update many packages (mostly Python) in configs/common/packages.yaml, fix S4 site config
#1384
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
Merged
climbfuji
merged 21 commits into
JCSDA:develop
from
climbfuji:feature/unpin_update_common_packages
Dec 19, 2024
Merged
Unpin or update many packages (mostly Python) in configs/common/packages.yaml, fix S4 site config
#1384
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
9d0ab96
Unpin or update several packages in configs/common/packages.yaml
climbfuji 4b59184
Update .gitmodules and submodule pointer for spack for code review an…
climbfuji 4898371
Pin py-netcdf to version 1.7.1 with variant mpi enabled
climbfuji 819a2f1
Merge branch 'feature/spst-upd-20241031-follow-up-mpiifx-mpiifort-sit…
climbfuji db66b49
Use different versions of cdo for older Intel classic compilers
climbfuji 5a442d7
Also use [email protected] with apple-clang@14
climbfuji f63c7f0
Merge branch 'develop' of https://github.com/jcsda/spack-stack into f…
climbfuji f9575af
Update submodule pointer for spack
climbfuji 5cbd9f4
Merge branch 'develop' of https://github.com/jcsda/spack-stack into f…
climbfuji 8ee0c5b
Merge branch 'develop' of https://github.com/jcsda/spack-stack into f…
climbfuji 02ccc78
Merge branch 'develop' of https://github.com/jcsda/spack-stack into f…
climbfuji 6cc18d5
Merge branch 'develop' of https://github.com/jcsda/spack-stack into f…
climbfuji 46ad103
Merge branch 'develop' into feature/unpin_update_common_packages
climbfuji 71aee0b
Merge branch 'develop' into feature/unpin_update_common_packages
climbfuji ee2d6a4
Merge branch 'develop' into feature/unpin_update_common_packages
climbfuji fa21d33
Merge branch 'develop' into feature/unpin_update_common_packages
climbfuji 9b2757c
Remove hardcoded version of py-numpy from all tier-1 site configs
climbfuji 2411498
Bug fixes for S4 site config: correct GNU backend for Intel, no exter…
climbfuji 6c61e0f
Remove 'prefer' for cdo in configs/common/packages.yaml, since it cla…
climbfuji 705f80f
Merge branch 'develop' of https://github.com/jcsda/spack-stack into f…
climbfuji 520a0b6
Remove commented-out package entries from configs/common/packages.yam…
climbfuji File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -26,7 +26,16 @@ packages: | |
| cairo: | ||
| require: '+pic' | ||
| cdo: | ||
| require: '@2.3.0 ~openmp' | ||
| require: | ||
| - any_of: ['@2.3.0 ~openmp'] | ||
| when: '%intel@2021:' | ||
| message: '2.3.0 is the last version to use C++17, use with Intel Classic' | ||
| - any_of: ['@2.3.0 ~openmp'] | ||
| when: '%apple-clang@:14' | ||
| message: '2.3.0 is the last version to use C++17, use with Apple Clang 14 and earlier' | ||
| - any_of: ['@2.0.5 ~openmp'] | ||
| when: '%intel@:2020' | ||
| message: '2.0.5 is the last version to use C++14, use with Intel Classic 2020 and earlier' | ||
| cmake: | ||
| version: ['3.27.9'] | ||
| require: '+ownlibs' | ||
|
|
@@ -142,11 +151,6 @@ packages: | |
| mapl: | ||
| require: '@2.46.3 ~shared ~f2py' | ||
| variants: '+pflogger' | ||
| # To avoid duplicate packages being built | ||
| meson: | ||
| require: | ||
| - '@1.5.1:' | ||
| # If making changes here, also check the Discover site configs and the CI workflows | ||
| met: | ||
| require: '@11.1.1 +python +grib2' | ||
| metplus: | ||
|
|
@@ -156,7 +160,7 @@ packages: | |
| mpich: | ||
| require: '~hwloc' | ||
| nco: | ||
| require: '@5.1.6 ~doc' | ||
| require: '@5.2.4 ~doc' | ||
| # ncview - when adding information here, also check Orion | ||
| # and Discover site configs | ||
| nemsio: | ||
|
|
@@ -202,9 +206,6 @@ packages: | |
| require: '~tiff' | ||
| python: | ||
| require: '@3.11.7' | ||
| py-attrs: | ||
| # https://github.com/JCSDA/spack-stack/issues/740 | ||
| require: '@21.4.0' | ||
| py-cartopy: | ||
| require: '+plotting' | ||
| # Avoid full rust dependency: version 43+ requires py-maturin | ||
|
|
@@ -226,42 +227,23 @@ packages: | |
| require: '@3.8.0' | ||
| py-h5py: | ||
| require: '~mpi' | ||
| ## To avoid duplicate packages | ||
| #py-jinja2: | ||
| # require: '@3.1.2' | ||
| # https://github.com/JCSDA/spack-stack/issues/1276 | ||
| py-matplotlib: | ||
| require: '@3.7.4' | ||
| py-meson-python: | ||
| require: '@0.15.0' | ||
| # Comment out for now until build problems are solved | ||
| # https://github.com/jcsda/spack-stack/issues/522 | ||
| # see also ewok-env virtual package and container | ||
| # README.md | ||
| #py-mysql-connector-python: | ||
| # require: '@8.0.32' | ||
| # Variant ~mpi not working for latest py-netcdf4 | ||
| # https://github.com/spack/spack/issues/47652 | ||
| py-netcdf4: | ||
| require: '@1.5.8 ~mpi' | ||
| # [email protected] causes many build problems with older Python packages | ||
| # also check Nautilus site config when making changes here | ||
| # https://github.com/JCSDA/spack-stack/issues/1276 | ||
| py-numpy: | ||
| require: | ||
| - '@:1.23.5' | ||
| require: '@1.7.1 +mpi' | ||
| py-pandas: | ||
| require: '+excel' | ||
| py-pybind11: | ||
| require: '@2.11.0' | ||
| # To avoid duplicate packages | ||
| py-ruamel-yaml: | ||
| require: '@0.17.16' | ||
| # Pin the py-setuptools version to avoid duplicate Python packages | ||
| py-setuptools: | ||
| require: '@63.4.3' | ||
| require: '@69' | ||
| py-setuptools-rust: | ||
| require: '+rust_bootstrap' | ||
| py-shapely: | ||
| require: '@1.8.0' | ||
| py-torch: | ||
| require: '+custom-protobuf ~mkldnn' | ||
| # To avoid duplicate packages | ||
|
|
@@ -297,4 +279,4 @@ packages: | |
| wrf-io: | ||
| require: '@1.2.0' | ||
| zstd: | ||
| require: '@1.5.2 +programs' | ||
| require: '@1.5.6 +programs' | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -31,5 +31,5 @@ packages: | |
| - '@1.2.1 ~mkl' | ||
| py-numpy: | ||
| require:: | ||
| - '@:1.23 ^openblas' | ||
| - '^openblas' | ||
| # *DH | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -30,4 +30,4 @@ packages: | |
| - '@1.2.1 ~mkl' | ||
| py-numpy: | ||
| require:: | ||
| - '@:1.23 ^openblas' | ||
| - '^openblas' | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -31,4 +31,4 @@ packages: | |
| - '@1.2.1 +mkl' | ||
| py-numpy: | ||
| require:: | ||
| - '@:1.23 ^intel-oneapi-mkl' | ||
| - '^intel-oneapi-mkl' | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -30,5 +30,5 @@ packages: | |
| - '@1.2.1 ~mkl' | ||
| py-numpy: | ||
| require:: | ||
| - '@:1.23 ^openblas' | ||
| - '^openblas' | ||
| # *DH | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -30,5 +30,5 @@ packages: | |
| - '@1.2.1 ~mkl' | ||
| py-numpy: | ||
| require:: | ||
| - '@:1.23 ^openblas' | ||
| - '^openblas' | ||
| # *DH | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -30,5 +30,5 @@ packages: | |
| - '@1.2.1 ~mkl' | ||
| py-numpy: | ||
| require:: | ||
| - '@:1.23 ^openblas' | ||
| - '^openblas' | ||
| # *DH | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -30,4 +30,4 @@ packages: | |
| - '@1.2.1 ~mkl' | ||
| py-numpy: | ||
| require:: | ||
| - '@:1.23 ^openblas' | ||
| - '^openblas' | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,12 +1,15 @@ | ||
| packages: | ||
| all: | ||
| compiler:: [[email protected],gcc@13.3.0] | ||
| compiler:: [[email protected],gcc@10.2.0] | ||
| providers: | ||
| mpi:: [[email protected]] | ||
| # Remove the next three lines to switch to intel-oneapi-mkl | ||
| blas:: [openblas] | ||
| fftw-api:: [fftw] | ||
| lapack:: [openblas] | ||
| # spack concretizer gets confused and wants an AVX512 architecture for some packages | ||
| require: | ||
| - 'arch=linux-rocky8-skylake' | ||
|
|
||
| ### MPI, Python, MKL | ||
| mpi: | ||
|
|
@@ -34,7 +37,7 @@ packages: | |
| - '@1.2.1 ~mkl' | ||
| py-numpy: | ||
| require:: | ||
| - '@:1.23 ^openblas' | ||
| - '^openblas' | ||
|
|
||
| ### All other external packages listed alphabetically | ||
| autoconf: | ||
|
|
@@ -77,10 +80,11 @@ packages: | |
| externals: | ||
| - spec: [email protected] | ||
| prefix: /usr | ||
| curl: | ||
| externals: | ||
| - spec: [email protected]+gssapi+ldap+nghttp2 | ||
| prefix: /usr | ||
| # OS curl/openssl cause problems | ||
| #curl: | ||
| # externals: | ||
| # - spec: [email protected]+gssapi+ldap+nghttp2 | ||
| # prefix: /usr | ||
| diffutils: | ||
| externals: | ||
| - spec: [email protected] | ||
|
|
@@ -145,10 +149,11 @@ packages: | |
| externals: | ||
| - spec: [email protected] | ||
| prefix: /usr | ||
| openssl: | ||
| externals: | ||
| - spec: [email protected] | ||
| prefix: /usr | ||
| # OS curl/openssl cause problems | ||
| #openssl: | ||
| # externals: | ||
| # - spec: [email protected] | ||
| # prefix: /usr | ||
| perl: | ||
| externals: | ||
| - spec: [email protected]~cpanm+opcode+open+shared+threads | ||
|
|
@@ -157,14 +162,11 @@ packages: | |
| externals: | ||
| - spec: [email protected] | ||
| prefix: /usr | ||
| # TODO - installing via spack-stack works, for example for | ||
| # spack-stack-1.8.0, but would be good if we didn't have to. | ||
| # https://github.com/JCSDA/spack-stack/issues/1329 | ||
| #qt: | ||
| # buildable: False | ||
| # externals: | ||
| # - spec: [email protected] | ||
| # prefix: /usr | ||
| qt: | ||
| buildable: False | ||
| externals: | ||
| - spec: [email protected] | ||
| prefix: /usr | ||
| rsync: | ||
| externals: | ||
| - spec: [email protected] | ||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.