Package: cl-fftw3
Version: 1.0-1
Followup-For: Bug #860968

Dear Kevin,

I'd like to propose a patch. I'm not quite sure it's the proper way to do so 
though...

Best regards,

Greggy

-- System Information:
Debian Release: 8.7
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages cl-fftw3 depends on:
ii  cl-cffi                 1:0.14.0-1
ii  cl-kmrcl                1.106-1
ii  common-lisp-controller  7.10
ii  libfftw3-dev            3.3.4-2

cl-fftw3 recommends no packages.

cl-fftw3 suggests no packages.

-- no debconf information
diff -u cl-fftw3-1.0/debian/changelog cl-fftw3-1.0/debian/changelog
--- cl-fftw3-1.0/debian/changelog
+++ cl-fftw3-1.0/debian/changelog
@@ -1,3 +1,11 @@
+cl-fftw3 (1.0-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+    Added the path #P"/usr/lib/x86_64-linux-gnu/libfftw3.so" in ffi.lisp.
+    Fixes bug #860968
+
+ -- greggy <masli...@ethz.ch>  Sat, 22 Apr 2017 23:35:24 +0200
+
 cl-fftw3 (1.0-1) unstable; urgency=low
 
   * Initial upload (closes:539793)
only in patch2:
unchanged:
--- cl-fftw3-1.0.orig/ffi.lisp
+++ cl-fftw3-1.0/ffi.lisp
@@ -22,7 +22,8 @@
     ((or :darwin :macosx) (:or #P"/opt/local/lib/libfftw3.dylib"
                                #P"/usr/lib/libfftw3.dylib"))
     (:linux (:or #P"/usr/lib/libfftw3.so"
-                 #P"/usr/local/lib/libfftw3.so"))
+                 #P"/usr/local/lib/libfftw3.so"
+                 #P"/usr/lib/x86_64-linux-gnu/libfftw3.so"))
   (t (:default "libfftw3")))
 
 (cffi:use-foreign-library fftw3)

Reply via email to