Skip to content
Snippets Groups Projects
Commit 47243206 authored by zwart's avatar zwart
Browse files

BugID: 328

fixed path to unixodbc
parent 7f095416
No related branches found
No related tags found
No related merge requests found
......@@ -35,5 +35,5 @@ AC_DEFUN([lofar_BLITZ],dnl
[dnl
AC_PREREQ(2.13)dnl
ifelse($1, [], [lfr_option=0], [lfr_option=$1])
lofar_EXTERNAL(BLITZ,[$lfr_option],blitz/blitz.h,,,,"gnu3:-Wno-unused gnu3:-ftemplate-depth-30",,-lm)
lofar_EXTERNAL(BLITZ,[$lfr_option],blitz/blitz.h,,/home/astron01/walther/src/blitz,,"gnu3:-Wno-unused gnu3:-ftemplate-depth-30",,-lm)
])
......@@ -113,6 +113,7 @@ fi
##
lfr_ext_name=]LOFAR_EXT_LIB[
enable_external=no
echo "\$lfr_option = $lfr_option"
if test "$lfr_option" = "1"; then
enable_external=yes
fi
......@@ -308,6 +309,9 @@ else
done
fi
echo "\$lfr_ext_inc = $lfr_ext_inc"
echo "\$lfr_ext_lib = $lfr_ext_lib"
if test "$lfr_ext_inc" != "no" -a "$lfr_ext_lib" != "no" ; then
EXTERNAL_CPPFLAGS=
EXTERNAL_CXXFLAGS=
......
......@@ -4,4 +4,4 @@ gnu3.compiler.aipspp.var: --with-aipspp=/home/astron01/lofar/ext_libs/casa/prod/
gnu.compiler.conf: CXX="$CCACHE /usr/bin/g++"
gnu.compiler.aipspp.var: --with-aipspp=/home/astron01/lofar/ext_libs/casa/prod/linux_gnu
lofar_root.var: --with-lofar-default=weekly --with-dtl=/opt/dtl-3.6.6 --with-log4cplus=/opt/log4cplus --with-bdb=/opt/db-4.3.28 --with-boost=/opt/boost --with-odbc=/home/astron01/walther/usr
lofar_root.var: --with-lofar-default=weekly --with-dtl=/opt/dtl-3.6.6 --with-log4cplus=/opt/log4cplus --with-bdb=/opt/db-4.3.28 --with-boost=/opt/boost --with-odbc=/opt/unixODBC
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment