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
Show more breadcrumbs
np
nptool
Commits
96738d30
Commit
96738d30
authored
11 years ago
by
Unknown
Browse files
Options
Downloads
Plain Diff
No commit message
No commit message
parents
57b82c52
f63a35b3
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
INSTALL
+17
-5
17 additions, 5 deletions
INSTALL
with
17 additions
and
5 deletions
INSTALL
+
17
−
5
View file @
96738d30
...
...
@@ -12,17 +12,29 @@ II) WORKING CONFIGURATIONS
The NPTool package has been mainly tested (and developped) with
the two following configurations:
1) Mac OS X (10.5.7) + G4 (4.9.2) + CLHEP (2.0.4.2) + ROOT (5.22/00) + GSL ()
2) Linux Fedora (kernel ) + G4 () + CLHEP () + ROOT () + GSL ()
2) Linux Fedora (kernel
2.6.29
) + G4 (
4.9.1p3
) + CLHEP (
2.0.4.2
) + ROOT (
5.22/00
) + GSL (
1.12
)
Please, report any working or non-working configuration.
III) INSTALLATION
a) The NPTool package is available via monotone (cvs-like) at
ipnvcs.in2p3.fr
a) The NPTool package is available via monotone (svn-like) at ipnvcs.in2p3.fr
You can fetch the NPTool package using the following command line:
... ...
1) first, create a local monotone database that you can put
wherever you wish:
mtn db init --db=/path/to/pipo.mtn
2) then, pull the remote database (on ipnvcs.in2p3.fr)
to your local database:
mtn pull ipnvcs.in2p3.fr --db=/path/to/pipo.mtn NPTool.dev
mtn pull ipnvcs.in2p3.fr --db=/path/to/pipo.mtn NPTool.pro
3) last, checkout your local database and get the NPTool code
for the developement or production:
mtn checkout --branch=NPTool.dev
mtn checkout --branch=NPTool.pro
b) First, you need to define some environment variables. You can
source the NPEnvironment.bash or NPEnvironment.tchrc file
s
source the NPEnvironment.bash or NPEnvironment.tchrc file
depending on your shell.
This step is mandatory since the Makefiles used to build the package
depend on some of these environment variables.
...
...
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