Merge branch 'master' of gitlab.psi.ch:Pmodules/buildblocks
This commit is contained in:
3
Programming/matlab/README.md
Normal file
3
Programming/matlab/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
Installation guidelines:
|
||||
|
||||
https://gitlab.psi.ch/Pmodules/buildblocks/wikis/Matlab
|
||||
@@ -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 <ivan.usov@psi.ch>"
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user