From f3246e4fbfb41d2016017fc614b8ac71a00c5a1e Mon Sep 17 00:00:00 2001 From: John Romein <romein@astron.nl> Date: Fri, 15 Jun 2007 10:23:06 +0000 Subject: [PATCH] BugID: 225 Added searchpath for ION_Proc --- autoconf_share/variants.bglfen | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/autoconf_share/variants.bglfen b/autoconf_share/variants.bglfen index 58664697ab1..1d1ad4c30c3 100644 --- a/autoconf_share/variants.bglfen +++ b/autoconf_share/variants.bglfen @@ -3,11 +3,12 @@ blrts.compiler.conf: CC=blrts_xlc CXX=blrts_xlC gnubgl.compiler.conf: CC=/bgl/BlueLight/ppcfloor/blrts-gnu/bin/powerpc-bgl-blrts-gnu-gcc CXX=/bgl/BlueLight/ppcfloor/blrts-gnu/bin/powerpc-bgl-blrts-gnu-g++ bgl.variant.conf: $(lofar_root) $(debugopt) $(nothreads) $(noshmem) $(bgl_cpp) $(bgl_ldd) --without-log4cplus --with-bglmpich $(bgl_searchpath) -fpic.variant.conf: $(debugopt) $(threads) --without-log4cplus --with-optimize='-O2 -g -fPIC' +fpic.variant.conf: $(debugopt) $(threads) --without-log4cplus --with-optimize='-O2 -g -fPIC' $(ion_searchpath) lofar_root.var: bgl_searchpath.var: --with-searchpath="+prefix +root /bgl/dist /bgl/BlueLight/ppcfloor/bglsys /bgl/lofar-utils/fftw-2.1.5-single-precision /bgl/lofar-utils/mass" +ion_searchpath.var: --with-searchpath="+prefix +root /bgl/dist /bgl/BlueLight/ppcfloor/bglsys" #bgl_cpp.var: --with-cppflags='-qarch=440d -qinfo=pro:gen -qcpluscmt -I. -I/bgl/dist/include -qlist -qsource -qmaxmem=64000 -qasm=gcc -I/bgl/BlueLight/ppcfloor/bglsys/include/ -DHAVE_BGL -DYY_NEVER_INTERACTIVE -DMPICH_SKIP_MPICXX' bgl_cpp.var: --with-cppflags='-O2 -mcpu=440fp2 -I. -I/bgl/dist/include -I/bgl/BlueLight/ppcfloor/bglsys/include/ -DHAVE_BGL -DYY_NEVER_INTERACTIVE -DMPICH_SKIP_MPICXX' -- GitLab