From 8cf4b2fff914dfdcd9903c6eb85b1f8f6ffa99f4 Mon Sep 17 00:00:00 2001 From: usov_i Date: Wed, 27 Sep 2017 14:55:38 +0200 Subject: [PATCH] Update module-help in matlab modulefile --- Programming/matlab/modulefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Programming/matlab/modulefile b/Programming/matlab/modulefile index ad6a43f..4e1490a 100644 --- a/Programming/matlab/modulefile +++ b/Programming/matlab/modulefile @@ -1,12 +1,10 @@ #%Module1.0 -module-whatis "Matlab" +module-whatis "MATLAB" module-url "http://ch.mathworks.com/" module-license "MathWorks" module-maintainer "Ivan Usov " -module-help " -Matlab -" +module-help "MATLAB (matrix laboratory) is a multi-paradigm numerical computing environment. A proprietary programming language developed by MathWorks, MATLAB allows matrix manipulations, plotting of functions and data, implementation of algorithms, creation of user interfaces, and interfacing with programs written in other languages, including C, C++, C#, Java, Fortran and Python." setenv MATLAB $PREFIX prepend-path LM_LICENSE_FILE $PREFIX/licenses/license.dat