Skip to content

Commit 85d7c17

Browse files
committed
updated binary build scripts
1 parent 3a71648 commit 85d7c17

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

linux-build-mex.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ set -ex
3131
exec > >(tee linux-build-mex.log)
3232
exec 2>&1
3333

34-
FFTWVERSION=3.3.8
34+
FFTWVERSION=3.3.10
3535
GCCVERSION=11.2.0
3636
GCCARCH=haswell
3737
BINARIES_ARCH_README='

macos-build-mex.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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

windows-build-dll.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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
2727
OCTAVEVERSION=6.4.0
2828
MATLABVERSION=""
2929
ARCH=64

0 commit comments

Comments
 (0)