Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
# linux-ia64,linux-pc,mac32,macG5,necsx,sgi32,sgi64,sun32,sun64
# 2. Choose your GAMESS directory tree.
#
set TARGET=ibm64
set TARGET=linux-pc
chdir /u1/mike/gamess
#chdir /u1/mike/gamess
# ---- and now the script begins...
# about matching the number of trailing underscores.
if ($TARGET == linux-pc) then
set LDR='g77'
set gentoo-LDR='g77'
set LDOPTS=' ' # add '-Wl,-M' to see load map
set gentoo-LDOPTS=' ' # add '-Wl,-M' to see load map
if (-e /usr/lib/libblas.a) then
set LIBRARIES='-lblas'
set BLAS=' '