Skip to content

Commit

Permalink
fix: choose a ROOT_INCLUDE_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Mar 21, 2023
1 parent 7b0eb14 commit 3b79560
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/scripts/eicrecon-this.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,7 @@ fi
#----------------- IRT
if [[ -d $( readlink -f @IRT_LIBRARY_DIR@ ) ]] ; then
export LD_LIBRARY_PATH="@IRT_LIBRARY_DIR@${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}"
# export ROOT_INCLUDE_PATH="@IRT_INCLUDE_DIR@${ROOT_INCLUDE_PATH:+:${ROOT_INCLUDE_PATH}}"
export ROOT_INCLUDE_PATH="@IRT_INCLUDE_DIR@/IRT${ROOT_INCLUDE_PATH:+:${ROOT_INCLUDE_PATH}}" # or this one, where the headers actually are installed?
echo "TEST: IRT_DIR = @IRT_DIR@"
echo "TEST: LD_LIBRARY_PATH = ${LD_LIBRARY_PATH}"
echo "TEST: ROOT_INCLUDE_PATH = ${ROOT_INCLUDE_PATH}"
export ROOT_INCLUDE_PATH="@IRT_INCLUDE_DIR@${ROOT_INCLUDE_PATH:+:${ROOT_INCLUDE_PATH}}"
fi

#----------------- EICrecon
Expand Down

0 comments on commit 3b79560

Please sign in to comment.