Update CleverLeaf package to use Boost and fix SAMRAI MPI usage
This commit is contained in:
parent
5891847ae4
commit
77bf133cd2
@ -38,6 +38,8 @@ def install(self, spec, prefix):
|
|||||||
|
|
||||||
configure(
|
configure(
|
||||||
"--prefix=%s" % prefix,
|
"--prefix=%s" % prefix,
|
||||||
|
"--with-CXX=%s" % spec[mpi].prefix.bin + "/mpic++",
|
||||||
|
"--with-CC=%s" % spec[mpi].prefix.bin + "/mpicc",
|
||||||
"--with-hdf5=%s" % spec['hdf5'].prefix,
|
"--with-hdf5=%s" % spec['hdf5'].prefix,
|
||||||
"--with-boost=%s" % spec['boost'].prefix,
|
"--with-boost=%s" % spec['boost'].prefix,
|
||||||
"--with-zlib=%s" % spec['zlib'].prefix,
|
"--with-zlib=%s" % spec['zlib'].prefix,
|
||||||
|
@ -14,6 +14,8 @@ class Cleverleaf(Package):
|
|||||||
version('develop', git='https://github.com/UK-MAC/CleverLeaf_ref.git', branch='develop')
|
version('develop', git='https://github.com/UK-MAC/CleverLeaf_ref.git', branch='develop')
|
||||||
|
|
||||||
depends_on("SAMRAI@3.8.0")
|
depends_on("SAMRAI@3.8.0")
|
||||||
|
depends_on("hdf5")
|
||||||
|
depends_on("boost")
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
cmake(*std_cmake_args)
|
cmake(*std_cmake_args)
|
||||||
|
Loading…
Reference in New Issue
Block a user