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