# patch to enable linux-x86 arch in GAMESS linking script --- gamess/lked 2005-06-30 20:47:59.000000000 +0000 +++ gamess-gentoo/lked 2005-09-04 15:01:54.000000000 +0000 @@ -14,8 +14,8 @@ # linux-ia64,linux-pc,mac32,macG5,necsx,sgi32,sgi64,sun32,sun64 # 2. Choose your GAMESS directory tree. # -set TARGET=ibm64 -chdir /u1/mike/gamess +set TARGET=linux-pc +#chdir /u1/mike/gamess # # ---- and now the script begins... # @@ -321,8 +321,8 @@ # about matching the number of trailing underscores. # if ($TARGET == linux-pc) then - set LDR='g77' - set LDOPTS=' ' # add '-Wl,-M' to see load map + set gentoo-LDR='g77' + set gentoo-LDOPTS=' ' # add '-Wl,-M' to see load map if (-e /usr/lib/libblas.a) then set LIBRARIES='-lblas' set BLAS=' '