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

[*] tecplot : Chorus/360 old gui

[*] tecplot : Chorus/360 Desktop Edition
parent e5d2015d
Loading
Loading
Loading
Loading

tecplot/chorus_2013r1

0 → 100644
+28 −0
Original line number Diff line number Diff line
#%Module 1.0
#
#  TecPlot 360 module for use with 'environment-modules' package:
#
set     version      "2013r1"

proc ModulesHelp { } {
        global version

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

module-whatis   "activates  TecPlot 360 v$version "



conflict		tecplot

set                     pkghome         /opt/.apps-bin/tecplot

setenv			TECPLOT_HOME	$pkghome/chorus3602013r1
setenv			TECPLOT_BIN	$pkghome/chorus3602013r1/bin

prepend-path            PATH            $pkghome/chorus3602013r1/bin

unset			pkghome
 No newline at end of file
+28 −0
Original line number Diff line number Diff line
#%Module 1.0
#
#  TecPlot 360 Desktop module for use with 'environment-modules' package:
#
set     version      "2013r1"

proc ModulesHelp { } {
        global version

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

module-whatis   "activates  TecPlot 360 Desktop v$version "



conflict		tecplot

set                     pkghome         /opt/.apps-bin/tecplot

setenv			TECPLOT_HOME	$pkghome/chorusde2013r1
setenv			TECPLOT_BIN	$pkghome/chorusde2013r1/bin

prepend-path            PATH            $pkghome/chorusde2013r1/bin

unset			pkghome
 No newline at end of file