summaryrefslogtreecommitdiffstats
path: root/cluster/mpich2/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'cluster/mpich2/BUILD')
-rwxr-xr-xcluster/mpich2/BUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/cluster/mpich2/BUILD b/cluster/mpich2/BUILD
new file mode 100755
index 0000000000..93bff0a9c8
--- /dev/null
+++ b/cluster/mpich2/BUILD
@@ -0,0 +1,6 @@
+./configure --prefix=${INSTALL_ROOT}/usr \
+ --sysconfdir=${INSTALL_ROOT}/etc/mpich \
+ --disable-f77 \
+ --enable-g77 \
+ $OPTS &&
+make