-
Notifications
You must be signed in to change notification settings - Fork 56
Add gittools as varant to neptune-python-env/neptune-dev, add rank-run to base-env #1891
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 8 commits into
JCSDA:develop
from
climbfuji:feature/neptune_env_gittools
Jan 28, 2026
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
5da176f
Add external bash for all DOD HPCMP systems and @climbfuji's dev mach…
climbfuji 8e0c784
Add variant gittools for neptune-python-env (packages py-pygithub, gh…
climbfuji 66bd1ca
Add rank-run in repos/spack_stack/spack_repo/spack_stack/packages/bas…
climbfuji 0005f5a
Try to find external bash in .github/workflows/ubuntu-ci-x86_64-*.yaml
climbfuji 179aae7
Update .gitmodules and submodule pointer for repos/builtin
climbfuji 2930f1c
Bug fix in .gitmodules: revert spack submodule pointer information
climbfuji be35386
Update submodule pointer for repos/builtin
climbfuji 65b0830
Revert .gitmodules and update submodule pointer for repos/builtin
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
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 |
|---|---|---|
|
|
@@ -374,6 +374,10 @@ packages: | |
| py-poetry-core: | ||
| require: | ||
| - '@1.7' | ||
| # Need at least [email protected] for self-hosted runner management | ||
| py-pygithub: | ||
| require: | ||
| - '@2.7:' | ||
| # This version builds with Intel oneAPI compilers, newer versions don't | ||
| py-pyogrio: | ||
| require: | ||
|
|
@@ -394,7 +398,6 @@ packages: | |
| py-setuptools: | ||
| require: | ||
| - '@69' | ||
| ## When making changes here, also check the packages.yaml for atlantis, nautilus, blackpearl | ||
| py-torch: | ||
| require: | ||
| - +custom-protobuf ~mkldnn | ||
|
|
||
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 |
|---|---|---|
|
|
@@ -32,6 +32,9 @@ packages: | |
| gmake: | ||
| require: | ||
| - '%gcc' | ||
| go: | ||
| require: | ||
| - '%c,cxx=gcc' | ||
| libbsd: | ||
| require: | ||
| - '%gcc' | ||
|
|
||
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 |
|---|---|---|
|
|
@@ -15,6 +15,10 @@ packages: | |
| externals: | ||
| - spec: [email protected] | ||
| prefix: /usr | ||
| bash: | ||
| externals: | ||
| - spec: [email protected] | ||
| prefix: /usr | ||
| binutils: | ||
| externals: | ||
| - spec: [email protected] | ||
|
|
||
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 |
|---|---|---|
|
|
@@ -12,6 +12,10 @@ packages: | |
| externals: | ||
| - spec: [email protected] | ||
| prefix: /usr | ||
| bash: | ||
| externals: | ||
| - spec: [email protected] | ||
| prefix: /usr | ||
| binutils: | ||
| externals: | ||
| - spec: [email protected]~gold+headers | ||
|
|
||
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 |
|---|---|---|
|
|
@@ -12,6 +12,10 @@ packages: | |
| externals: | ||
| - spec: [email protected] | ||
| prefix: /usr | ||
| bash: | ||
| externals: | ||
| - spec: [email protected] | ||
| prefix: /usr | ||
| binutils: | ||
| externals: | ||
| - spec: [email protected] | ||
|
|
||
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 |
|---|---|---|
|
|
@@ -12,6 +12,10 @@ packages: | |
| externals: | ||
| - spec: [email protected] | ||
| prefix: /usr | ||
| bash: | ||
| externals: | ||
| - spec: [email protected] | ||
| prefix: /usr | ||
| binutils: | ||
| externals: | ||
| - spec: [email protected] | ||
|
|
||
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 |
|---|---|---|
|
|
@@ -10,6 +10,10 @@ packages: | |
| externals: | ||
| - spec: [email protected] | ||
| prefix: /usr | ||
| bash: | ||
| externals: | ||
| - spec: [email protected] | ||
| prefix: /usr | ||
| binutils: | ||
| externals: | ||
| - spec: [email protected] | ||
|
|
||
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 |
|---|---|---|
|
|
@@ -10,6 +10,10 @@ packages: | |
| externals: | ||
| - spec: [email protected] | ||
| prefix: /usr | ||
| bash: | ||
| externals: | ||
| - spec: [email protected] | ||
| prefix: /usr | ||
| binutils: | ||
| externals: | ||
| - spec: [email protected]~gold+headers | ||
|
|
||
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,107 +1,111 @@ | ||
| packages: | ||
| # Modification of common packages | ||
| # Use system zlib instead of spack-built zlib-ng | ||
| all: | ||
| providers: | ||
| zlib-api:: [zlib] | ||
| zlib-api: | ||
| buildable: False | ||
| zlib: | ||
| buildable: False | ||
| externals: | ||
| - spec: [email protected] | ||
| prefix: /usr | ||
|
|
||
| # All other packages listed alphabetically | ||
| autoconf: | ||
| externals: | ||
| - spec: [email protected] | ||
| prefix: /usr | ||
| automake: | ||
| externals: | ||
| - spec: [email protected] | ||
| prefix: /usr | ||
| binutils: | ||
| externals: | ||
| - spec: [email protected]~gold~headers | ||
| prefix: /usr | ||
| #bison: | ||
| # externals: | ||
| # - spec: [email protected] | ||
| # prefix: /usr | ||
| coreutils: | ||
| externals: | ||
| - spec: [email protected] | ||
| prefix: /usr | ||
| #curl: | ||
| # externals: | ||
| # - spec: [email protected]+gssapi+ldap+nghttp2 | ||
| # prefix: /usr | ||
| diffutils: | ||
| externals: | ||
| - spec: [email protected] | ||
| prefix: /usr | ||
| findutils: | ||
| externals: | ||
| - spec: [email protected] | ||
| prefix: /usr | ||
| flex: | ||
| externals: | ||
| - spec: [email protected]+lex | ||
| prefix: /usr | ||
| gawk: | ||
| externals: | ||
| - spec: [email protected] | ||
| prefix: /usr | ||
| gettext: | ||
| externals: | ||
| - spec: [email protected] | ||
| prefix: /usr | ||
| git: | ||
| externals: | ||
| - spec: [email protected]~tcltk | ||
| prefix: /usr | ||
| # DH* external git-lfs missing | ||
| groff: | ||
| externals: | ||
| - spec: [email protected] | ||
| prefix: /usr | ||
| gmake: | ||
| externals: | ||
| - spec: [email protected] | ||
| prefix: /usr | ||
| libtool: | ||
| externals: | ||
| - spec: [email protected] | ||
| prefix: /usr | ||
| m4: | ||
| externals: | ||
| - spec: [email protected] | ||
| prefix: /usr | ||
| openssh: | ||
| externals: | ||
| - spec: [email protected] | ||
| prefix: /usr | ||
| #- spec: [email protected] | ||
| # prefix: /usr/local/krb5 | ||
| #openssl: | ||
| # externals: | ||
| # - spec: [email protected] | ||
| # prefix: /usr | ||
| #perl: | ||
| # externals: | ||
| # - spec: [email protected]~cpanm+opcode+open+shared+threads | ||
| # prefix: /usr | ||
| pkgconf: | ||
| externals: | ||
| - spec: [email protected] | ||
| prefix: /usr | ||
| # DH* external qt5 missing | ||
| sed: | ||
| externals: | ||
| - spec: [email protected] | ||
| prefix: /usr | ||
| tar: | ||
| externals: | ||
| - spec: [email protected] | ||
| prefix: /usr | ||
| packages: | ||
| # Modification of common packages | ||
| # Use system zlib instead of spack-built zlib-ng | ||
| all: | ||
| providers: | ||
| zlib-api:: [zlib] | ||
| zlib-api: | ||
| buildable: False | ||
| zlib: | ||
| buildable: False | ||
| externals: | ||
| - spec: [email protected] | ||
| prefix: /usr | ||
|
|
||
| # All other packages listed alphabetically | ||
| autoconf: | ||
| externals: | ||
| - spec: [email protected] | ||
| prefix: /usr | ||
| automake: | ||
| externals: | ||
| - spec: [email protected] | ||
| prefix: /usr | ||
| bash: | ||
| externals: | ||
| - spec: [email protected] | ||
| prefix: /usr | ||
| binutils: | ||
| externals: | ||
| - spec: [email protected]~gold~headers | ||
| prefix: /usr | ||
| #bison: | ||
| # externals: | ||
| # - spec: [email protected] | ||
| # prefix: /usr | ||
| coreutils: | ||
| externals: | ||
| - spec: [email protected] | ||
| prefix: /usr | ||
| #curl: | ||
| # externals: | ||
| # - spec: [email protected]+gssapi+ldap+nghttp2 | ||
| # prefix: /usr | ||
| diffutils: | ||
| externals: | ||
| - spec: [email protected] | ||
| prefix: /usr | ||
| findutils: | ||
| externals: | ||
| - spec: [email protected] | ||
| prefix: /usr | ||
| flex: | ||
| externals: | ||
| - spec: [email protected]+lex | ||
| prefix: /usr | ||
| gawk: | ||
| externals: | ||
| - spec: [email protected] | ||
| prefix: /usr | ||
| gettext: | ||
| externals: | ||
| - spec: [email protected] | ||
| prefix: /usr | ||
| git: | ||
| externals: | ||
| - spec: [email protected]~tcltk | ||
| prefix: /usr | ||
| # DH* external git-lfs missing | ||
| groff: | ||
| externals: | ||
| - spec: [email protected] | ||
| prefix: /usr | ||
| gmake: | ||
| externals: | ||
| - spec: [email protected] | ||
| prefix: /usr | ||
| libtool: | ||
| externals: | ||
| - spec: [email protected] | ||
| prefix: /usr | ||
| m4: | ||
| externals: | ||
| - spec: [email protected] | ||
| prefix: /usr | ||
| openssh: | ||
| externals: | ||
| - spec: [email protected] | ||
| prefix: /usr | ||
| #- spec: [email protected] | ||
| # prefix: /usr/local/krb5 | ||
| #openssl: | ||
| # externals: | ||
| # - spec: [email protected] | ||
| # prefix: /usr | ||
| #perl: | ||
| # externals: | ||
| # - spec: [email protected]~cpanm+opcode+open+shared+threads | ||
| # prefix: /usr | ||
| pkgconf: | ||
| externals: | ||
| - spec: [email protected] | ||
| prefix: /usr | ||
| # DH* external qt5 missing | ||
| sed: | ||
| externals: | ||
| - spec: [email protected] | ||
| prefix: /usr | ||
| tar: | ||
| externals: | ||
| - spec: [email protected] | ||
| prefix: /usr |
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 |
|---|---|---|
|
|
@@ -21,6 +21,10 @@ packages: | |
| externals: | ||
| - spec: [email protected] | ||
| prefix: /usr | ||
| bash: | ||
| externals: | ||
| - spec: [email protected] | ||
| prefix: /usr | ||
| binutils: | ||
| externals: | ||
| - spec: [email protected] | ||
|
|
||
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 |
|---|---|---|
|
|
@@ -12,8 +12,8 @@ spack: | |
| - neptune-env +debug +openmp +espc +ncview ^esmf@=8.9.1 | ||
| - neptune-env ~debug ~openmp +espc +ncview ^esmf@=8.9.1 | ||
| - neptune-env +debug ~openmp +espc +ncview ^esmf@=8.9.1 | ||
| - neptune-python-env ^neptune-env ~debug +openmp +espc +ncview ^esmf@=8.9.1 | ||
| - jedi-neptune-env +adp ^neptune-env ~debug +openmp +espc +ncview ^esmf@=8.9.1 | ||
| - neptune-python-env +gittools ^neptune-env ~debug +openmp +espc +ncview ^esmf@=8.9.1 | ||
| - jedi-neptune-env +adp ^neptune-env ~debug +openmp +espc +ncview ^esmf@=8.9.1 | ||
| - [email protected] | ||
| - [email protected] | ||
|
|
||
|
|
||
Submodule builtin
updated
2 files
| +15 −1 | repos/spack_repo/builtin/packages/py_pygithub/package.py | |
| +26 −0 | repos/spack_repo/builtin/packages/rank_run/package.py |
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
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.