diff options
author | Vladimir Ulrich <admin@evl.su> | 2017-01-16 01:19:10 +0300 |
---|---|---|
committer | Vladimir Ulrich <admin@evl.su> | 2017-01-16 01:19:10 +0300 |
commit | 5cb98f890e82e15f9f876dee48ca819eb9b9f78d (patch) | |
tree | df88ffb86ad29539fe310c009896f1a60159ee61 /libs/fftw3/patches/001-makefile.patch | |
parent | 4563af5d95c295b11094be86ff835756c0c3f14e (diff) |
[libs/fftw3] Updated to version 3.3.6
Signed-off-by: Vladimir Ulrich <admin@evl.su>
Diffstat (limited to 'libs/fftw3/patches/001-makefile.patch')
-rw-r--r-- | libs/fftw3/patches/001-makefile.patch | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/libs/fftw3/patches/001-makefile.patch b/libs/fftw3/patches/001-makefile.patch index c5dd8571f..6f56fa6a2 100644 --- a/libs/fftw3/patches/001-makefile.patch +++ b/libs/fftw3/patches/001-makefile.patch @@ -1,19 +1,19 @@ --- a/Makefile.in +++ b/Makefile.in -@@ -232,7 +232,7 @@ +@@ -241,7 +241,7 @@ CTAGS = ctags CSCOPE = cscope DIST_SUBDIRS = support genfft kernel simd-support dft rdft reodft api \ - libbench2 . threads tests mpi doc tools m4 + libbench2 . threads mpi doc tools m4 - DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) - distdir = $(PACKAGE)-$(VERSION) - top_distdir = $(distdir) -@@ -444,7 +444,7 @@ - # - @COMBINED_THREADS_TRUE@CHICKEN_EGG = threads . + am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \ + $(srcdir)/fftw.pc.in AUTHORS COPYING ChangeLog INSTALL NEWS \ + README TODO compile config.guess config.sub install-sh \ +@@ -470,7 +470,7 @@ + # tools are available, such as fig2dev in maintainer mode) + @BUILD_DOC_TRUE@DOCDIR = doc SUBDIRS = support $(GENFFT) kernel simd-support dft rdft reodft api \ --libbench2 $(CHICKEN_EGG) tests mpi doc tools m4 +-libbench2 $(CHICKEN_EGG) tests mpi $(DOCDIR) tools m4 +libbench2 $(CHICKEN_EGG) mpi m4 EXTRA_DIST = COPYRIGHT bootstrap.sh CONVENTIONS fftw.pc.in |