From 7b0237b0819d6981767a0189f7550546a58a8683 Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Sat, 1 Jul 2017 10:24:41 +0100 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a786bc6c..3572be26 100644 --- a/README.md +++ b/README.md @@ -89,16 +89,22 @@ When you file an issue, please go though the following checklist: ### Required libraries Grid requires: + [GMP](https://gmplib.org/), + [MPFR](http://www.mpfr.org/) Bootstrapping grid downloads and uses for internal dense matrix (non-QCD operations) the Eigen library. Grid optionally uses: + [HDF5](https://support.hdfgroup.org/HDF5/) -[LIME](http://usqcd-software.github.io/c-lime/) (for ILDG file format support) -[FFTW](http://www.fftw.org) (Either generic or via the Intel MKL library) -[LAPACK]( either generic or Intel MKL library) + +[LIME](http://usqcd-software.github.io/c-lime/) for ILDG and SciDAC file format support. + +[FFTW](http://www.fftw.org) either generic version or via the Intel MKL library. + +LAPACK either generic version or Intel MKL library. ### Quick start