From 7f17a19e8f28ee65bf06b2844a9bb2db38a052e2 Mon Sep 17 00:00:00 2001 From: Ger van Diepen <diepen@astron.nl> Date: Tue, 5 Apr 2005 12:10:02 +0000 Subject: [PATCH] %[ER: 70]% Make without-sse the default (for lofar9, etc.) --- autoconf_share/variants | 2 +- autoconf_share/variants.lofar17 | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/autoconf_share/variants b/autoconf_share/variants index 1843d7b9ab9..e52e85418c9 100644 --- a/autoconf_share/variants +++ b/autoconf_share/variants @@ -41,7 +41,7 @@ scampi.var: --with-scampi vbroker.var: --with-vbroker threads.var: --with-threads nothreads.var: --with-threads=no -sse.var: --with-sse +sse.var: --without-sse shmem.var: --with-shmem noshmem.var: --with-shmem=no bgl_cpp.var: --with-cppflags='-qarch=440d -qinfo=pro:gen -qcpluscmt -I. -qlist -qsource -qmaxmem=64000 -I/bgl/BlueLight/ppcfloor/bglsys/include/ -DHAVE_BGL -DYY_NEVER_INTERACTIVE' diff --git a/autoconf_share/variants.lofar17 b/autoconf_share/variants.lofar17 index f5910b56958..219aa18fc4c 100644 --- a/autoconf_share/variants.lofar17 +++ b/autoconf_share/variants.lofar17 @@ -1,20 +1,19 @@ gnu3.compiler.conf: CXX="$CCACHE /usr/bin/g++" gnu3.compiler.aipspp.var: --with-aipspp=/lofarbuild/aips++/weekly/linux_gnu -gnu3.compiler.sse.var: --without-sse gnu.compiler.conf: CXX="$CCACHE /usr/bin/g++" gnu.compiler.aipspp.var: --with-aipspp=/lofarbuild/aips++/weekly/linux_gnu -gnu.compiler.sse.var: --without-sse gnu34.compiler.conf: CXX="$CCACHE /usr/local/gcc343/bin/g++" --with-ldflags="-Wl,--rpath,/usr/local/gcc343/lib" gnu34.compiler.aipspp.var: --with-aipspp=/lofarbuild/aips++/weekly/linux_gnu34 +gnu34.compiler.sse.var: --with-sse gnunew.compiler.conf: CXX="$CCACHE /usr/local/gcc343/bin/g++" --with-ldflags="-Wl,--rpath,/usr/local/gcc343/lib" gnunew.compiler.aipspp.var: --with-aipspp=/lofarbuild/aips++/weekly/linux_gnu34 +gnunew.compiler.sse.var: --with-sse icc.compiler.conf: CXX="$CCACHE /usr/local/compiler80/bin/icc" --with-cppflags="-cxxlib-gcc" --with-ldflags="-cxxlib-gcc -Xlinker -rpath -Xlinker /usr/local/compiler80/lib" icc.compiler.aipspp.var: --with-aipspp=/lofarbuild/aips++/weekly/linux_gnu --with-blitz=/usr/local/blitz/gnu --with-fftw2=/usr/local/fftw2/gnu --with-dtl=/usr/local/dtl/gnu -icc.compiler.sse.var: --without-sse insure.variant.conf: --with-insuretools=/usr/local/insure/bin.linux2 $(aipspp) -- GitLab