Skip to content
Snippets Groups Projects
Commit 44c4ee89 authored by Adrien Matta's avatar Adrien Matta :skull_crossbones:
Browse files

* Fixing Mac OS X compilation

* Fixing nptool.csh
parent 3a8cb9d4
No related branches found
No related tags found
No related merge requests found
...@@ -35,8 +35,7 @@ endif() ...@@ -35,8 +35,7 @@ endif()
## Collect the different information ## ## Collect the different information ##
# List of Root dependencies # List of Root dependencies
#set(ROOT_LIBRARIES dl Gui Core RIO Net Hist Gpad Tree Physics MathCore Thread ) set(ROOT_LIBRARIES dl Gui Core RIO Net Hist Gpad Tree Physics MathCore Thread )
set(ROOT_LIBRARIES dl Gui Core Net Gpad Hist Physics Tree )
# Lib directories # Lib directories
exec_program(${NPTOOL_ROOT_CONFIG} ARGS "--libdir" OUTPUT_VARIABLE ROOT_LIBRARY_DIR) exec_program(${NPTOOL_ROOT_CONFIG} ARGS "--libdir" OUTPUT_VARIABLE ROOT_LIBRARY_DIR)
......
...@@ -22,16 +22,16 @@ else ...@@ -22,16 +22,16 @@ else
endif endif
setenv PATH $PATH":$NPTOOL/NPLib/bin" setenv PATH $PATH":$NPTOOL/NPLib/bin"
setenv PATH $PATH":$NPTOOL/NPSimulation/bin" setenv PATH $PATH":$NPTOOL/NPSimulation"
alias npt echo "alias not supported under tcsh, switch to bash" alias npt cd `printenv NPTOOL`
alias npl echo "alias not supported under tcsh, switch to bash" alias npl cd `printenv NPTOOL`/NPLib
alias nps echo "alias not supported under tcsh, switch to bash" alias nps cd `printenv NPTOOL`/NPSimulation
alias npa_not_supported npa is now longer supported, use npp instead alias npa_not_supported npa is now longer supported, use npp instead
alias npa echo $npa_not_supported alias npa echo $npa_not_supported
alias npp echo "alias not supported under tcsh, switch to bash" alias npp cd `printenv NPTOOL`/Projects
setenv Geant4_DIR $G4LIB setenv Geant4_DIR $G4LIB
setenv NPLib_DIR $NPTOOL/NPLib setenv NPLib_DIR $NPTOOL/NPLib
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