Spack v1.0.0
This commit is contained in:
parent
a7d0c42d39
commit
0f71716d9b
@@ -24,6 +24,10 @@ class H5hut(AutotoolsPackage):
|
||||
variant("fortran", default=True, description="Enable Fortran support")
|
||||
variant("mpi", default=True, description="Enable MPI support")
|
||||
|
||||
depends_on("c", type="build") # generated
|
||||
depends_on("cxx", type="build") # generated
|
||||
depends_on("fortran", type="build") # generated
|
||||
|
||||
depends_on("autoconf", type="build", when="build_system=autotools")
|
||||
depends_on("automake", type="build", when="build_system=autotools")
|
||||
depends_on("libtool", type="build", when="build_system=autotools")
|
||||
|
||||
Reference in New Issue
Block a user