root/trunk/ARPACK/ARPACK.port

Revision 4466, 0.5 kB (checked in by mariuss, 3 years ago)

Added PORTBASE

Line 
1#       2.2.0
2#       20091116
3HOMEURL="http://www.caam.rice.edu/software/ARPACK/"
4PORTURL="$PORTBASE/BSD/Libraries/Math/ARPACK/"
5
6
7CONFIGURE="FALSE"
8DOWNLOAD="FALSE"
9EXTRACT="FALSE"
10INSTALLCMD="sudo ./install.sh"
11INSTSCRIPT="TRUE"
12MAKEARGS="lib home=/tmp/$1-$(date "+%Y%m%d")"
13PATCH="TRUE"
14
15case "$OS" in
16        osx6)
17                DEPS="gcc"
18                PATCHFILES="ARmake.inc.gfortran.patch second.f.patch SRC-Makefile.patch UTIL-Makefile.patch"
19                ;;
20               
21        *)
22                DEPS="g95"
23                PATCHFILES="ARmake.inc.patch second.f.patch SRC-Makefile.patch UTIL-Makefile.patch"
24                ;;
25               
26esac
Note: See TracBrowser for help on using the browser.