We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c4c4b2 + 1195eca commit 105d314Copy full SHA for 105d314
contrib/dist/make-html-man-pages.pl
@@ -76,7 +76,7 @@ sub doit {
76
# Autogen if we don't have a configure script
77
doit("./autogen.pl")
78
if (! -x "configure");
79
-doit("./configure --prefix=$prefix --enable-mpi-ext=all");
+doit("./configure --prefix=$prefix --enable-mpi-ext=all --without-cs-fs");
80
81
# Find this OMPI's version
82
my $version = `fgrep PACKAGE_VERSION opal/include/opal_config.h | cut -d\\\" -f2`;
0 commit comments