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

[-] yade/1.12.0 removed : Fedora 21 is no longer supported

parent 4a717e84
Loading
Loading
Loading
Loading

yade/1.12.0

deleted100644 → 0
+0 −32
Original line number Diff line number Diff line
#%Module 1.0
#
#  YADE module for use with 'environment-modules' package:
#
set     version      "1.12.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)"



conflict		yade
conflict		mpi
#prereq			mpi

set			pkghome		/opt/apps/yade/1.12.0-linux64

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


unset			pkghome
 No newline at end of file