Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 46 additions & 2 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,52 @@ For more detailed information, please see the git log.

These release notes can also be consulted at http://easybuild.readthedocs.org/en/latest/Release_notes.html.

The latest version of easybuild-easyconfig provides 9,628 easyconfig files, for 1,538 different software packages,
30 different (compiler) toolchains, 13 software bundles and 1 meta-package.
The latest version of easybuild-easyconfig provides 9,798 easyconfig files, for 1,564 different software packages,
31 different (compiler) toolchains, 13 software bundles and 1 meta-package.

v3.7.1 (October 18th 2018)
--------------------------

bugfix/update release
- added easyconfigs for new toolchain foss/2018.08 with GCC/8.2.0 (#6992)
- added example easyconfig files for 26 new software packages:
- ARCH (#6939), fbm (#6948), GenomeTester4 (#6970), GlobusConnectPersonal (#6974), MMseqs2 (#6964), NAG (#5772),
NAGfor (#5772), NSPR (#7005), NSS (#7005), NeuroKit (#6947), novoalign (#6944), OptiType (#6924),
OrthoFinder (#6964), pandas-datareader (#6938), pFUnit (#6949), PMIx (#6930), PSolver (#6888), PyDatastream (#6951),
PyFR (#6846), Pyomo (#6910), Quandl (#6950), RTG-Tools (#6862), seq2HLA (#6969), suds (#6951), UCX (#6931), XMLSec (#6929)
- added additional easyconfigs for various supported software packages, including:
- binutils 2.31.1, dask 0.19.4, GCC(core) 8.2.0, OpenBLAS 0.3.3, OpenMPI 3.1.2, Pillow 5.3.0, PyCUDA 2018.1
- minor enhancements, including:
- add clustree + plotly extensions (+ deps) for R 3.5.1 (#6901)
- add tclsh symlink to recent Tcl easyconfigs (#6915)
- update GROMACS 2016.3 with NVML patches (#6936)
- use make=make in build options for ParMGridGen easyconfigs (#6952)
- add Data::Dump as extension to Perl (dependency for GIMIC) (#7004)
- various bug fixes, including:
- inhibit -Werror in binutils 2.26 as new system GCC has case fallthrough warnings (#5793)
- change fastStructure easyconfig to use custom easyblock (#6893)
- fix toolchain for tbb dependency in Bowtie2-2.3.4.2-foss-2018b.eb (#6927)
- fix uroot installation in R-3.5.1-foss-2018b (#6934)
- add missing Python packages in TensorFlow 1.10.x easyconfigs (#6940)
- add missing dep for Szip in 2017b builds of netCDF (#6942)
- fix missing comment from OpenBabel-2.4.1-fix-link-path-tests.patch (#6943)
- add patch to Python 3.6.1 - 3.6.3 that removes comment in comment (#6946)
- add missing ulimit_unlimited=True (see issue #6484) in the newest Python builds (#6959)
- solve 'version UUID_1.0 not found' problem in LibUUID easyconfigs (#6962)
- eliminate dependency on ancient problematic LibUUID library, replace with util-linux (#6963)
- force building of ccmake for CMake 3.12.1 + fix deps (#6967)
- fix broken installation for Python 3.6.2 & 3.6.3 with PyNaCl as dep for paramiko extension by explicitely including previous PyNaCl version as extension (#6971)
- fix source URL for ADMIXTURE (no https) + add SHA256 checksum (#6982)
- add missing NSS/DBus dependencies to Qt 5.10.1 easyconfigs built with foss toolchain to ensure that QtWebEngine component gets installed (#7005)
- add 'openssl' OS deps in Perl 5.28.0 easyconfig for Net::ssleay (#7008)
- add missing checksum for ipaddress extension in Python easyconfigs (#7021 and #7033)
- add missing extensions to Python 2.7.14 (#7022 and #7023), 3.6.2 (#7025), 3.6.3 (#7027) and 3.6.4 (#7029 and #7030)
- add missing OS dependencies for git (#7028)
- create default configuration for RTG-Tools (#7032)
- also run checks on changed files when target branch for PR is something different than 'develop' (#7034)
- other changes:
- removed dead 'bzip.org' source URL for bzip2 source tarball (#6983)


v3.7.0 (September 25th 2018)
----------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
# recent setuptools versions will *TRANSFORM* something like 'X.Y.Zdev' into 'X.Y.Z.dev0', with a warning like
# UserWarning: Normalizing '2.4.0dev' to '2.4.0.dev0'
# This causes problems further up the dependency chain...
VERSION = '3.7.1.dev0'
VERSION = '3.7.1'

API_VERSION = VERSION.split('.')[0]
EB_VERSION = '.'.join(VERSION.split('.')[0:2])
Expand Down