--- trunk/OOPSE/configure 2004/01/14 22:41:34 944 +++ trunk/OOPSE/configure 2004/05/21 14:23:20 1182 @@ -4289,16 +4289,7 @@ if test "$ac_test_CFLAGS" != "set"; then fi;; *darwin*) if test "$CC" = xlc -o "$CC" = cc; then - CFLAGS="-O3 -qtune=auto -w" - echo "*******************************************************" - echo "* You have Darwin on an unknown powerpc system. *" - echo "* It is recommended that you use *" - echo "* *" - echo "* CFLAGS=-O3 -qarch=ppc -qtune=xxx -qansialias -w *" - echo "* ^^^ *" - echo "* where xxx is 601, 603, 604, or whatever kind of *" - echo "* PowerPC CPU you have. For more info, man cc. *" - echo "*******************************************************" + CFLAGS="-qthreaded -O5 -Q=20 -qtune=auto -qarch=auto -qunroll=auto -qaltivec" fi;; esac @@ -4750,16 +4741,7 @@ if test "$ac_test_CXXFLAGS" != "set"; then fi;; *darwin*) if test "$CXX" = xlC; then - CXXFLAGS="-O3 -qtune=auto -qansialias -w" - echo "*******************************************************" - echo "* You have Darwin on an unknown powerpc system. *" - echo "* It is recommended that you use *" - echo "* *" - echo "* CXXFLAGS=-O3 -qarch=ppc -qtune=xxx -qansialias -w *" - echo "* ^^^ *" - echo "* where xxx is 601, 603, 604, or whatever kind of *" - echo "* PowerPC CPU you have. For more info, man cc. *" - echo "*******************************************************" + CXXFLAGS="-qthreaded -O5 -Q=20 -qtune=auto -qarch=auto -qunroll=auto -qaltivec" fi;; esac @@ -5171,16 +5153,7 @@ if test x"$F90FLAGS" = x ; then fi;; *darwin*) if test "$F90" = f90 -o "$F90" = xlf90; then - F90FLAGS="-O3 -qtune=auto -w" - echo "*********************************************************" - echo "* You have Darwin on an unknown powerpc system. It is *" - echo "* recommended that you use *" - echo "* *" - echo "* CXXFLAGS=-O3 -qarch=ppc -qtune=xxx -qansialias -w *" - echo "* ^^^ *" - echo "* where xxx is 601, 603, 604, or whatever kind of *" - echo "* PowerPC CPU you have. For more info, man xlf. *" - echo "*********************************************************" + F90FLAGS="-qthreaded -O5 -qtune=auto -qarch=auto -qunroll=auto" fi;; esac @@ -7336,7 +7309,7 @@ SUBDIRS="libBASS libmdtools src forceFields samples ut MKINSTALLDIRS=`pwd`/ac-tools/"shtool mkdir -p -f" -SUBDIRS="libBASS libmdtools src forceFields samples utils utils/sysbuilder staticProps third-party" +SUBDIRS="libBASS libmdtools src forceFields samples utils utils/sysbuilder staticProps third-party shapes" CFLAGS=${CFLAGS-""} CXXFLAGS=${CXXFLAGS-""} @@ -7373,7 +7346,7 @@ esac ac_config_headers="$ac_config_headers libmdtools/config.h" - ac_config_files="$ac_config_files Makefile libBASS/Makefile libmdtools/Makefile src/Makefile utils/Makefile utils/sysbuilder/Makefile forceFields/Makefile samples/Makefile staticProps/Makefile third-party/Makefile samples/alkane/Makefile samples/argon/Makefile samples/beadLipid/Makefile samples/lipid/Makefile samples/metals/Makefile samples/water/Makefile" + ac_config_files="$ac_config_files Makefile libBASS/Makefile libmdtools/Makefile src/Makefile utils/Makefile utils/sysbuilder/Makefile forceFields/Makefile samples/Makefile staticProps/Makefile third-party/Makefile samples/alkane/Makefile samples/argon/Makefile samples/beadLipid/Makefile samples/lipid/Makefile samples/metals/Makefile samples/water/Makefile shapes/Makefile" cat >confcache <<\_ACEOF @@ -7917,6 +7890,7 @@ do "samples/lipid/Makefile" ) CONFIG_FILES="$CONFIG_FILES samples/lipid/Makefile" ;; "samples/metals/Makefile" ) CONFIG_FILES="$CONFIG_FILES samples/metals/Makefile" ;; "samples/water/Makefile" ) CONFIG_FILES="$CONFIG_FILES samples/water/Makefile" ;; + "shapes/Makefile" ) CONFIG_FILES="$CONFIG_FILES shapes/Makefile" ;; "libmdtools/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS libmdtools/config.h" ;; *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}