update project fftw

This commit is contained in:
Mark Brand 2012-11-25 22:50:21 +01:00
parent d81a2f611f
commit ae9ef99777
2 changed files with 3 additions and 4 deletions

View File

@ -1050,7 +1050,7 @@ USE_OSGPLUGIN(<plugin2>)
</tr>
<tr>
<td id="fftw-package">fftw</td>
<td id="fftw-version">3.3.2</td>
<td id="fftw-version">3.3.3</td>
<td id="fftw-website"><a href="http://www.fftw.org/">fftw</a></td>
</tr>
<tr>

View File

@ -3,7 +3,7 @@
PKG := fftw
$(PKG)_IGNORE :=
$(PKG)_CHECKSUM := 11a8c31186ff5a7d686a79a3f21b2530888e0dc2
$(PKG)_CHECKSUM := 11487180928d05746d431ebe7a176b52fe205cf9
$(PKG)_SUBDIR := fftw-$($(PKG)_VERSION)
$(PKG)_FILE := fftw-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://www.fftw.org/$($(PKG)_FILE)
@ -23,8 +23,7 @@ define $(PKG)_BUILD
--build="`config.guess`" \
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)' \
--enable-threads \
--enable-double
--enable-threads
$(MAKE) -C '$(1)' -j '$(JOBS)' bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
$(MAKE) -C '$(1)' -j 1 install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=