Commit Graph

70 Commits

Author SHA1 Message Date
e26a9fae7f lib/libem.bash:
- symlink for backward compatibility
2015-06-04 19:02:49 +02:00
8d753cbd91 lib/libem.bash:
- renamed to 'libpmodules.bash'
2015-06-04 19:02:12 +02:00
8ccc6c533e lib/lib.bash:lib/libem.bash:
- PSI variables renamed
- adapted to new modulefiles layout
- use term 'group' instead of 'family'
2015-06-04 18:52:31 +02:00
8bdfe81e12 lib/libem.bash:
- support for extensions in build directories added
- cleanup of build can be disabled via command-line opt
2015-05-28 13:03:13 +02:00
7161682cff lib/libem.bash:
- core to find tarball of package moved to function and improved
2015-05-06 15:15:49 +02:00
0ba06aa74b lib/libem.bash:
- bugfixes in setting up family HDF5_serial
- skip call of em.cleanup_build() if nothing was build
2015-03-24 18:54:12 +01:00
b6021f80a4 lib/libem.bash: bugfix in 'em.cleanup_build()' 2015-03-24 14:43:06 +01:00
9523996b8a lib/libem.bash: bugfix in environment cleanup 2015-03-20 17:27:55 +01:00
f42d8c41a4 lib/libem.bash: family 'OPAL' added; load modules listed in file 'with_modules', if exist 2015-03-20 16:27:55 +01:00
d148fbbdf7 lib/libem.bash: do not load modules twice while loading build dependencies 2015-03-20 12:43:39 +01:00
0ad320508b lib/libem.bash: do not overwrite versions set with '--with=' with default versions defined in 'config/versions.conf' 2015-03-19 16:51:29 +01:00
4f3d3c812a lib/libem.bash: unset CDPATH added; fix problem with --bootstrap 2015-03-18 17:44:12 +01:00
cc7a8100ac lib/libem.bash: load modules specified with '--with=' while sourcing the library 2015-03-18 14:49:09 +01:00
76d98ba4e7 config/Pmodules.conf: family configuration added to conf file 2015-03-12 14:09:18 +01:00
bcc443342b lib/libem.bash: sourcing families.d/*.conf not required any more 2015-03-06 13:19:58 +01:00
a7cf676c70 lin/libem.bash: output modules loaded via --with 2015-03-05 13:42:15 +01:00
6c8e2c9fa9 lib/libem.bash: bugfixes 2015-02-27 22:47:20 +01:00
51792a80f2 major reorganization; updates to versions; fixes 2015-02-27 16:40:22 +01:00
b55f1a60f1 lib/libem.bash: available releases are now defined in environment.bash 2015-02-18 18:05:56 +01:00
4937b1d35e lib/libem.bash: do not source Pmodules profile while bootstrapping 2015-01-27 17:34:02 +01:00
52d0dd13cc lib/libem.bash: change code to support bootstraping 2015-01-26 18:59:55 +01:00
f00bf7d041 lib/libem.bash: bugfix in setting release 2014-12-11 15:08:12 +01:00
7895095781 libem.bash: changes to support new release implementation 2014-12-05 18:43:34 +01:00
6d88697bac libem.bash: bugfix in writing run-time dependencies 2014-11-13 19:12:59 +01:00
840fb7daac lib/libem.bash: now supports module name with minus and OS dependend tar-balls 2014-10-16 15:59:04 +02:00
d44ad20765 libem.bash: with new BASH we have to re-init the module environment; bugfix in _set_link() 2014-10-09 13:56:44 +02:00
5584f9c85b libem.bash: bugfixes in post-installation 2014-09-19 13:42:56 +02:00
a5ad831c94 libem.bash: cleanup, bugfix in build of dependencies 2014-09-19 13:17:34 +02:00
7754412d8c libem.bash: specify modules to pre-load with --with=; this make --with-something= obsolete 2014-09-17 17:47:54 +02:00
28101f7305 libem.bash: fixes improvments in handling releases 2014-09-12 17:31:11 +02:00
2dd22a7710 libem.bash: create DOCDIR in em.install_doc() 2014-09-04 19:34:34 +02:00
87fd09646e libem.bash: more verbose output 2014-09-04 17:13:04 +02:00
d9dc8008a9 libem.bash: conflict resolved 2014-09-04 12:29:08 +02:00
c8d2ae8676 libem.bash: OS-dependend post-install added (work-around the multilib problem); bugfixes 2014-09-04 12:26:55 +02:00
499a69be55 libem.bash: set release to \'unstable\' on first time compilation 2014-08-29 16:31:22 +02:00
ac9fb2bf5f libem.bash: split setup of environment in a general and a module specific part 2014-08-29 15:28:35 +02:00
21bc60f8c7 libem.bash: fixes in supporting differnt releases 2014-08-29 15:16:16 +02:00
6934661e1a libem.bash: bugfixes in support of releases 2014-08-28 10:40:42 +02:00
210cedf501 libem.bash: towards support of releases 2014-08-28 09:50:11 +02:00
7605c35a59 libem.bash: bugfix in sourcing environment.bash 2014-08-26 16:31:36 +02:00
84f0663b33 libem.bash: EM_BINDIR replaced 2014-08-21 16:56:33 +02:00
a04664c61b libem.bash: prefix EM_ changed to MODULE_ for all variables related to the build system, the prefix EM_ is reserved for the environment modules itself 2014-08-15 17:10:36 +02:00
cdb57d936f libem.bash: bugfixes 2014-07-24 14:27:18 +02:00
ca37884f1b libem.bash: now supports releases 2014-07-18 14:08:39 +02:00
0b97f07b88 libem.bash: environment variables used to define the familes must be defined at the very beginning, this cannot be done in _setup_env() 2014-07-16 17:12:05 +02:00
ceb77c4d19 libem.bash: read configuration moved to _setup_env() 2014-07-16 16:46:51 +02:00
444a3c8415 libem.bash: cleanup, bugfix in '-with-hdf5_serial' handling 2014-07-16 16:22:38 +02:00
22b668d4da libem.bash: install build-script to doc-directory by default 2014-07-15 14:16:17 +02:00
9a24bf0f98 libem.bash:
- installation of doc-files simplified
- restrict build of module to supported compilers is now possible
- cleanup
2014-07-14 18:03:00 +02:00
57cd50fb8d Merge branch 'master' of gitorious.psi.ch:scicomp/psi-modules-buildenvironment 2014-06-24 10:10:49 +02:00