We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52066c5 commit 31ccf49Copy full SHA for 31ccf49
configs/templates/ccpp-scm/spack.yaml
@@ -20,4 +20,5 @@ spack:
20
- sp
21
- w3emc
22
- py-f90nml
23
-
+ - py-numpy
24
+ - py-netcdf4
spack-ext/repos/spack-stack/packages/base-env/package.py
@@ -38,5 +38,8 @@ class BaseEnv(BundlePackage):
38
# Python
39
depends_on("python@3.7:", type="run")
40
depends_on("py-pip", type="run")
41
+ depends_on("py-wheel", type="run")
42
+ depends_on("py-setuptools", type="run")
43
+ depends_on("py-setuptools-scm", type="run")
44
45
# There is no need for install() since there is no code.
0 commit comments