-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update changelog to prep for release (#703)
* update changelog to prep for release * clean up spack pkgs * update docs to prep for 0.7.0 release * uberenv: use spack branch specific to 0.7.0 * use ci containers built with fork release branch * olcf summit updates
- Loading branch information
Showing
13 changed files
with
88 additions
and
448 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 |
---|---|---|
|
@@ -134,32 +134,33 @@ class Ascent(Package, CudaPackage): | |
depends_on("vtk-h~shared+cuda~openmp", when="~shared+vtkh+cuda~openmp") | ||
|
||
# mfem | ||
depends_on("[email protected]~threadsafe~openmp+shared+mpi+conduit", when="+shared+mfem+mpi") | ||
depends_on("[email protected]~threadsafe~openmp~shared+mpi+conduit", when="~shared+mfem+mpi") | ||
depends_on("mfem~threadsafe~openmp+shared+mpi+conduit", when="+shared+mfem+mpi") | ||
depends_on("mfem~threadsafe~openmp~shared+mpi+conduit", when="~shared+mfem+mpi") | ||
|
||
depends_on("mfem~threadsafe~openmp+shared~mpi+conduit", when="+shared+mfem~mpi") | ||
depends_on("mfem~threadsafe~openmp~shared~mpi+conduit", when="~shared+mfem~mpi") | ||
|
||
depends_on("[email protected]~threadsafe~openmp+shared~mpi+conduit", when="+shared+mfem~mpi") | ||
depends_on("[email protected]~threadsafe~openmp~shared~mpi+conduit", when="~shared+mfem~mpi") | ||
|
||
depends_on("adios", when="+adios") | ||
|
||
# devil ray variants wit mpi | ||
# we have to specify both because mfem makes us | ||
depends_on("dray@develop+mpi~test~utils+shared+cuda", when="+dray+mpi+cuda+shared") | ||
depends_on("dray@develop+mpi~test~utils+shared+openmp", when="+dray+mpi+openmp+shared") | ||
depends_on("dray@develop+mpi~test~utils+shared~openmp~cuda", when="+dray+mpi~openmp~cuda+shared") | ||
|
||
depends_on("dray@develop+mpi~test~utils~shared+cuda", when="+dray+mpi+cuda~shared") | ||
depends_on("dray@develop+mpi~test~utils~shared+openmp", when="+dray+mpi+openmp~shared") | ||
depends_on("dray@develop+mpi~test~utils~shared~openmp~cuda", when="+dray+mpi~openmp~cuda~shared") | ||
|
||
# devil ray variadevelopithout mpi | ||
depends_on("dray@develop~mpi~test~utils+shared+cuda", when="+dray~mpi+cuda+shared") | ||
depends_on("dray@develop~mpi~test~utils+shared+openmp", when="+dray~mpi+openmp+shared") | ||
depends_on("dray@develop~mpi~test~utils+shared~openmp~cuda", when="+dray~mpi~openmp~cuda+shared") | ||
|
||
depends_on("dray@develop~mpi~test~utils~shared+cuda", when="+dray~mpi+cuda~shared") | ||
depends_on("dray@develop~mpi~test~utils~shared+openmp", when="+dray~mpi+openmp~shared") | ||
depends_on("dray@develop~mpi~test~utils~shared~openmp~cuda", when="+dray~mpi~openmp~cuda~shared") | ||
depends_on("dray+mpi~test~utils+shared+cuda", when="+dray+mpi+cuda+shared") | ||
depends_on("dray+mpi~test~utils+shared+openmp", when="+dray+mpi+openmp+shared") | ||
depends_on("dray+mpi~test~utils+shared~openmp~cuda", when="+dray+mpi~openmp~cuda+shared") | ||
|
||
depends_on("dray+mpi~test~utils~shared+cuda", when="+dray+mpi+cuda~shared") | ||
depends_on("dray+mpi~test~utils~shared+openmp", when="+dray+mpi+openmp~shared") | ||
depends_on("dray+mpi~test~utils~shared~openmp~cuda", when="+dray+mpi~openmp~cuda~shared") | ||
|
||
# devil ray variants without mpi | ||
depends_on("dray~mpi~test~utils+shared+cuda", when="+dray~mpi+cuda+shared") | ||
depends_on("dray~mpi~test~utils+shared+openmp", when="+dray~mpi+openmp+shared") | ||
depends_on("dray~mpi~test~utils+shared~openmp~cuda", when="+dray~mpi~openmp~cuda+shared") | ||
|
||
depends_on("dray~mpi~test~utils~shared+cuda", when="+dray~mpi+cuda~shared") | ||
depends_on("dray~mpi~test~utils~shared+openmp", when="+dray~mpi+openmp~shared") | ||
depends_on("dray~mpi~test~utils~shared~openmp~cuda", when="+dray~mpi~openmp~cuda~shared") | ||
|
||
|
||
####################### | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.