From aa0a1ec03f2826152013ac3354bbffbd617cfdeb Mon Sep 17 00:00:00 2001 From: adrien-matta <a.matta@surrey.ac.uk> Date: Tue, 7 Apr 2015 09:13:10 +0100 Subject: [PATCH] Suppress the rootmap generation from the build dict script for root 5 --- NPLib/scripts/build_dict.sh | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/NPLib/scripts/build_dict.sh b/NPLib/scripts/build_dict.sh index 8391d301e..dfb6e0c23 100755 --- a/NPLib/scripts/build_dict.sh +++ b/NPLib/scripts/build_dict.sh @@ -50,16 +50,7 @@ fi # Version 5 : generate the dictionnary then the libmap if [ $version_major -eq 5 ] then - rootcint -f $2 -c $1 -I../Core - if [ "$#" -eq 4 ] - then - rlibmap -c $1 -o $3 -l $lib_name - fi - - if [ "$#" -eq 5 ] - then - rlibmap -o $3 -l $lib_name -c $5 - fi + rootcint -f $2 -c -I../Core $1 fi # Version 6 or more : generate both at once -- GitLab