Skip to content

Commit

Permalink
[FFTW] Bump to v3.3.10, build for experimental platforms (#3585)
Browse files Browse the repository at this point in the history
* [FFTW] Build for experimental platforms

* Update build_tarballs.jl

* Update build_tarballs.jl

Co-authored-by: Jeremiah Lewis <[email protected]>
Co-authored-by: Elliot Saba <[email protected]>
  • Loading branch information
3 people committed Sep 15, 2021
1 parent 59f13bf commit 9b47a01
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions F/FFTW/build_tarballs.jl
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
using BinaryBuilder

name = "FFTW"
version = v"3.3.9"
version = v"3.3.10"

# Collection of sources required to build FFTW
sources = [
ArchiveSource("http:https://fftw.org/fftw-$(version).tar.gz",
"bf2c7ce40b04ae811af714deb512510cc2c17b9ab9d6ddcf49fe4487eea7af3d"),
"56c932549852cddcfafdab3820b0200c7742675be92179e59e6215b340e26467"),
]

# Bash recipe for building across all platforms
Expand Down Expand Up @@ -70,7 +70,7 @@ install_license COPYING COPYRIGHT

# These are the platforms we will build for by default, unless further
# platforms are passed in on the command line
platforms = supported_platforms() # build on all supported platforms
platforms = supported_platforms(; experimental=true) # build on all supported platforms

# The products that we will ensure are always built
products = [
Expand All @@ -83,4 +83,4 @@ dependencies = Dependency[
]

# Build the tarballs.
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies; preferred_gcc_version=v"8")
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies; preferred_gcc_version=v"8", julia_compat="1.6")

0 comments on commit 9b47a01

Please sign in to comment.