gsell
09ef46439b
config/versions.conf
...
- version of Pmodules set to 0.99.7
2016-11-25 18:24:34 +01:00
gsell
48ef3b37ed
config/environment.bash.psi
...
- version of Pmodules set to 0.99.7
2016-11-25 18:24:11 +01:00
gsell
e3b3b5ed57
Pmodules/modulecmd
...
- shebang set to '#!/bin/sh'
2016-11-25 18:23:13 +01:00
gsell
8ca46d57f1
Pmodules/libpbuild.bash
...
- find_tarball(): almost rewritten
2016-11-25 18:22:40 +01:00
gsell
7bc064a2cd
Pmodules/modbuild
...
- add options to specify system and dedicated variants file
2016-11-10 06:23:26 -08:00
gsell
631f99b2c8
Pmodules/libpbuild.bash
...
- find_tarball(): do not check certificate while wget'ing
- load_build_dependencies(): check OS variants first
2016-11-10 06:22:11 -08:00
gsell
ffe73b9b30
compile_pmodules.sh
...
- '--debug' option added
2016-10-27 10:07:15 -07:00
gsell
cdb18ac96b
configure
...
- more verbose usage
- bugfix in parsing options
2016-10-27 10:06:47 -07:00
gsell
5fdd656a18
config/versions.conf
...
- use dialog 1.3-20160828
- use Tcl 8.6.6
2016-10-27 10:06:08 -07:00
gsell
9b965bbf8b
getopt/Makefile.patch
...
- added
2016-10-27 10:05:10 -07:00
gsell
81f7fbd681
getopt/build
...
- SOURCE_URL added
- patch to Makefile added to get linking right
2016-10-27 10:04:29 -07:00
gsell
d16ff5c078
{Tcl,bash,coreutils,dialog,gettext}/build
...
- SOURCE_URL added
2016-10-27 10:03:31 -07:00
gsell
ad5ea27f67
Pmodules/libpbuild.bash
...
- find_tarball() download if not locally available and SOURCE_URL is set
2016-10-27 10:02:12 -07:00
gsell
c118c2eb28
install_pmodules.sh
...
- create empty group 'Libraries'
2016-10-14 13:37:59 +02:00
gsell
7570f5916e
compile_pmodules:
...
- do cleanup build and source directory by default
- opt '--disable_cleanup' added
- installation of modulecmd-binary added to post-install section of Module/build
2016-10-14 13:37:01 +02:00
gsell
e08072c22e
Pmoules/modulecmd.bash.in
...
- bugfix in subcommand_avail(): resan_groups() was called without args
- get_group_deth2(): return 0 if group is empty
2016-10-14 13:34:13 +02:00
gsell
5f3f5677df
Pmodules/libpbuild.bahs
...
- pbuild::module_is_available() renamed to pbuild::module_exists()
- pbuild::module_exists() use search sub-command to test whether a module exists
2016-10-14 13:32:17 +02:00
gsell
57ffd77fbb
Modules/build
...
- installation of modulecmd-binary added to post_install
2016-10-14 13:30:31 +02:00
gsell
6e2fdcbca0
Pmodules/modulecmd.bash.in
...
- subcommand_avail(): rescan groups, if called with option --all
2016-10-13 13:05:23 +02:00
gsell
5202249bff
Pmodules/libpbuild.bash
...
- build_dependencies(): unsupported args removed
2016-10-13 13:02:15 +02:00
gsell
74ef0b7225
install_pmodules.sh
...
- install configuration files in Pmodules root/config
2016-10-12 18:30:18 +02:00
gsell
82a2dbdebf
config/environment.bash.psi
...
- use ${USERS} in tmp dir
2016-10-12 18:29:25 +02:00
gsell
0e898d6754
Pmodules/modulecmd.bash.in
...
- get_hierarchy_depth() renamed to get_group_depth()
- new function get_group_depth() to compute depth of a single group
- is_group() and subcommand_use() are now able to handle groups which are not yet cached
2016-10-12 18:28:32 +02:00
gsell
10eb4bd67a
.gitignore
...
- tclIndex added
2016-10-12 15:34:49 +02:00
gsell
4d83e4431a
getopt/build
...
- set C_INCLUDE_PATH and LIBRARY_PATH to Pmodules installation directories +include and +lib
2016-10-12 15:33:24 +02:00
gsell
addc88e19f
configure
...
- simple script to setup configuration
2016-10-12 15:22:24 +02:00
gsell
460072df83
config/environment.bash.in
...
- added
2016-10-12 15:21:32 +02:00
gsell
2dbd21e08a
bootstrap.sh
...
- exit if something went wrong
2016-10-12 15:20:54 +02:00
Achim Gsell
7d87a91186
Pmodules/libpbuild.bash
...
- find_tarball() must be top-level scope (not a nested function)
0.99.6
2016-10-11 22:54:14 +02:00
Achim Gsell
8e36c8ab5f
bootstrap
...
- bugfixes
2016-10-11 22:53:36 +02:00
gsell
0669f64604
Pmodules/modmanage.bash.in:
...
- better documentation of functions
- global variable 'HierarchyDepths' renamed to 'GroupDepths'
- function get_hierarchy_depths() renamed to get_group_depths()
- pass relative directory with module-files as argument in
get_group() and get_group_depths()
2016-09-07 14:54:36 +02:00
gsell
f1983f4226
Pmodules/modulecmd.bash.in:
...
- global variable 'HierarchyDepths' renamed to 'GroupDepths'
2016-09-07 14:24:25 +02:00
gsell
84041fc0cc
Pmodules/modulecmd.bash.in
...
- bugfix in handling illegal arguments to sub-command search
- some comment lines added
2016-09-07 14:21:52 +02:00
gsell
afbc872140
Pmodules/modbuild,libpbuild.bash
...
- variables we do not need here moved to libpbuild.bash
- unset XXX_PATH, XFLAGS etc variables used by compiler and linker
instead of setting them to empty string
- pbuild::set:initial_env() and pbuild::cleanupenv() removed, code moved
to global scope
- start to use camel-case for global variables
- rename several non-constant capitalized variables to camel-case
- improve documentation
- pbuild::set_{build,runtime}_dependencies() removed
- cleanup
2016-08-30 16:42:21 +02:00
gsell
4ce643f29a
Merge branch 'master' of gitlab.psi.ch:Pmodules/src
2016-07-27 19:24:37 +02:00
gsell
f33f62332b
Pmodules/modulecmd.bash.in:
...
- pbuild::save_env(): PMODULES_USED_GROUPS added
2016-07-27 19:24:16 +02:00
gsell
6280d76767
Pmodules/modulecmd.bash.in
...
- bugfix in pbuild::export_env()
2016-07-27 18:46:55 +02:00
gsell
1b61be996b
Pmodules/libpbuild.bash
...
- use release from variants file if there is no other constraint
- minor changes in comments
2016-07-27 18:46:07 +02:00
gsell
a4a5dc4e02
Pmodules/modulecmd.bash:
...
- export_env() renamed to pbuild::export_env() and rewritten
2016-07-25 20:13:04 +02:00
gsell
127130d043
Pmodules/libpbuild.bash:
...
- pbuild::prep(): call to pbuild::patch_sources() added
2016-07-25 20:11:24 +02:00
gsell
70b7a4161c
Pmodules/modulecmd.bash.in:
...
- subcommand_avail(), subcommand_search(): variables used to handle
options renamed to 'opt_xyz'
- subcommand_search(): option to output variants added
- --debug option added
2016-06-03 17:47:11 +02:00
gsell
d915f07cbb
Pmodules/modbuild:
...
- alias definitions for 'data', 'install' and 'readlink' removed
- do not export BUILD_BLOCK, BUILD_BLOCK_DIR, BUILD_BASEDIR and
some other variables
2016-06-03 17:42:35 +02:00
gsell
4b9a1d1b48
Pmodules/libpbuild.bash
...
- introduce new functions 'pbuild::prep()' and 'build::patch_sources()'
- pbuild::build(): special handling of Darwin removed
- fixes and improvements in building dependencies
- reading file with versions removed
2016-06-03 17:37:32 +02:00
gsell
be3e7f513e
Merge branch 'master' of git.psi.ch:Pmodules/src
2016-05-21 18:51:36 +02:00
gsell
f9821b03ff
Pmodules/modbuild: cleanup some unused code
2016-05-21 18:51:11 +02:00
gsell
07f212fd18
Pmodules/libpbuild.bash: print warning if Xquarz is not installed if OS is Mac OS X
2016-05-21 18:50:33 +02:00
gsell
784f92e042
Pmodules/modulecmd.bash.in: subcommand avail: option to output all modules added, 'machine' readable output added
2016-05-19 15:42:51 +02:00
gsell
1fff2f2420
Pmodules/libpbuild.bash: handling of build dependencies improved
2016-05-19 15:40:49 +02:00
gsell
b62a284b16
Pmodules/libpbuild.bash: handling of build dependencies improved
2016-05-19 15:40:22 +02:00
gsell
4ee94a2632
Pmodules/modbuild: some white-space removed
2016-04-21 15:03:22 +02:00