Package: cufflinks
Version: 2.2.1+dfsg.1-1
Severity: wishlist

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Dear Maintainer,

Fails to build from source with upcoming boost1.65+

Please see attached patch.

Regards,

Dimitri.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQEcBAEBCAAGBQJZ98sBAAoJEMrC2LnNLKX5z5oIAMVijLsG4qej3fa7eaKc4Ztj
rkuxpVF9sTzvlLBgJmxKSuU/TIbRDoMsM2kd+kJSc0dFeFecA0pnj5+pwhnsck1A
7bbMX6h9t3WWUZDLrYtx5jPciujSH5JmttJhGBypnC7edPIb75767je8HIlBvzea
Fm6cJ5OQkOJzF8RX+rt//IOmOZ4R9VYEitl1BjELdkYZVMfdNl+8b1GCOgKXySG6
lxygdAwfp5BMKdT40Jlxcdl1by/5fteej5GONiewrBJzdrt9elix/ZGJWbLnV3FG
RK82cgqFkYBYZEOU4PCrfwcWSsoIiKLbslJo2cYdEDUJ8KnXMElslixBHAOyQXo=
=MzFP
-----END PGP SIGNATURE-----
Description: Fix FTBFS, boost::tr1 no longer exists.
Author: Dimitri John Ledkov <x...@ubuntu.com>

--- cufflinks-2.2.1+dfsg.1.orig/src/biascorrection.h
+++ cufflinks-2.2.1+dfsg.1/src/biascorrection.h
@@ -15,7 +15,7 @@
 #include <vector>
 #include <list>
 #include <string>
-#include <boost/tr1/unordered_map.hpp>
+#include <boost/unordered_map.hpp>
 #include <boost/thread.hpp>
 #include "common.h"
 

Reply via email to