Commit 0919d5aa authored by Christof Schulze's avatar Christof Schulze 😎
Browse files

fixed dirty path

parent f890ce28
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
set	version		1.66.0
proc ModulesHelp { } {
	global version
        puts stderr "\tSets up the environment for Boost $version (System gcc-6.2.1, System python-2.7)\n"
        puts stderr "\tSets up the environment for Boost $version (System gcc-8.2.1, System python-2.7)\n"
        puts stderr "\t- PATH"
        puts stderr "\t- BOOST_ROOT"
        puts stderr "\t- BOOST_INCDIR"
@@ -15,14 +15,14 @@ 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. -gcc62-mt-1_64)"
        puts stderr "\t- BOOST_tags : Tags included in library naming (e.g. -gcc82-mt-1_64)"
}

module-whatis   "sets up the environment for Boost $version (System gcc8.2.1, System python-2.7)"

conflict	boost

set          pkghome          /usr/
set          pkghome          /usr

setenv		BOOST_ROOT       $pkghome
setenv		BOOST_BASE       $pkghome