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

[*] sfepy : moved to new python2 tree

parent 685897e4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ proc ModulesHelp { } {
        global version

        puts stderr "\tAdds 'minieigen' to your PATH environment variable"
        puts stderr "\n\tDescription: inieigen for Python 2.7"
        puts stderr "\n\tDescription: minieigen for Python 2.7"
        puts stderr "\n\tVersion $version\n"
}

python2/sfepy-1.0

0 → 100644
+34 −0
Original line number Diff line number Diff line
#%Module 1.0
#
#  SFePy module for use with 'environment-modules' package:
#
set     version      "1.0"

proc ModulesHelp { } {
        global version

        puts stderr "\tAdds 'SFePy' to your PATH environment variable"
        puts stderr "\n\tDescription 'SFePy' for Python 2.7"
        puts stderr "\n\tVersion $version\n"
}

module-whatis   "activates the Plugins for SFePy $version (no optimization)"



conflict		sfepy
prereq			mpi
prereq		trilinos/11.14.3-python-base-mpi

set			pkghome		/opt/apps/sfepy


setenv			SFEPY_BASE	$pkghome
setenv			IGAKIT_LIB	$pkghome/lib64/python2.7/site-packages/igakit
prepend-path            LD_LIBRARY_PATH $pkghome/lib64/python2.7/site-packages/igakit
prepend-path		PYTHONPATH	$pkghome/lib64/python2.7/site-packages

#prepend-path		LD_LIBRARY_PATH	$pkghome/lib64/yade-1.12.0


unset			pkghome
 No newline at end of file