summaryrefslogtreecommitdiffstats
path: root/cluster/lam/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'cluster/lam/BUILD')
-rwxr-xr-xcluster/lam/BUILD15
1 files changed, 15 insertions, 0 deletions
diff --git a/cluster/lam/BUILD b/cluster/lam/BUILD
new file mode 100755
index 0000000000..dfb2393184
--- /dev/null
+++ b/cluster/lam/BUILD
@@ -0,0 +1,15 @@
+(
+
+ if ! [ -e /usr/bin/g77 ]; then
+ OPTS="$OPTS --without-fc"
+ fi
+
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc/lam \
+ $OPTS &&
+
+ make &&
+ prepare_install &&
+ make install
+
+) > $C_FIFO 2>&1