- #%Module -*- tcl -*-
- proc ModulesHelp { } {
- puts stderr "artis"
- }
- module-whatis "ARTIS Discrete time Modelling and Simulation tools"
- set ARTIS_ROOT "$::env(HOME)/opt/artis"
- append-path CPATH $ARTIS_ROOT/include
- append-path PATH $ARTIS_ROOT/bin
- append-path LD_LIBRARY_PATH $ARTIS_ROOT/lib
- append-path LIBRARY_PATH $ARTIS_ROOT/lib
- append-path PKG_CONFIG_PATH $ARTIS_ROOT/lib/pkgconfig
|