diff --git a/Tools/GAMS/files/variants.rhel7 b/Tools/GAMS/files/variants.rhel7 index c5a4005..6e74cef 100644 --- a/Tools/GAMS/files/variants.rhel7 +++ b/Tools/GAMS/files/variants.rhel7 @@ -1,3 +1,3 @@ -GAMS/30.3.0 stable +GAMS/30.3.0 deprecated GAMS/31.1.1 stable GAMS/42.3.0 unstable diff --git a/Tools/GAMS/modulefile b/Tools/GAMS/modulefile new file mode 100644 index 0000000..f740237 --- /dev/null +++ b/Tools/GAMS/modulefile @@ -0,0 +1,21 @@ +#%Module1.0 + +module-whatis "The General Algebraic Modeling System (GAMS)" +module-url "https://www.gams.com" +module-license "https://www.gams.com/fileadmin/GAMS_EULA.pdf" +module-maintainer "Marc Caubet Serrabou " + +module-help " + +The General Algebraic Modeling System (GAMS) is a high-level modeling +system for mathematical programming and optimization. It consists of a +language compiler and a stable of integrated high-performance solvers. +GAMS is tailored for complex, large scale modeling applications, and +allows you to build large maintainable models that can be adapted +quickly to new situations. GAMS is specifically designed for modeling +linear, nonlinear and mixed integer optimization problems. +" + +prepend-path PATH $PREFIX/gams${V_MAJOR}.${V_MINOR}_linux_x64_64_sfx +prepend-path LD_LIBRARY_PATH $PREFIX/gams${V_MAJOR}.${V_MINOR}_linux_x64_64_sfx +