-
Notifications
You must be signed in to change notification settings - Fork 23
Update Spheral to use spack v1.1.0 #421
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
+575
−1,160
Merged
Changes from 1 commit
Commits
Show all changes
103 commits
Select commit
Hold shift + click to select a range
df42108
Use spack v1.0.2
mcfadden8 bf25ec1
tpl-manager.py now installs a local spack package repo to use instead…
ldowen b8e5ac3
Add umpire and raja as dependencies to spheral, reorder CI specs
ldowen 1380d36
Add print statement to show the spec concretization
ldowen 68dfdec
Change pkg.compiler to be just compiler in opensubdiv package recipe
ldowen 54c16fc
Add python as direct dependency
ldowen 3c8e292
Use magic mpi prefixes and remove the requires section from the packa…
ldowen 40317f5
Fix incorrect flang prefix
ldowen 26ff504
Removed blueos, updated LC cray package configs
mcfadden8 439685f
Adjust cray spack packages and environment
ldowen ec8d4d4
Add reuse: false and fix amd gpu target requirement in cray environment
ldowen 6fcfa9c
Add c and cxx depends_on to polytope package
mcfadden8 aa9e1f0
Merge branch 'develop' into task/spack1.0.2
mcfadden8 282e3d8
Rename rocmcc toolchain to rocm_6_2_0
mcfadden8 9426d0c
Update default config.yaml with updated/new items in 1.0.2
mcfadden8 949c116
Revert config.yaml to previous version
mcfadden8 694cd79
Update projections in config.yaml to match v1.0.2
mcfadden8 a05b589
Make sure that spack does not mess with ~/.spack when running via CI …
mcfadden8 e728f80
Workaround unset variable warning from spack
mcfadden8 9a9285d
Shortened config.yaml to only contain differences from what spacks de…
mcfadden8 9c6b4ba
revert update to package name since aliases from old compiler names t…
mcfadden8 f523375
Removed deprecated generic and ubunto20.04 configs and environments
mcfadden8 22c2fd1
Update to Ubuntu from 20.04 --> 24.04
mcfadden8 220dcd9
Always show spack spec -IL
mcfadden8 5f3cc62
Use gcc-9 and openmpi with Ubuntu:24.04 to get build to working
mcfadden8 bbb8aaa
Add guard in axom package to enable builds with spec ~mpi on cray
mcfadden8 20c5d13
test-prod
mcfadden8 d789bf4
Improve update upstream call, change upstream location, prevent silen…
ldowen d2579ef
Fixed typo
mcfadden8 05fda70
Merge branch 'develop' into task/spack1.0.2
mcfadden8 c80cca2
Adjust gitlab CI rules to get update upstream to run on schedule
ldowen 518607c
Another CI rule change
ldowen d2391bd
More rule changes
ldowen a0b5913
Must make sure every job has the rule or it will throw an error
ldowen f46b39e
Only access install_tree directly, install_tree:root causes an error …
ldowen 0811f1c
Messy way to update upstreams but it works
ldowen 44895cb
Use ubuntu 22.04 since it does not require GNU 13
mcfadden8 98db9f7
Merge branch 'task/spack1.0.2' of github.com:LLNL/spheral into task/s…
mcfadden8 4483b40
Fixed typo left in for debugging
mcfadden8 ed8cd34
Merge branch 'develop' into task/spack1.0.2
mcfadden8 a8b3785
Update to spack v1.1.0
mcfadden8 612c3ce
Update dev_pkg and improved spec output
ldowen f6049f9
Turn compiler mixing off for non cray machines
ldowen 5b8749e
Bump back to Ubuntu 24.04 using openMPI
mcfadden8 0bc1d5e
Merge branch 'task/spack1.0.2' of github.com:LLNL/spheral into task/s…
mcfadden8 6fbefe3
Updates to stop pipeline if/when error occurs
mcfadden8 5b7383c
Removed the update upstream pipeline experiment
ldowen 6547385
Fixed typo in update upstream gitlab ci rule
ldowen 6204c98
Changed structure to match spack package update, switched llvm to llv…
ldowen 02eb158
Update repo path for external builds
ldowen 0b33d85
Fixed typo
ldowen fe05a6a
use config system to avoid ~/.spack for configs
becker33 4b6713f
Run with v2.2 of package which is spack v1.1 uses
mcfadden8 5f7676a
Merge branch 'develop' into task/spack1.0.2
mcfadden8 e8aa7fc
Merge develop into v1.0.2
mcfadden8 7aa0381
Removed eigen package since it is not needed with spack v1
mcfadden8 0203878
Set Fortran for LlvmAmdgpu
mcfadden8 f085f50
Removed the toolchains from the cray specs and replaced with rocmcc, …
ldowen 1af4e80
Somehow missed a PYB11Generator update from develop
ldowen daa4ddb
More attempts to get amdflang to work with spack
ldowen b9f6131
Moved localization methods into the config.yaml from tpl-manager, mov…
ldowen 218b48f
Update ATS to an in development branch for testing
ldowen 7356eeb
Add build type back to language depends, bring back the spack cache e…
ldowen 4521a5d
Move ATS back to the newly updated main branch
ldowen 8de737f
Bring back the test run logic for the Dockerfile
ldowen c62b980
Merge branch 'develop' into task/spack1.0.2
ldowen 87ef065
Bring in specific version of builtins for spack in order to get builds
mcfadden8 8378438
bump cmake to 2.52.2 for CTS builds
mcfadden8 62dc6fb
Merge branch 'develop' into task/spack1.0.2
mcfadden8 711de1b
Fix submodule references to match develop
mcfadden8 368b70a
Removed accidental merge of silo package
mcfadden8 9d96db8
Leave silo python path out for now
mcfadden8 4f7102c
Use 4.12 silo
mcfadden8 c91fb37
Add synchronization around concretization updates
mcfadden8 e41fac9
remove unused --package-repo command line argument
mcfadden8 991f5dd
python updates for using name instead of integer value for enum
mcfadden8 6b280f3
Temporary fix to test builtin git destination filled out at test time…
mcfadden8 7d8517b
Make spheral depend on python@3.12
mcfadden8 45761e4
refactored modify_env_file and custom_spack_env to refer to ../../con…
mcfadden8 d60dadd
Merge branch 'develop' into task/spack1.0.2
mcfadden8 0f82be7
Keep things consistent when --spack-dir is used or not
mcfadden8 e63875f
Merge branch 'develop' into task/spack1.0.2
mcfadden8 514079c
Moved upstream for spackv1.1 to spack_upstream/1.1.0
mcfadden8 ec07b0d
Fix update upstream in tpl manager and fix mismatch of CI files
ldowen 87378df
Merge with develop
ldowen 21a889f
Added diagnostics understand why DNS setup failing on github action C…
mcfadden8 bfb0325
Try adding packages to handle DNS resolution in Ubuntu 24.04
mcfadden8 d12b9b4
Trying actions/checkout@v4
mcfadden8 4d40fe8
Package version fixups for spack install without network
mcfadden8 61233b0
Make 0.12.0 be preferred for axom package
mcfadden8 9612892
Renamed --spack-dir to --tpl_dir
mcfadden8 602c7dc
Added source_cache dir name for spack instance
mcfadden8 5310a97
Release note update
mcfadden8 5d9fb42
Fix gitlab ci file bug
ldowen 756d209
Update dev_pkg environment file
ldowen 1fc6099
Remove deprecated command line arguments for tpl-manager and spack in…
ldowen 91b3a49
Add info about spack version and configuration to output
mcfadden8 c7e6526
Added a separate spack environment that does not use the upstream whe…
ldowen b875854
Fix argument typo in tpl-manager
ldowen 4d56109
Revert back to just having one dev_pkg spack env that is unaware of t…
ldowen ade31c0
Added error checking to build cache generation script
mcfadden8 de83fee
Replace '-' with '~' for spack specs of package dependencies
mcfadden8 bfa1c3b
Set group to sduser for package permissions
mcfadden8 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
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.