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
4474c93b
Commit
4474c93b
authored
9 years ago
by
adrien-matta
Browse files
Options
Downloads
Patches
Plain Diff
* Removing libexpat-ueb for travis
parent
64f4f817
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
.travis.yml
+0
-1
0 additions, 1 deletion
.travis.yml
NPLib/INSTALL
+0
-54
0 additions, 54 deletions
NPLib/INSTALL
with
0 additions
and
55 deletions
.travis.yml
+
0
−
1
View file @
4474c93b
...
...
@@ -49,5 +49,4 @@ addons:
-
gcc-4.8
-
g++-4.8
-
libexpat1-dev
-
libexpat1-udeb
-
libexpat1
This diff is collapsed.
Click to expand it.
NPLib/INSTALL
deleted
100644 → 0
+
0
−
54
View file @
64f4f817
/*****************************************************************************
* Copyright (C) 2009-2010 this file is part of the NPTool Project *
* *
* For the licensing terms see $NPTOOL/Licence/NPTool_Licence *
* For the list of contributors see $NPTOOL/Licence/Contributors *
*****************************************************************************/
/*****************************************************************************
* Original Author: N. de Sereville contact address: deserevi@ipno.in2p3.fr *
* *
* Creation Date : 01/09/09 *
* Last update : *
*---------------------------------------------------------------------------*
* Decription: *
* This file describes the installation procedure of the NPLib *
*---------------------------------------------------------------------------*
* Comment: *
* *
* *
*****************************************************************************/
I) REQUIREMENTS
The GSL (Gnu Scientific Library) should be installed at this step as well as
a ROOT version with the MathMore module.
+ To install GSL, your distribution most likely provides a package. This is
the case for Debian / Ubuntu / Fedora / Mac Os X for example.
+ To install ROOT's MathMore module, you have two options:
+ Install the ROOT binary which contains support for MathMore.
+ Compile the ROOT source code with support for GSL (see this web page
http://root.cern.ch/drupal/content/installing-root-source at the
GSL paragraph).
The working GSL environement is needed for the NPEnergyLoss.{h,cxx} library
in the Tools directory
II) BUILDING NPLIB
In order to build all the libraries of the NPLib module, use the two
following commands:
+ configure
This moves headers files to the include directory and compile
the core libraries.
One can specify a subset of detectors to compile, e.g:
./compile must2 cats exogam plastic
If no arguments are given, all detectors are considered
+ make
Once this is done the headers of each subdirectory are copied to
the include directory and the shared libraries (*.so) associated
to each library are copied to the lib directory. If you are using
a Mac OS system a symbolic link *.dylib is done with respect to
each *.so library. The 'liblist' file used for linking NPS and NPA
is created.
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