all buildblocks moved one level up
This commit is contained in:
17
Programming/psi-python27/build
Executable file
17
Programming/psi-python27/build
Executable file
@@ -0,0 +1,17 @@
|
||||
#!/usr/bin/env modbuild
|
||||
|
||||
pbuild::configure() {
|
||||
:
|
||||
}
|
||||
|
||||
pbuild::build() {
|
||||
:
|
||||
}
|
||||
|
||||
pbuild::install() {
|
||||
cd "${MODULE_SRCDIR}"
|
||||
rsync --exclude=".info" --delete --verbose --archive . "${PREFIX}"
|
||||
}
|
||||
|
||||
pbuild::add_to_group 'Programming'
|
||||
pbuild::make_all
|
||||
18
Programming/psi-python27/modulefile
Normal file
18
Programming/psi-python27/modulefile
Normal file
@@ -0,0 +1,18 @@
|
||||
#%Module1.0
|
||||
|
||||
set whatis "Anaconda Python Distribution - Python scripting language."
|
||||
set url "https://store.continuum.io/cshop/anaconda/"
|
||||
set license "http://docs.continuum.io/anaconda/eula.html"
|
||||
set maintainer "Derek Feichtinger <derek.feichtinger@psi.ch>"
|
||||
|
||||
set help "Anaconda is a completely free Python distribution
|
||||
(including for commercial use and redistribution). It includes over
|
||||
195 of the most popular Python packages for science, math,
|
||||
engineering, data analysis.
|
||||
|
||||
The distribution is enriched by PSI specific packages.
|
||||
"
|
||||
|
||||
set dont-setenv { LD_LIBRARY_PATH }
|
||||
source $env(PSI_LIBMODULES)
|
||||
|
||||
Reference in New Issue
Block a user