gsell
9f632996c3
Pmodules/modbuild:
...
- add '--bootsstrap' option and appropriate code adapted
- minor changes
2016-03-09 17:20:24 +01:00
gsell
783da99fa4
Pmodules/modulecmd.bash.in:
...
- use pure Tcl implementation of modulecmd, if PMODULES_PURETCL is set to 'yes'
- load dependencies listed in $PREFIX/.dependencies
- minor fixes/changes
2016-03-09 17:18:20 +01:00
gsell
2870e4437b
Pmodules/libmodules.tcl:
...
- loading dependencies from $PREFIX/.dependencies removed.
This is now implemented in modulecmd.bash.
2016-03-09 17:14:25 +01:00
gsell
46ade63b8f
.gitignore:
...
- modulecmd.tcl added
2016-03-09 17:12:10 +01:00
gsell
25b5accaf1
Pmodules/modulecmd.tcl.in:
...
- pure Tcl replacement for modulecmd added, but not yet used
2016-03-09 17:11:40 +01:00
gsell
4362318086
config/version.conf:
...
- set version of Pmodules to 0.99.6
2016-03-09 16:56:59 +01:00
gsell
fc5cebd935
Pmodules/modbuild:
...
- options -V|--version added
2016-03-09 16:54:09 +01:00
gsell
8a15d6a74f
Pmodules/modbuild:
...
- pbuild::make_all(): use $P/$V as default full module name
2016-03-09 16:52:22 +01:00
gsell
e3fe62d26f
Pmodules/modulecmd.bash.in:
...
- review comments for 'is_available()'
0.99.5
2015-11-25 15:31:37 +01:00
gsell
b349dc6600
Pmodules/modulecmd:
...
- use /bin/sh as shebang. /bin/bash does not work on GFA systems. Must be fixed!
2015-11-25 15:30:45 +01:00
gsell
b34507b10e
Pmodules/modbuild:
...
- version must be specified on command line
- write list of loaded modules as build dependencies
- for run-time modules: derive module version from loaded modules if not defined
2015-11-24 16:38:32 +01:00
gsell
08b0749f86
Pmodules/libpbuild.bash
...
- pbuild::compile_in_sourcetree() added
- search for source-tarbal in directory of build-block
2015-11-19 17:49:53 +01:00
gsell
f86656d396
Pmodules/modbuild:
...
- define default number of parallel jobs here, so it can be
overwritten in the build-block
2015-11-19 17:47:34 +01:00
gsell
8837aa6151
Pmodules/modmanage,modulecmd: shebang to /bin/bash
2015-11-18 17:27:34 +01:00
gsell
2dea669055
Pmodules/modmanage:
...
- sub-command 'search' added
- option '--debug' added
2015-10-15 14:09:25 +02:00
gsell
0e797b7933
Pmodules/modbuild:
...
- adapted to new location of buildblocks
2015-10-14 18:31:45 +02:00
gsell
f15d65568c
Pmodules/modbuild
...
- PMODULES_TMPDIR and PMODULES_DISTFILESDIR cannot be set read-only
2015-10-14 18:00:10 +02:00
gsell
5961c59208
PMODULES_DISTDIR renamed to PMODULES_DISTFILESDIR
2015-10-14 17:41:50 +02:00
gsell
49dbe30269
Pmodules/modbuild
...
- fix bug(s) in initializing the environment like purging modules, setting the right PATH etc
- opt '--debug' sets -x now
2015-10-13 16:44:17 +02:00
gsell
ec15f44eb7
Pmodules/libpbuild.bash
...
- pbuild::set_initial_path() added
2015-10-13 16:41:40 +02:00
gsell
508e5f596b
Pmodules/libpbuild.bash
...
- in cleanup_env(): unset CC, CXX etc
2015-10-13 16:28:38 +02:00
gsell
5338afc46e
install_pmodules.sh
...
- bugfix in sed cmd
2015-10-05 18:53:51 +02:00
gsell
2f3c2373ae
Pmodules/modbuild:
...
- bugfix in declaring 'PMODULES_TMPDIR' and 'PMODULES_DISTDIR'
2015-10-05 18:53:32 +02:00
gsell
fbbcf9ee97
.gitignore:
...
- 'Downloads' and 'tmp' added
2015-10-05 18:52:40 +02:00
gsell
018fa873ad
- BUILD_DOWNLOADSDIR renamed to PMODULES_DISTDIR
...
- BUILD_TMPDIR rename to PMODULES_TMPDIR
- both above can be configured via command line or config file
2015-10-05 17:41:07 +02:00
gsell
8834c5760e
Pmodules/modbuild
...
- fix bug in handling --release option
2015-09-30 17:06:51 +02:00
gsell
c3eca545e6
Merge branch 'master' of gitorious.psi.ch:pmodules/src
2015-09-29 14:28:15 +02:00
gsell
67dece3064
Pmodules/modulecmd.bash.in: minor changes in usage text
2015-09-29 14:28:07 +02:00
gsell
11c9ef82e9
Pmodules/modulecmd.bash.in
...
- handle options --help, --version in subcomand_help()
2015-09-29 13:47:42 +02:00
gsell
4120a8d39b
bash init file: add comment
2015-09-29 13:26:37 +02:00
gsell
cc5da6d98e
Pmodules:
...
- templates moved to ${module_group}/${PMODULES_TEMPLATE_DIR}
2015-09-28 17:45:30 +02:00
gsell
af3a6609c5
Pmodules/libmodules.tcl
...
- better debug output in 'module-addgroup()'
2015-09-28 15:31:50 +02:00
gsell
6e9bed6425
Pmodules/modbuild:
...
- usage() output reviewd
- targets are now options (--prep instead of prep, etc)
2015-09-23 15:15:29 +02:00
gsell
4413eddc8a
Pmodules/modulecmd.bash.in:
...
- bugfixes in sub-commands 'use' and 'unuse'
2015-09-22 17:40:23 +02:00
gsell
7c1a9d4521
config/environment.bash.psi
...
- added
2015-09-22 14:09:29 +02:00
gsell
4b6e8738d6
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
gsell
01fedeb5de
Pmodules/libpmodules.bash:
...
- unused function is_released() removed
- run through each step of build if forced
2015-09-22 14:07:26 +02:00
gsell
ff8db9c1b5
Pmodules/modulecmd.bash.in:
...
- bugfix in 'module use' with out args
2015-09-21 18:21:12 +02:00
gsell
fe133ca76e
Bootstrap/Pmodules:
...
- re-factor 'die()' function, new name is 'std::die()'
2015-09-21 18:14:14 +02:00
gsell
a91fa13b79
compile_pmodules:
...
- move modulecmd.tcl only if build was successfull
2015-09-21 16:24:31 +02:00
gsell
c214ff72d6
modbuild:
...
- cleanup
2015-09-21 16:23:46 +02:00
gsell
0457ac985c
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
gsell
713762d4ff
- 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