From 0207f7adef8861a1eb70e60e39a8b0998b504207 Mon Sep 17 00:00:00 2001 From: Giovanni Bussi <giovanni.bussi@gmail.com> Date: Thu, 26 Jul 2018 17:34:14 +0200 Subject: [PATCH] changelog --- CHANGES/v2.5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES/v2.5.md b/CHANGES/v2.5.md index c9316fce7..ca6a6c4dd 100644 --- a/CHANGES/v2.5.md +++ b/CHANGES/v2.5.md @@ -87,7 +87,7 @@ Changes from version 2.4 which are relevant for developers: This reduces considerably the size of the installed package. In addition, it allows using two-level namespace on OSX. Notice that this implies that on Linux one should always set the `LD_LIBRARY_PATH` flag to have a working executable. -- On OSX, `./configure` uses `clang++` as first choice among non-MPI compilers. +- List of preferred compilers (used when `CXX` or `CC` are not set) has been changed. On OSX, `./configure` will try `clang++/clang` as first choices. - Added `--enable-static-archive` to `./configure` to build a `libplumed.a` static library. - Stop setting `DYLD_LIBRARY_PATH` in `sourceme.sh` and in modulefile. Notice that as of PLUMED v2.3.3 it should not be needed. -- GitLab