From a357d6154d19ed0f2eb2ead81e9c6fd847ad216f Mon Sep 17 00:00:00 2001 From: Ludvig af Klinteberg Date: Fri, 8 May 2020 10:14:18 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d446e0..952adba 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ test FINUFFT This should download, build and test FINUFFT v1.1.1, as long as you have `gcc` and `curl` installed. The FFTW library is downloaded locally by the build script, using [Conda.jl](https://github.com/JuliaPy/Conda.jl) -Developed and tested on Linux. Also works on Max OS X, but build script is hardwired to use GCC 8 (`g++-8` and `gcc-8`). +Developed and tested on Linux. Also works on Max OS X, but build script is hardwired to use GCC 9 (`g++-9` and `gcc-9`). ## Usage