Remove examples from default STAT build to avoid MPI dependence.

This commit is contained in:
Todd Gamblin 2014-09-05 10:52:43 -07:00
parent f98a98718f
commit ec44791aa3

View File

@ -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,