-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a3f3ae3
commit bc0d250
Showing
8 changed files
with
12,776 additions
and
11,075 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -5,28 +5,33 @@ | |
spack: | ||
# add package specs to the `specs` list | ||
specs: | ||
- [email protected] | ||
|
||
- [email protected] | ||
|
||
# this version is compatible with salome-9.3.0 | ||
- [email protected]~mpi | ||
- [email protected]+mpi | ||
|
||
# med and medcoupling versions are linked together, check salome release notes | ||
- [email protected] | ||
- [email protected]~python | ||
# petsc from spack requires an external and unique blas/lapack library set | ||
- [email protected] | ||
|
||
- [email protected] | ||
|
||
- eigen@3.4.0 | ||
- petsc@3.13.6~hdf5+hypre+metis+mpi+mumps | ||
|
||
# petsc and libvmesh version are linked together, the libmesh version must always be | ||
# newer (date-based) | ||
- [email protected]~hdf5+hypre+mpi+mumps+metis | ||
- [email protected]+petsc+eigen+mpi+exodusii | ||
# med and medcoupling versions are linked together, check salome release notes | ||
- [email protected] | ||
- [email protected]~int64+mpi | ||
|
||
# petsc from spack requires an external and unique blas/lapack library set | ||
- [email protected] | ||
# slepc minor version must be the same as petsc | ||
- [email protected] | ||
|
||
# the libmesh version must always be newer (date-based) than petsc | ||
- [email protected]+petsc+eigen+mpi+exodusii | ||
|
||
view: true | ||
concretizer: | ||
unify: true | ||
packages: | ||
all: | ||
compiler: ['gcc@=10.4.0'] | ||
compiler: [gcc@=10.4.0] |
28 changes: 28 additions & 0 deletions
28
_stacks/jinsian/EuroSys-AsyncSchedule4IO/WarpX/Docs/spack.yaml
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# This is a Spack environment file. | ||
# | ||
# This environment can be used to install all dependencies to build the manual | ||
# locally. | ||
# | ||
# Activating and installing this environment will provide all dependencies | ||
# that are needed for full-feature development. | ||
# https://spack.readthedocs.io/en/latest/environments.html#anonymous-environments | ||
# | ||
# Inside WarpX' Docs/ directory: | ||
# spack env activate -d . | ||
# spack install # only needed the first time | ||
# make clean | ||
# make html | ||
# | ||
spack: | ||
specs: | ||
# note: the spec "doxygen+graphviz" causes an environment issue for me | ||
- doxygen | ||
- graphviz | ||
- python | ||
- py-sphinx | ||
- py-breathe | ||
- py-recommonmark | ||
- py-pygments | ||
- py-sphinx-copybutton | ||
- py-sphinx-design | ||
- py-sphinx-rtd-theme |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.