Remove examples from default STAT build to avoid MPI dependence.
This commit is contained in:
parent
f98a98718f
commit
ec44791aa3
@ -20,6 +20,7 @@ def install(self, spec, prefix):
|
|||||||
configure(
|
configure(
|
||||||
"--enable-gui",
|
"--enable-gui",
|
||||||
"--prefix=%s" % prefix,
|
"--prefix=%s" % prefix,
|
||||||
|
"--disable-examples", # Examples require MPI: avoid this dependency.
|
||||||
"--with-launchmon=%s" % spec['launchmon'].prefix,
|
"--with-launchmon=%s" % spec['launchmon'].prefix,
|
||||||
"--with-mrnet=%s" % spec['mrnet'].prefix,
|
"--with-mrnet=%s" % spec['mrnet'].prefix,
|
||||||
"--with-graphlib=%s" % spec['graphlib'].prefix,
|
"--with-graphlib=%s" % spec['graphlib'].prefix,
|
||||||
|
Loading…
Reference in New Issue
Block a user