Skip to content

Commit

Permalink
updated binary build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
tvolkmer committed Feb 5, 2022
1 parent 3a71648 commit 85d7c17
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion linux-build-mex.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ set -ex
exec > >(tee linux-build-mex.log)
exec 2>&1

FFTWVERSION=3.3.8
FFTWVERSION=3.3.10
GCCVERSION=11.2.0
GCCARCH=haswell
BINARIES_ARCH_README='
Expand Down
2 changes: 1 addition & 1 deletion macos-build-mex.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# A Matlab installation must be specified in order to build the
# Matlab interface. The paths should not contain spaces!
#
# The script is known to work on macOS 10.5 Catalina with Homebrew.
# The script is known to work on macOS 11 Big Sur with Homebrew.
#
# At least the following packages are required:
# octave gnu-sed cunit
Expand Down
4 changes: 2 additions & 2 deletions windows-build-dll.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# The Matlab path should not contain spaces!
#
# Example call:
# ./nfft-build-dll.sh --fftw=3.3.8 --octave=5.2.0 --matlab=/c/path/to/matlab
# ./nfft-build-dll.sh --fftw=3.3.10 --octave=6.4.0 --matlab=/c/path/to/matlab
#
# WARNING: This script downloads and compiles FFTW and downloads GCC, Julia and Octave (requires ~ 3GB).
#
Expand All @@ -23,7 +23,7 @@ set -ex


# default values (to be overwritten if respective parameters are set)
FFTWVERSION=3.3.8
FFTWVERSION=3.3.10
OCTAVEVERSION=6.4.0
MATLABVERSION=""
ARCH=64
Expand Down

0 comments on commit 85d7c17

Please # to comment.