File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ set -ex
3131exec > >( tee linux-build-mex.log)
3232exec 2>&1
3333
34- FFTWVERSION=3.3.8
34+ FFTWVERSION=3.3.10
3535GCCVERSION=11.2.0
3636GCCARCH=haswell
3737BINARIES_ARCH_README='
Original file line number Diff line number Diff line change 44# A Matlab installation must be specified in order to build the
55# Matlab interface. The paths should not contain spaces!
66#
7- # The script is known to work on macOS 10.5 Catalina with Homebrew.
7+ # The script is known to work on macOS 11 Big Sur with Homebrew.
88#
99# At least the following packages are required:
1010# octave gnu-sed cunit
Original file line number Diff line number Diff line change 66# The Matlab path should not contain spaces!
77#
88# Example call:
9- # ./nfft-build-dll.sh --fftw=3.3.8 --octave=5.2 .0 --matlab=/c/path/to/matlab
9+ # ./nfft-build-dll.sh --fftw=3.3.10 --octave=6.4 .0 --matlab=/c/path/to/matlab
1010#
1111# WARNING: This script downloads and compiles FFTW and downloads GCC, Julia and Octave (requires ~ 3GB).
1212#
@@ -23,7 +23,7 @@ set -ex
2323
2424
2525# default values (to be overwritten if respective parameters are set)
26- FFTWVERSION=3.3.8
26+ FFTWVERSION=3.3.10
2727OCTAVEVERSION=6.4.0
2828MATLABVERSION=" "
2929ARCH=64
You can’t perform that action at this time.
0 commit comments