We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ded2190 commit 84036f4Copy full SHA for 84036f4
2 files changed
spack_env/spack.lock
spack_env/spack.yaml
@@ -0,0 +1,33 @@
1
+# This is a Spack Environment file.
2
+#
3
+# It describes a set of packages to be installed, along with
4
+# configuration settings.
5
+spack:
6
+ definitions:
7
+ - compilers: [gcc@11.5.0]
8
+ #- compilers: [gcc@15.1.0]
9
+ - packages:
10
+ - cmake
11
+ - pdi
12
+ - pdiplugin-decl-hdf5
13
+ - pdiplugin-mpi
14
+ - pdiplugin-pycall
15
+ - pdiplugin-user-code
16
+ - pdiplugin-trace
17
+ - python
18
+ - py-numpy
19
+ - py-matplotlib
20
+ #- py-dask
21
+ #- py-distributed
22
+ #- py-bokeh
23
+ specs:
24
+ - $compilers
25
+ - matrix:
26
+ - [$packages]
27
+ - [$%compilers]
28
+
29
+ view: true
30
+ concretizer:
31
+ unify: when_possible
32
+ mirrors:
33
+ develop: https://binaries.spack.io/develop
0 commit comments