From f3959e14cc05defb3cc3eb3e456b32bb4aa990ba Mon Sep 17 00:00:00 2001 From: Antonin Portelli Date: Mon, 6 Jun 2016 18:37:56 +0100 Subject: [PATCH] Readme update --- Readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Readme.md b/Readme.md index cf20836..8dbbdb0 100644 --- a/Readme.md +++ b/Readme.md @@ -55,6 +55,10 @@ in the `ci-scripts` directory where `` is where you want LatAnalyze (and For a more customised installation, one first needs to generate the build system by running `./bootstrap.sh` in the root directory. Then the library can be built and installed through the usual GNU mantra `./configure && make && make install`. Use `./configure --help` to obtain a list of possible options for `./configure`. Because Eigen expressions rely a lot on inlining and compiler optimisations it is strongly recommended to set the `CXXFLAGS` variable to `-O3 -march=native -mtune=native`. ## History +#### v3.1.2 +Fixes: +* HDF5 archive URL update in build scripts + #### v3.1.1 Fixes: * Minuit precision fixed