ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/configure
(Generate patch)

Comparing trunk/OOPSE/configure (file contents):
Revision 944 by gezelter, Wed Jan 14 22:41:34 2004 UTC vs.
Revision 1182 by gezelter, Fri May 21 14:23:20 2004 UTC

# Line 4289 | Line 4289 | if test "$ac_test_CFLAGS" != "set"; then
4289          fi;;
4290     *darwin*)
4291          if test "$CC" = xlc -o "$CC" = cc; then
4292 <                CFLAGS="-O3 -qtune=auto -w"
4293 <                echo "*******************************************************"
4294 <                echo "*  You have Darwin on an unknown powerpc system.      *"
4295 <                echo "*  It is recommended that you use                     *"
4296 <                echo "*                                                     *"
4297 <                echo "*  CFLAGS=-O3 -qarch=ppc -qtune=xxx -qansialias -w    *"
4298 <                echo "*                               ^^^                   *"
4299 <                echo "*  where xxx is 601, 603, 604, or whatever kind of    *"
4300 <                echo "*  PowerPC CPU you have.   For more info, man cc.     *"
4301 <                echo "*******************************************************"
4292 >                CFLAGS="-qthreaded -O5 -Q=20 -qtune=auto -qarch=auto -qunroll=auto -qaltivec"
4293          fi;;
4294    esac
4295  
# Line 4750 | Line 4741 | if test "$ac_test_CXXFLAGS" != "set"; then
4741          fi;;
4742     *darwin*)
4743          if test "$CXX" = xlC; then
4744 <                CXXFLAGS="-O3 -qtune=auto -qansialias -w"
4754 <                echo "*******************************************************"
4755 <                echo "*  You have Darwin on an unknown powerpc system.      *"
4756 <                echo "*  It is recommended that you use                     *"
4757 <                echo "*                                                     *"
4758 <                echo "*  CXXFLAGS=-O3 -qarch=ppc -qtune=xxx -qansialias -w  *"
4759 <                echo "*                                 ^^^                 *"
4760 <                echo "*  where xxx is 601, 603, 604, or whatever kind of    *"
4761 <                echo "*  PowerPC CPU you have.   For more info, man cc.     *"
4762 <                echo "*******************************************************"
4744 >                CXXFLAGS="-qthreaded -O5 -Q=20 -qtune=auto -qarch=auto -qunroll=auto -qaltivec"
4745          fi;;
4746    esac
4747  
# Line 5171 | Line 5153 | if test x"$F90FLAGS" = x ; then
5153          fi;;
5154     *darwin*)
5155          if test "$F90" = f90 -o "$F90" = xlf90; then
5156 <                F90FLAGS="-O3 -qtune=auto -w"
5175 <                echo "*********************************************************"
5176 <                echo "*  You have Darwin on an unknown powerpc system.  It is *"
5177 <                echo "*  recommended that you use                             *"
5178 <                echo "*                                                       *"
5179 <                echo "*  CXXFLAGS=-O3 -qarch=ppc -qtune=xxx -qansialias -w    *"
5180 <                echo "*                                 ^^^                   *"
5181 <                echo "*  where xxx is 601, 603, 604, or whatever kind of      *"
5182 <                echo "*  PowerPC CPU you have.   For more info, man xlf.      *"
5183 <                echo "*********************************************************"
5156 >                F90FLAGS="-qthreaded -O5 -qtune=auto -qarch=auto -qunroll=auto"
5157          fi;;
5158    esac
5159  
# Line 7336 | Line 7309 | SUBDIRS="libBASS libmdtools src forceFields samples ut
7309  
7310   MKINSTALLDIRS=`pwd`/ac-tools/"shtool mkdir -p -f"
7311  
7312 < SUBDIRS="libBASS libmdtools src forceFields samples utils utils/sysbuilder staticProps third-party"
7312 > SUBDIRS="libBASS libmdtools src forceFields samples utils utils/sysbuilder staticProps third-party shapes"
7313  
7314   CFLAGS=${CFLAGS-""}
7315   CXXFLAGS=${CXXFLAGS-""}
# Line 7373 | Line 7346 | esac
7346  
7347            ac_config_headers="$ac_config_headers libmdtools/config.h"
7348  
7349 <                                                                                                                                                                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"
7349 >                                                                                                                                                                          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"
7350  
7351  
7352   cat >confcache <<\_ACEOF
# Line 7917 | Line 7890 | do
7890    "samples/lipid/Makefile" ) CONFIG_FILES="$CONFIG_FILES samples/lipid/Makefile" ;;
7891    "samples/metals/Makefile" ) CONFIG_FILES="$CONFIG_FILES samples/metals/Makefile" ;;
7892    "samples/water/Makefile" ) CONFIG_FILES="$CONFIG_FILES samples/water/Makefile" ;;
7893 +  "shapes/Makefile" ) CONFIG_FILES="$CONFIG_FILES shapes/Makefile" ;;
7894    "libmdtools/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS libmdtools/config.h" ;;
7895    *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
7896   echo "$as_me: error: invalid argument: $ac_config_target" >&2;}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines