Commit Graph

486 Commits

Author SHA1 Message Date
be2f6d7cd5 Tools/git/build:
- path to Macports asciidoc added
2015-09-30 17:05:49 +02:00
538b97bc07 Merge branch 'master' of gitorious.psi.ch:pmodules/src 2015-09-29 14:28:15 +02:00
2d928c5eb2 Pmodules/modulecmd.bash.in: minor changes in usage text 2015-09-29 14:28:07 +02:00
031c6dd574 Pmodules/modulecmd.bash.in
- handle options --help, --version in subcomand_help()
2015-09-29 13:47:42 +02:00
bd9ddc5a7e bash init file: add comment 2015-09-29 13:26:37 +02:00
75f48ba6ab Pmodules:
- templates moved to ${module_group}/${PMODULES_TEMPLATE_DIR}
2015-09-28 17:45:30 +02:00
3abedd8da0 build-blocks:
- modulefiles added
2015-09-28 15:32:22 +02:00
e01e8cac0d Pmodules/libmodules.tcl
- better debug output in 'module-addgroup()'
2015-09-28 15:31:50 +02:00
9ea9825e35 Pmodules/modbuild:
- usage() output reviewd
- targets are now options (--prep instead of prep, etc)
2015-09-23 15:15:29 +02:00
ea35802685 Pmodules/modulecmd.bash.in:
- bugfixes in sub-commands 'use' and 'unuse'
2015-09-22 17:40:23 +02:00
5ed7133800 config/environment.bash.psi
- added
2015-09-22 14:09:29 +02:00
cf907b0319 Pmodules/modbuild:
- cleanup
- the name of the build-block must not be passed as first argument any more
2015-09-22 14:09:01 +02:00
3d4f6357bb Pmodules/libpmodules.bash:
- unused function is_released() removed
- run through each step of build if forced
2015-09-22 14:07:26 +02:00
cd810ab48f Pmodules/modulecmd.bash.in:
- bugfix in 'module use' with out args
2015-09-21 18:21:12 +02:00
5b066ec182 Bootstrap/Pmodules:
- re-factor 'die()' function, new name is 'std::die()'
2015-09-21 18:14:14 +02:00
1434c8a886 build-block:
- use modbuild in shebang
- refactor function calls
2015-09-21 16:49:28 +02:00
bc9e63799e build-blocks:
- use modbuild in shebang
- refactore function calls
2015-09-21 16:42:39 +02:00
380ae5dbe1 compile_pmodules:
- move modulecmd.tcl only if build was successfull
2015-09-21 16:24:31 +02:00
93afe74205 modbuild:
- cleanup
2015-09-21 16:23:46 +02:00
75eec7af86 various build-blocks adapted to new build system 2015-09-18 18:32:20 +02:00
b215524883 emacs/build
- adapted to new build system
- reviewed
2015-09-18 18:31:10 +02:00
179e283949 hdf5/versions
- version 1.8.15-patch1 renamed to 1.8.15.1
2015-09-18 18:29:40 +02:00
17109d5543 hdf5/compiler
- gcc/5.1.0 removed
- gcc/5.2.0 added
2015-09-18 18:29:04 +02:00
943e05787a openmpi/versions
- openmpi/1.8.8 added
2015-09-18 18:27:45 +02:00
4bac740245 openmpi/compiler:
- gcc/5.2.0 added
2015-09-18 18:27:19 +02:00
36014b636a config/versions.conf
- remove versions for build-blocks we use for building Pmodules themself
2015-09-18 18:25:04 +02:00
180de2f492 Bootstrap:
- new command 'modbuild' to build modules
- separate bootstrapping from other build-blocks
- review BASH libraries
- adapt build-blocks in bootstrapping
2015-09-18 18:24:02 +02:00
2cdf1f152e git/build
- use pbuild
2015-09-17 15:03:24 +02:00
eee5c158cb - Bootstrap/ moved one level up
- pmodules.xyz() functions renamed to pbuild::xyz()
- use pbuild for bootstrapping components
2015-09-17 15:03:03 +02:00
99a7feb85c vtk/build:
- add missing namespace prefix to std::append_path() call
2015-09-17 11:21:45 +02:00
2856ab6962 Pmodules/modmanage,modulecmd:
- use /bin/sh in shebang
- unset BASH_ENV
2015-09-17 11:20:57 +02:00
39ef71e8c5 lib/libpmodules.bash:
- bugfix: namespace prefix added to abspath() call
2015-09-17 11:20:16 +02:00
56da018290 lib/lib.bash:
- bugfix
2015-09-17 11:19:18 +02:00
8eb34d76f8 Pmodules/modmanage.bash.in:
- refactor function names with namespace
- dependency resolution implemented for 'install' sub-command
2015-09-17 11:12:44 +02:00
1ab70662ba Pmodules/libpmodules.bash,modulecmd.bash.in:
- refactor function names with a namespace
2015-09-17 11:11:16 +02:00
525b769483 compile_pmodules:
- functions from lib.bash has namespace now
2015-09-17 11:07:39 +02:00
eb33dc1991 lib.bash, libpmodules.bash:
- function names refactored with namespace prefix 'std::'
2015-09-17 11:06:32 +02:00
c51c004e89 bash init-file:
- namespace added to function, which should be replaced by
  functions from lib.bash
2015-09-17 11:02:22 +02:00
b697f6307f Merge branch 'master' of gitorious.psi.ch:pmodules/src 2015-09-03 12:56:28 +02:00
051aab2c45 hdf5:
- define variants
2015-09-03 12:56:08 +02:00
0bfd8353af openmpi:
- define variants
2015-09-03 12:55:36 +02:00
af1c979110 gcc:
- add 'with_modules' for gcc 5.2
2015-09-03 12:54:19 +02:00
925894cf91 opt-pilot/build:
- default is to compilw with OPAL 1.3.2
2015-09-03 12:52:39 +02:00
8d51e231d7 OPAL.14/build:
- ippl removed as dependency
2015-09-03 12:51:46 +02:00
a898c33790 modmanage:
- dependency resolution implemented
2015-08-27 18:14:21 +02:00
5899aadf81 scripts/Bootstrap/Pmodules/modmanage.bash.in:
- interupt handler added
- some simple fixes
- create Tools/modulefiles
- first code to handle dependencies added
2015-07-15 10:39:44 +02:00
3193331a1f scripts/Bootstrap/Pmodules/modulecmd.bash.in:
- cleanup
2015-07-15 10:38:20 +02:00
840ae5d1d6 scripts/Bootstrap/Pmodules/bash:
- module() function cleanup
- build MANPATH from /etc/man.conf{ig}
2015-07-15 10:37:35 +02:00
9ad827b364 scripts/Bootstrap/Pmodules/modulecmd.bash.in:
- support for release in extendet module name added
2015-07-13 17:29:28 +02:00
8170da8d77 scripts/Bootstrap/{compile,install}_pmodules.sh:
- cleanup
- install 'modulecmd.bash' and 'modmanage.bash' in libexec
2015-07-10 18:49:57 +02:00