minor fixes to hypre and muparser on Linux
This commit is contained in:
parent
7e7461e8fb
commit
63c3feb79e
2 changed files with 4 additions and 1 deletions
|
@ -42,6 +42,9 @@ def install(self, spec, prefix):
|
||||||
|
|
||||||
if '~internal-superlu' in self.spec:
|
if '~internal-superlu' in self.spec:
|
||||||
configure_args.append("--without-superlu")
|
configure_args.append("--without-superlu")
|
||||||
|
# MLI and FEI do not build without superlu on Linux
|
||||||
|
configure_args.append("--without-mli")
|
||||||
|
configure_args.append("--without-fei")
|
||||||
|
|
||||||
# Hypre's source is staged under ./src so we'll have to manually
|
# Hypre's source is staged under ./src so we'll have to manually
|
||||||
# cd into it.
|
# cd into it.
|
||||||
|
|
|
@ -14,5 +14,5 @@ def install(self, spec, prefix):
|
||||||
|
|
||||||
configure(*options)
|
configure(*options)
|
||||||
|
|
||||||
make()
|
make(parallel=False)
|
||||||
make("install")
|
make("install")
|
||||||
|
|
Loading…
Reference in a new issue