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

[*] boost: various fixes and typos

parent 5ffd912e
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
#
# How to compile boost-python tutorial files: http://stackoverflow.com/questions/1569490/how-can-i-build-the-boost-python-example-on-ubuntu-9-10
#
set	verion		1.57.0
set	version		1.57.0
proc ModulesHelp { } {
	global version
        puts stderr "\tSets up the environment for Boost $version (System gcc-5.1, System python-2.7)\n"
@@ -16,11 +16,13 @@ proc ModulesHelp { } {
        puts stderr "\t- BOOST_LIBRARYDIR"
        puts stderr "\t- LD_LIBRARY_PATH\n"
        puts stderr "\t- LD_RUN_PATH\n"
        puts stderr "\t- BOOST_tags : Tags included in library naming (e.g. -gcc51-mt-1_58")
        puts stderr "\t- BOOST_tags : Tags included in library naming (e.g. -gcc51-mt-1_58)"
}

module-whatis   "sets up the environment for Boost $version (System gcc-5.1, System python-2.7)"

conflict	boost

set          pkghome          /usr/

setenv		BOOST_ROOT       $pkghome
@@ -29,7 +31,7 @@ setenv BOOST_INCLUDEDIR $pkghome/include
setenv		BOOST_LIBRARYDIR $pkghome/lib64
setenv		BOOST_INCDIR     $pkghome/include
setenv		BOOST_LIBDIR     $pkghome/lib64
setenf		BOOST_tags	""
setenv		BOOST_tags	""

#prepend-path LD_LIBRARY_PATH  $pkghome/lib
#prepend-path LD_RUN_PATH      $pkghome/lib
+5 −1
Original line number Diff line number Diff line
@@ -18,13 +18,17 @@ proc ModulesHelp { } {
        puts stderr "\t- BOOST_LIBRARYDIR"
        puts stderr "\t- LD_LIBRARY_PATH\n"
        puts stderr "\t- LD_RUN_PATH\n"
	puts stderr "\t- BOOST_tags : Tags included in library naming (e.g. -gcc51-mt-1_58")
	puts stderr "\t- BOOST_tags : Tags included in library naming (e.g. -gcc51-mt-1_58)"
}

module-whatis   "sets up the environment for Boost $version (System gcc-5.1.1, System python-2.7)"

conflict	boost

set          pkghome          /opt/apps/libs/boost-1.58.0



setenv		BOOST_ROOT       $pkghome
setenv		BOOST_BASE       $pkghome
setenv		BOOST_INCLUDEDIR $pkghome/include
+3 −2
Original line number Diff line number Diff line
@@ -18,12 +18,13 @@ proc ModulesHelp { } {
        puts stderr "\t- BOOST_LIBRARYDIR"
        puts stderr "\t- LD_LIBRARY_PATH\n"
        puts stderr "\t- LD_RUN_PATH\n"
	puts stderr "\t- BOOST_tags : Tags included in library naming (e.g. -gcc51-mt-1_58")
	puts stderr "\t- BOOST_tags : Tags included in library naming (e.g. -gcc51-mt-1_58)"
}

module-whatis   "sets up the environment for Boost $version (System gcc-5.1.1, System python-2.7, OpenMPI)"

prereq		mpi/openmpi-x86_64
conflict	boost

set          	pkghome          /opt/apps/libs/boost-1.58.0-mpi