View | Details | Raw Unified
Collapse All | Expand All

(-) gamess/lked (-4 / +4 lines)
 Lines 14-21    Link Here 
#       linux-ia64,linux-pc,mac32,macG5,necsx,sgi32,sgi64,sun32,sun64
#       linux-ia64,linux-pc,mac32,macG5,necsx,sgi32,sgi64,sun32,sun64
#  2. Choose your GAMESS directory tree.
#  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...
#    ---- and now the script begins...
#
#
 Lines 321-328    Link Here 
#  about matching the number of trailing underscores.
#  about matching the number of trailing underscores.
#
#
if ($TARGET == linux-pc) then
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
   if (-e /usr/lib/libblas.a) then
      set LIBRARIES='-lblas'
      set LIBRARIES='-lblas'
      set BLAS=' '
      set BLAS=' '