]> git.pld-linux.org Git - packages/fftw3.git/blob - fftw3-link.patch
86b3b80878749720a6852a4c7271956cc21d7250
[packages/fftw3.git] / fftw3-link.patch
1 --- fftw-3.0.1/threads/Makefile.am.orig 2003-03-16 21:00:04.000000000 +0100
2 +++ fftw-3.0.1/threads/Makefile.am      2003-07-25 00:35:16.000000000 +0200
3 @@ -10,3 +10,4 @@
4  hc2hc-dif.c vrank-geq1-rdft2.c f77api.c f77funcs.h
5  
6  libfftw3@PREC_SUFFIX@_threads_la_LDFLAGS = -version-info @SHARED_VERSION_INFO@
7 +libfftw3@PREC_SUFFIX@_threads_la_LIBADD = $(top_builddir)/libfftw3@PREC_SUFFIX@.la -lpthread
8 --- fftw-3.2.2/Makefile.am.orig 2009-07-12 12:35:49.000000000 +0200
9 +++ fftw-3.2.2/Makefile.am      2010-10-14 09:20:15.323741882 +0200
10 @@ -13,8 +13,8 @@
11  
12  ACLOCAL_AMFLAGS=-I m4
13  
14 -SUBDIRS=support $(GENFFT) kernel simd dft rdft reodft api threads \
15 -cell libbench2 . tests doc tools m4
16 +SUBDIRS=support $(GENFFT) kernel simd dft rdft reodft api . threads \
17 +cell libbench2 tests doc tools m4
18  EXTRA_DIST=COPYRIGHT bootstrap.sh CONVENTIONS fftw.pc.in README.Cell
19  
20  if HAVE_SIMD
This page took 0.053895 seconds and 2 git commands to generate.