clhep build-block added
This commit is contained in:
21
Compiler/clhep/build
Executable file
21
Compiler/clhep/build
Executable file
@@ -0,0 +1,21 @@
|
||||
#!/usr/bin/env modbuild
|
||||
|
||||
pbuild::set_download_url "http://proj-clhep.web.cern.ch/proj-clhep/DISTRIBUTION/tarFiles/$P-${V_PKG}.tgz"
|
||||
|
||||
pbuild::add_to_group 'Compiler'
|
||||
|
||||
pbuild::install_docfiles 'ChangeLog'
|
||||
pbuild::install_docfiles 'compilers.txt'
|
||||
pbuild::install_docfiles 'COPYING'
|
||||
pbuild::install_docfiles 'COPYING.LESSER'
|
||||
pbuild::install_docfiles 'README.md'
|
||||
|
||||
pbuild::post_prep() {
|
||||
mv CLHEP/* .
|
||||
}
|
||||
|
||||
# Local Variables:
|
||||
# mode: sh
|
||||
# sh-basic-offset: 8
|
||||
# tab-width: 8
|
||||
# End:
|
||||
1
Compiler/clhep/files/variants
Normal file
1
Compiler/clhep/files/variants
Normal file
@@ -0,0 +1 @@
|
||||
clhep/2.4.1.0 unstable gcc/7.3.0 b:cmake/3.9.6
|
||||
13
Compiler/clhep/modulefile
Normal file
13
Compiler/clhep/modulefile
Normal file
@@ -0,0 +1,13 @@
|
||||
#%Module1.0
|
||||
|
||||
module-whatis "class library for high energy physics"
|
||||
module-url "https://proj-clhep.web.cern.ch/proj-clhep/"
|
||||
module-license "GNU GPL, GNU GLPL"
|
||||
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
|
||||
module-help "
|
||||
The CLHEP project was proposed by Leif Lönnblad at CHEP 92. It is intended
|
||||
to be a set of HEP-specific foundation and utility classes such as random
|
||||
generators, physics vectors, geometry and linear algebra. CLHEP is structured
|
||||
in a set of packages independent of any external package (interdependencies
|
||||
within CLHEP are allowed under certain conditions).
|
||||
"
|
||||
Reference in New Issue
Block a user