From 6cc8fcf627beee6ab8e4abd2e078c4839f3b97c8 Mon Sep 17 00:00:00 2001 From: Tru Huynh <tru@pasteur.fr> Date: Mon, 17 Jul 2017 19:06:15 +0200 Subject: [PATCH] matlab module --- ISB2017/installation_notes/matlab.md | 2 ++ ISB2017/modulefiles/matlab | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 ISB2017/modulefiles/matlab diff --git a/ISB2017/installation_notes/matlab.md b/ISB2017/installation_notes/matlab.md index e8bd91f..24aa199 100644 --- a/ISB2017/installation_notes/matlab.md +++ b/ISB2017/installation_notes/matlab.md @@ -29,3 +29,5 @@ sudo mount laureline.bis.pasteur.fr:/partimag /mnt wget -O /ISB2017/matlab/licenses/license.dat http://atsukau.bis.pasteur.fr:81/ks/ISB2017-matlab.txt echo ver|/ISB2017/matlab/bin/matlab ``` + +- added matlab module file diff --git a/ISB2017/modulefiles/matlab b/ISB2017/modulefiles/matlab new file mode 100644 index 0000000..83ac332 --- /dev/null +++ b/ISB2017/modulefiles/matlab @@ -0,0 +1,19 @@ +#%Module1.0##################################################################### +## +## matlab modulefile +## +## modulefiles/matlab. Based from the dot module +## Tru 2009/10/14 +## +proc ModulesHelp { } { + global dotversion + + puts stderr "\tAdds `/ISB2017/matlab/bin' to your PATH environment variable" + puts stderr "\n\tThis makes it easy to add the /ISB2017/matlab/bin directory" + puts stderr "\tto your PATH environment variable. This allows you to" + puts stderr "\trun executables from the /ISB2017/matlab/bin." +} + +module-whatis "adds `/ISB2017/matlab/bin' to your PATH environment variable" + +prepend-path PATH /ISB2017/matlab/bin -- GitLab