comparison src/fftw.mk @ 5612:8902479e123b

* src/fftw.mk: update to v3.3.9
author John Donoghue <john.donoghue@ieee.org>
date Wed, 23 Dec 2020 13:31:01 -0500
parents 88f905a83cb5
children b3f9e201ad98
comparison
equal deleted inserted replaced
5611:58a259784f5e 5612:8902479e123b
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := fftw 4 PKG := fftw
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 3.3.8 6 $(PKG)_VERSION := 3.3.9
7 $(PKG)_CHECKSUM := 59831bd4b2705381ee395e54aa6e0069b10c3626 7 $(PKG)_CHECKSUM := bf17b485417f0f6a896b8514a3813439fda075fc
8 $(PKG)_SUBDIR := fftw-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := fftw-$($(PKG)_VERSION)
9 $(PKG)_FILE := fftw-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := fftw-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := http://www.fftw.org/$($(PKG)_FILE) 10 $(PKG)_URL := http://www.fftw.org/$($(PKG)_FILE)
11 $(PKG)_DEPS := 11 $(PKG)_DEPS :=
12 12