aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vasp/build-pd-darwin.sh
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2002-12-02 17:50:01 +0000
committerThomas Grill <xovo@users.sourceforge.net>2002-12-02 17:50:01 +0000
commit0a109da279e9df66fb5ea7d6bdaeffed16592f02 (patch)
tree9835a26fbd77b7689050ca0bdd25c8ce0b7cf264 /externals/grill/vasp/build-pd-darwin.sh
parent4985ae92eea0eb7609a2449d7e147f69b7134b50 (diff)
"version 0.1.1"
svn path=/trunk/; revision=266
Diffstat (limited to 'externals/grill/vasp/build-pd-darwin.sh')
-rwxr-xr-xexternals/grill/vasp/build-pd-darwin.sh17
1 files changed, 17 insertions, 0 deletions
diff --git a/externals/grill/vasp/build-pd-darwin.sh b/externals/grill/vasp/build-pd-darwin.sh
new file mode 100755
index 00000000..38814a9a
--- /dev/null
+++ b/externals/grill/vasp/build-pd-darwin.sh
@@ -0,0 +1,17 @@
+#!/bin/sh
+
+SYS=pd-darwin
+
+. config-${SYS}.txt
+
+make -f makefile.${SYS} &&
+{
+ if [ $INSTDIR != "" ]; then
+ echo Now install as root
+ sudo make -f makefile.${SYS} install
+ fi
+ if [ $HELPDIR != "" ]; then
+ echo Now install help as root
+ sudo make -f makefile.${SYS} install-help
+ fi
+}