Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
nptool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Gitlab has been updated. More info
here
.
Show more breadcrumbs
np
nptool
Commits
44c4ee89
Commit
44c4ee89
authored
8 years ago
by
Adrien Matta
Browse files
Options
Downloads
Patches
Plain Diff
* Fixing Mac OS X compilation
* Fixing nptool.csh
parent
3a8cb9d4
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NPLib/ressources/CMake/Root.cmake
+1
-2
1 addition, 2 deletions
NPLib/ressources/CMake/Root.cmake
nptool.csh
+5
-5
5 additions, 5 deletions
nptool.csh
with
6 additions
and
7 deletions
NPLib/ressources/CMake/Root.cmake
+
1
−
2
View file @
44c4ee89
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
nptool.csh
+
5
−
5
View file @
44c4ee89
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment