comparison src/fftw.mk @ 4264:b2971f3fd839

* src/fftw.mk: update to 3.3.5
author John D
date Tue, 13 Dec 2016 11:01:41 -0500
parents b854e159f3e3
children 3d168da55e47
comparison
equal deleted inserted replaced
4263:1acf3a07b1fe 4264:b2971f3fd839
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.4 6 $(PKG)_VERSION := 3.3.5
7 $(PKG)_CHECKSUM := fd508bac8ac13b3a46152c54b7ac885b69734262 7 $(PKG)_CHECKSUM := 875831a7ab87d278f21ac0c3453f12d5ee807da4
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