Skip to content

Commit 49606ac

Browse files
authored
FFTW: Build for riscv64 (#10670)
1 parent 24ed7bc commit 49606ac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

F/FFTW/build_tarballs.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
using BinaryBuilder
22

33
name = "FFTW"
4-
version = v"3.3.10"
4+
# We bumped the version number because we rebuilt for new architectures
5+
fftw_version = v"3.3.10"
6+
version = v"3.3.11"
57

68
# Collection of sources required to build FFTW
79
sources = [
8-
ArchiveSource("http://fftw.org/fftw-$(version).tar.gz",
10+
ArchiveSource("http://fftw.org/fftw-$(fftw_version).tar.gz",
911
"56c932549852cddcfafdab3820b0200c7742675be92179e59e6215b340e26467"),
1012
]
1113

@@ -85,5 +87,3 @@ dependencies = Dependency[
8587
# Build the tarballs.
8688
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies;
8789
julia_compat="1.6", preferred_gcc_version=v"8")
88-
89-
# Build trigger: 1

0 commit comments

Comments
 (0)