Skip to content

Commit

Permalink
Add PATH to the nightlies and releases
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Feb 9, 2024
1 parent 81c380f commit fede708
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/cvmfs/setup-nightlies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ k4_local_repo() {
export PKG_CONFIG_PATH=$(echo $PKG_CONFIG_PATH | tr ":" "\n" | grep -Ev "/${current_repo}/" | tr "\n" ":")
export ROOT_INCLUDE_PATH=$(echo $ROOT_INCLUDE_PATH | tr ":" "\n" | grep -Ev "/${current_repo}/" | tr "\n" ":")
export MARLIN_DLL=$(echo $MARLIN_DLL | tr ":" "\n" | grep -Ev "/${current_repo}/" | tr "\n" ":")
export PATH=$PWD/$install/bin:$PATH
export LD_LIBRARY_PATH=$PWD/$install/lib:$PWD/$install/lib64:$LD_LIBRARY_PATH
export PYTHONPATH=$PWD/$install/python:$PYTHONPATH
export CMAKE_PREFIX_PATH=$PWD/$install:$CMAKE_PREFIX_PATH
Expand Down
1 change: 1 addition & 0 deletions scripts/cvmfs/setup-releases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ k4_local_repo() {
export PKG_CONFIG_PATH=$(echo $PKG_CONFIG_PATH | tr ":" "\n" | grep -Ev "/${current_repo}/" | tr "\n" ":")
export ROOT_INCLUDE_PATH=$(echo $ROOT_INCLUDE_PATH | tr ":" "\n" | grep -Ev "/${current_repo}/" | tr "\n" ":")
export MARLIN_DLL=$(echo $MARLIN_DLL | tr ":" "\n" | grep -Ev "/${current_repo}/" | tr "\n" ":")
export PATH=$PWD/$install/bin:$PATH
export LD_LIBRARY_PATH=$PWD/$install/lib:$PWD/$install/lib64:$LD_LIBRARY_PATH
export PYTHONPATH=$PWD/$install/python:$PYTHONPATH
export CMAKE_PREFIX_PATH=$PWD/$install:$CMAKE_PREFIX_PATH
Expand Down

0 comments on commit fede708

Please sign in to comment.