|
1 | 1 | This file contains a description of the major changes to the easybuild-framework EasyBuild package. |
2 | 2 | For more detailed information, please see the git log. |
3 | 3 |
|
| 4 | +v1.10.0 (December 24th 2013) |
| 5 | +---------------------------- |
| 6 | + |
| 7 | +feature + bugfix release |
| 8 | +- various other enhancements, including: |
| 9 | + - set unique default temporary directory, add --tmpdir command line option (#695) |
| 10 | + - add support for computing and verifying source/patch file checksums (#774, #777, #779, #801, #802) |
| 11 | + - cfr. 'checksums' easyconfig parameter |
| 12 | + - add support for `eb --confighelp`, which prints out an example configuration file (#775) |
| 13 | + - add initial support for `eb` tab completion in bash shells (#775, #797, #798) |
| 14 | + - see also https://github.com/hpcugent/easybuild/wiki/Setting-up-tab-completion-for-bash |
| 15 | + - note: may be quite slow for now |
| 16 | + - enhancements for using Lmod as modules tool (#780, #795, #796): |
| 17 | + - ignore Lmod spider cache by setting $LMOD_IGNORE_CACHE (requires Lmod 5.2) |
| 18 | + - bump required Lmod version to v5.2 |
| 19 | + - get rid of slow workaround for detecting module directories (only required for older Lmod versions) |
| 20 | + - fix version parsing for Lmod release candidates (rc) |
| 21 | + - improve integration with `lmod spider` by adding 'Description: ' prefix to 'module-whatis' field of module |
| 22 | + - add --dry-short-short/-D and --search-short/-S command line options (#781) |
| 23 | + - add toolchain definition for 'gompic', intended for using with CUDA-aware OpenMPI (#783) |
| 24 | + - add support for specifying multiple robot paths (#786) |
| 25 | + - add various source URL constants, add support for '%(nameletter)s' and '%(nameletterlower)s' templates (#793) |
| 26 | + - add 'buildininstalldir' easyconfig parameter (#794) |
| 27 | + - add --ignore-osdeps command line option (#799, #802) |
| 28 | +- various bug fixes, including: |
| 29 | + - enable -mt_mpi compiler flag if both usempi and openmp toolchain options are enabled (#771) |
| 30 | + - only use libmkl_solver* libraries for Intel MKL versions prior to 10.3 (#776) |
| 31 | + - fix toolchain support for recent Intel tools (#785) |
| 32 | + - code style fixes in main.py to adhere more to PEP8 (#789) |
| 33 | + - make sure 'easyblock' easyconfig parameter is listed in `eb -a` (#791) |
| 34 | + - fix error that may pop up when using skipsteps=source (#792) |
| 35 | + |
4 | 36 | v1.9.0 (November 17th 2013) |
5 | 37 | --------------------------- |
6 | 38 |
|
|
0 commit comments