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

[*] updated yade to 1.20.0 and prepared for Fedora 25

parent d0b8ab46
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ proc ModulesHelp { } {
module-whatis   "adds minieigen $version for Python 2.7 (-O3 -flto)"


set			pkghome		/opt/apps/libs/py2_minieigen
set			pkghome		/opt/apps/libs/py2-minieigen

setenv			PYTHON_LIBS     /opt/apps/libs
setenv			MINIEIGEN_BASE	$pkghome
+1 −1
Original line number Diff line number Diff line
@@ -2,4 +2,4 @@
##
## default version file for yade
##
set ModulesVersion  "1.14.0"
set ModulesVersion  "1.20.0"

yade/1.20.0

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

proc ModulesHelp { } {
        global version

        puts stderr "\tAdds 'yade' to your PATH environment variable"
        puts stderr "\n\tDescription TODO"
        puts stderr "\n\tVersion $version\n"
}

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

module load python2/minieigen-0.5.3

conflict		yade
conflict		mpi
#prereq			mpi

set			pkghome		/opt/apps/yade/$version

#setenv			YADE_INC	"-I/$pkghome/include/"
setenv			YADE_BASE	$pkghome
setenv			YADE_LIB	$pkghome/lib64/yade
setenv                  YADE_VERSION    $version
prepend-path            PATH            "$pkghome/bin"
prepend-path		LD_LIBRARY_PATH	$pkghome/lib64/yade


unset			pkghome
 No newline at end of file