Commit Graph

459 Commits

Author SHA1 Message Date
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
e5503c54dd scripts/Bootstrap/Pmodules/{ennvironment,profile}.bash:
- cleanup
2015-07-10 18:48:48 +02:00
9b1f262264 scripts/Bootstrap/Pmodules/modulecmd.bash.in:
- renamed from 'modulecmd.in'
- moved to libexec
- sub-command load now  supports extended module names like Libraries:mpc/1.0.3
2015-07-10 18:47:34 +02:00
7db9a2e068 scripts/Bootstrap/Pmodules/modulecmd:
- wrapper to make modulecmd relocatable
2015-07-10 18:45:06 +02:00
15fbb5ec83 scripts/Bootstrap/Pmodules/modmanage:
- do not source profiles
- modmanage.bash has been moved to libexec
2015-07-10 18:43:36 +02:00
b2aca223c5 scripts/Bootstrap/.gitignore: ignore autogenerated modulecmd.bash 2015-07-10 18:41:44 +02:00
537ed6353e scripts/Bootstrap/Pmodules/modulecmd.in: renamed to 'modulecmd.bash.in' 2015-07-10 18:39:27 +02:00
704ddb4b54 scripts/Bootstrap/Pmodules/modulecmd.bash.in: renamed from modulecmd.in 2015-07-10 18:34:07 +02:00
83340128ce scripts/Libraries/mpfr/with_modules-*:
- added
2015-07-09 17:45:39 +02:00
83db00c6c8 scripts/Libraries/mpc/with_modules-*:
- added
2015-07-09 17:45:13 +02:00
df50ec313b scripts/Bootstrap/{compile,install}_pmodules.sh:
- bugfix in setting PMODULES_VERSION
2015-07-09 17:44:08 +02:00
2ac06ce262 scripts/Bootstrap/Pmodules_version:
- set PMODULES_VERSION to 0.99.5
2015-07-09 17:43:13 +02:00
5dcf4a5668 scripts/libpmodules.bash:
- support for target 'prep', 'configure' etc added
- support for version specific 'with_modules' files added
- bugfix in setting PMODULES_VERSION
2015-07-09 17:42:35 +02:00
a5376bbd65 scripts/Bootstrap/install_pmodules.sh:
- adapted to new format of Pmodules_version.conf
2015-07-09 13:41:14 +02:00
fee0947978 scripts/Bootstrap/compile_pmodules.sh
- adapted to new format of Pmodules_version.conf
- conditional compiling
2015-07-09 13:40:27 +02:00
49cb199957 lib/libpmodules.bash:
- support for new format of Pmodules_version.conf
2015-07-09 13:39:08 +02:00
7c7cf6c7dd scripts/Bootstrap/Pmodules_version.conf:
- new, language independent format
2015-07-09 13:38:18 +02:00
d241a07403 lib/lib.bash:
- read_versions() added
2015-07-09 13:35:17 +02:00
ac53c5e2b3 scripts/MPI/hdf5/build:
- building Fortran bindings enabled
2015-07-09 10:24:19 +02:00
dfb42a9748 scripts/Bootstrap/compile_pmodules.sh:
- cleanup
2015-07-09 10:22:34 +02:00
5d87ddc1b2 scripts/Bootstrap/Pmodules/profile.bash:
- bugfix PMODULES_PREFIX has been renamed to PMODULES_ROOT
2015-07-09 10:21:28 +02:00
f08150143d scripts/Bootstrap/Pmodules/modulecmd.in:
- '--norc' removed from shebang
2015-07-09 10:19:32 +02:00
25d15181cf Merge branch 'master' of gitorious.psi.ch:pmodules/src 2015-07-02 14:16:20 +02:00
2df04b8a3c scripts/OPAL/opt-pilot/with_modules:
- ippl removed
- OPAL version changed to 1.4.0rc1
2015-07-02 14:15:59 +02:00
5077262de9 scripts/OPAL/opt-pilot/build:
- ippl removed as dependency
2015-07-02 14:14:40 +02:00
24996800fa scripts/MPI/trilinos/build:
- -fpermissive removed frm CXX_FLAGS
- set C++ standard to C++11
2015-07-02 11:18:42 +02:00
9ee5311826 scripts/MPI/SuperLU_DIST/build:
- add Intel C support
2015-07-02 11:16:53 +02:00
f1a3e0798d scripts/Compiler/boost/build:
- add Intel C support
2015-07-02 11:15:24 +02:00