Commit 9965ecfb authored by Christof Schulze's avatar Christof Schulze 😎 Committed by cschulze
Browse files

[*] ASAP3 module for experimentig with build for python3 (python3-ase)

parent 6d4e0c4f
Loading
Loading
Loading
Loading
+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/py3-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