Skip to content
Snippets Groups Projects
Commit 791a7162 authored by Ulrich Schwickerath's avatar Ulrich Schwickerath
Browse files

correct flags in cernlib script

parent ea916b79
Branches
Tags
1 merge request!37correct flags in cernlib script
......@@ -53,7 +53,7 @@ logs:
cernlib_im: profiles setup logs
echo "starting cernlib with imake"
. delphi.sh; ./make_cernlib $(CERNVER) 0 $(XROOTD) $(LEGACY) > logs/make_cernlib-imake.log 2>&1 || ( cat logs/make_cernlib-cmake.log; ${FALSE} )
. delphi.sh; ./make_cernlib $(CERNVER) 0 $(XROOTD) $(LEGACY) > logs/make_cernlib-imake.log 2>&1 || ( cat logs/make_cernlib-imake.log; ${FALSE} )
cernlib_cm: profiles setup logs
echo "starting cernlib with cmake"
......
......@@ -13,7 +13,7 @@ unset LDFLAGS
# if $CERN is set we use that one, else we build from here
export version=$1
export use_cmake=$2
export CERNLIB_XROOT=$3
export CERNLIB_XROOTD=$3
export LEGACY=$4
echo "Building CERNLIB with:
......@@ -86,10 +86,10 @@ else
# we always use buildin xbae for backward compatibility
echo '#define CERNLIB_NOLIBXBAE YES' >> config/host.def
if [ -z $LEGACY ]; then
./make_cernlib 64bit GNU new $CERNLIB_XROOT
./make_cernlib 64bit GNU new $CERNLIB_XROOTD
rc=$?
else
./make_cernlib 32bit GNU new $CERNLIB_ROOT
./make_cernlib 32bit GNU new $CERNLIB_XROOTD
rc=$?
fi
if [ -e $CERN/pro ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment