Commit Graph

232 Commits

Author SHA1 Message Date
b8fb76cb1c scripts/Bootstrap/Pmodules/modmanage.in: set PMODULES_VERSION in config/environment.bash to version of script; print usage if called without args 2015-05-20 10:30:01 +02:00
c51908da41 scripts/Bootstrap/Pmodules/modulecmd.in: in header of sub-command 'search': 'Family' replaced by 'Group' 2015-05-19 16:18:54 +02:00
51005f7adb scripts/Bootstrap/Pmodules/modulecmd.in: bugfix in get_hierarchy_depth() 2015-05-19 14:00:17 +02:00
524d4b055c scripts/Tools/emacs/build: install Emacs.app if OS is Darwin 2015-05-19 09:20:09 +02:00
6c610714ad scripts/Bootstrap/Pmodules/modulecmd.in: bugfix in sub-command 'unuse' 2015-05-19 09:18:03 +02:00
c84417282f scripts/Bootstrap/Pmodules:
- bugfixes in modulecmd.in
- bugfixes in modmanage.in
2015-05-06 18:37:38 +02:00
b6820c5687 Bootstrap/gettext/build: --with-pic=yes added to configure call 2015-05-06 18:35:34 +02:00
19c0c13f23 System/mdtest: added 2015-05-06 18:34:05 +02:00
214f98fcf9 Merge branch 'master' of gitorious.psi.ch:pmodules/src 2015-05-06 15:27:37 +02:00
575704d8ec emacs/build:
- configure with out libjpeg if OS is Linux
2015-05-06 15:26:36 +02:00
21e9b9720f script/Bootstrap/Pmodules/modulecmd.in:
- use our own GNU base64
2015-05-06 15:18:43 +02:00
a56b83e44a scripts/Bootstrap:
- coreutils added, we need a unique base64
2015-05-06 15:17:53 +02:00
5dba269ca3 Merge branch 'master' of gitorious.psi.ch:pmodules/src 2015-05-06 10:20:19 +02:00
5990ba9a1d binutils added 2015-05-06 10:18:43 +02:00
c7721ab60d Pmodules:
- use the term 'group' instead of 'family'
- prefix 'PSI_' changed to 'PMODULES_' for several shell vars.
2015-05-06 10:15:55 +02:00
6cbe217bf3 scripts/Tools/emacs/build:
- create $PREFIX, make expect the existance of it
2015-05-06 10:08:58 +02:00
258a795f54 scripts/Compiler/mpich/build:
- added
2015-04-23 17:51:25 +02:00
346798015e scripts/Bootstrap/Pmodules/modulecmd.in:
- export vars via function 'export_env()'
- PSI_RELEASES renamed to PSI_DEFINED_RELEASES
- bugfixes
- sub-command 'clear' fixed
- sub-command 'whatis' partially fixed
2015-04-23 17:51:04 +02:00
b81a326f8b scripts/Bootstrap/Pmodules/environment.bash.in:
- PSI_RELEASES renamed to PSI_DEFINED_RELEASES
- set PSI_DEFAULT_RELEASES instead of PSI_USED_RELEASES
- PSI_USED_RELEASES renamed to USED_RELEASES (and saved in PMODULES_ENV)
2015-04-23 17:48:02 +02:00
d1f0209416 script/Bootstrap/Pmodules/bash:
- expose less env.vars to the user, cache them in PMODULES_ENV
2015-04-23 17:45:49 +02:00
90c6f1a602 scripts/Bootstrap/Pmodules/modulecmd.in:
- bugfix in sub-command use:
	- PSI_LOADEDFAMILIES was not updated
2015-04-15 19:06:14 +02:00
e5c7aeb859 scripts/Bootstrap/Pmodules/bash:
- bugfix: accept tilde and slash as first character of an argument
2015-04-15 19:05:00 +02:00
317775e872 scripts/Bootstrap/Pmodules/modulecmd.in:
- bugfix in subcommand_search: argument --src was not handled correctly
2015-04-15 16:48:50 +02:00
8c418bbf7a scripts/Bootstrap/Pmodules/modmanage.in:
- header of delete_module() fixed
- in function subcommand_sync():
    - use value of PMODULES_INSTALL_SOURCE for src_prefix if not
      specified on command line
2015-04-15 16:13:51 +02:00
60859b9c40 Bugfix: first line was mistakingly overwritten with it's substitution 2015-04-15 13:17:23 +02:00
3d47e6b3f5 Make modmanage sync work with new module environment setup 2015-04-15 12:05:21 +02:00
f265261aef - Filter out .release files
- Exit with correct return value in non library mode
2015-04-15 12:03:16 +02:00
23c5586a28 Make dialog work again with the changed environment setup 2015-04-14 17:01:16 +02:00
cee56109cd Merge with Achims version 2015-04-13 15:51:51 +02:00
14f0356774 Merge branch 'master' of gitorious.psi.ch:pmodules/src
Conflicts:
	scripts/Bootstrap/Pmodules/libpmodules.bash
2015-04-13 15:38:09 +02:00
a519acdac0 Merge branch 'master' of gitorious.psi.ch:pmodules/src
Conflicts:
	scripts/Bootstrap/Pmodules/libpmodules.bash
	scripts/Bootstrap/Pmodules/modmanage.in
2015-04-13 15:35:25 +02:00
6e7025cad8 scripts/Bootstrap/Pmodules/modulecmd.in:
- bugfixes
- minor changes
2015-04-08 18:47:06 +02:00
0f08af57cb scripts/Bootstrap/Pmodules/bash:
- bugfix in handling sub-command without arguments
2015-04-08 18:46:01 +02:00
6eeb0a2f69 scripts/Bootstrap/Pmodules/modulecmd.in:
- cache 'FAMILES' and 'HIERARCHY_DEPTHS'
- usage output reviewed
- append_path (), prepend_path(), remove_path() moved to libpmodules
- is_modulefile() added (testing shebang)
- argument/option handling reviewed, using 'getopt' now for all sub-commands
- in sub-command 'load': testing whether a module is loadable improved
- use 'info' for most output
- bugfixes
2015-04-07 15:32:55 +02:00
df9adc8251 scripts/Bootstrap/Pmodules/libpmodules.bash:
- set 'bindir' if not set
- '\n' removed from info() and error()
- die() always prints to stderr
- get_abspath(), append_path(), prepend_path(), remove_path() added
2015-04-07 15:26:06 +02:00
2d0b29ec5d scripts/Bootstrap/Pmodules/modulecmd.in: cleanup 2015-03-30 17:35:37 +02:00
2fa3d39e21 scripts/Bootstrap/Pmodules_version.conf: bumped version to 0.99.2 2015-03-30 17:34:30 +02:00
308079c18d scripts/HDF5_serial/build_all_variants:
- exit if a build failed
2015-03-24 18:54:48 +01:00
2e45aa799d scripts/Tools/git/build: use bar '--with-tcltk' 2015-03-24 14:44:26 +01:00
3aae40abcd scripts/MPI/build_all_variants: exit on error 2015-03-24 14:43:41 +01:00
dfcb0d1051 Merge branch 'master' of gitorious.psi.ch:pmodules/src 2015-03-24 13:37:53 +01:00
b4652a6d76 scripts/System/nmap/build: setting release removed 2015-03-24 13:37:41 +01:00
ebc2a121c5 scripts/HDF5/H5hut/build: 'vtk' removed as build dependency 2015-03-24 13:36:47 +01:00
4f9229e8f1 scripts/Tools/git/with_modules: added 2015-03-24 13:30:59 +01:00
38f3a237f2 scripts/Tools/git/build: run-time dependencies 'Tcl' and 'Tk' added 2015-03-24 13:30:01 +01:00
87ffe565a1 scripts/Programming/Tk/build: added 2015-03-24 13:29:20 +01:00
12d6f2f532 scripts/Programming/Tcl/build: compile with system compiler 2015-03-24 13:28:34 +01:00
15815f6e6a scripts/Bootstrap: read (P)MODULES_VERSION from Pmodules_version.conf 2015-03-23 18:40:21 +01:00
9e3f159bfc scripts/Bootstrap: read (P)MODULES_VERSION from Pmodules_version.conf 2015-03-23 18:40:03 +01:00
3b75bd4d75 scripts/HDF5_serial/build_all_variants: added 2015-03-23 17:36:25 +01:00