Commit 54512e14 authored by Christof Schulze's avatar Christof Schulze 😎 Committed by cschulze
Browse files

[*] moved the asap3 module in python directory

parent b7c9d808
Loading
Loading
Loading
Loading

python2/asap-3.8.4

0 → 100644
+34 −0
Original line number Diff line number Diff line
#%Module
#
# Asap3  3.8.4
#

set     version      3.8.4

proc ModulesHelp { } {
        global version
        puts stderr "\tSets up the environment for ASAP3 with GCC 4.9 for Python 2.7\n"
        puts stderr "\n\tDescription TODO"
        puts stderr "\t- ASAP3_BASE"
        puts stderr "\t- ASAP3_LIBDIR"
        puts stderr "\t- LD_LIBRARY_PATH"
        puts stderr "\n\tVersion $version\n"
}


module-whatis   "sets up the environment for ASAP3 with GCC 4.9 for Python 2.7"

set          pkghome	/opt/apps/libs/py2-asap-3.8.4

conflict        asap3

setenv  ASAP3_BASE       $pkghome
setenv  ASAP3_LIBDIR     $pkghome

prepend-path    PYTHONPATH       $pkghome
prepend-path    LD_LIBRARY_PATH     $pkghome

unset        pkghome

#set MSG ""
#source $env(MODULESHOME)/modincludes/info_logging.tcl