diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-26 18:56:21 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-27 01:34:31 +0100 |
commit | 26a191f677042ef9475969fa6fa91497a919750d (patch) | |
tree | e305e011f6cab02c0abacc6a7bc0defb88d693f5 /community/py3-scipy/missing-int64_t.patch | |
parent | 40363da4883e8e9abec526b41f0f34610e626872 (diff) | |
download | aports-26a191f677042ef9475969fa6fa91497a919750d.tar.bz2 aports-26a191f677042ef9475969fa6fa91497a919750d.tar.xz |
community/py3-scipy: upgrade to 1.4.1
Diffstat (limited to 'community/py3-scipy/missing-int64_t.patch')
-rw-r--r-- | community/py3-scipy/missing-int64_t.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/community/py3-scipy/missing-int64_t.patch b/community/py3-scipy/missing-int64_t.patch new file mode 100644 index 0000000000..26eae80cf3 --- /dev/null +++ b/community/py3-scipy/missing-int64_t.patch @@ -0,0 +1,13 @@ +diff --git a/scipy/optimize/rectangular_lsap/rectangular_lsap.cpp b/scipy/optimize/rectangular_lsap/rectangular_lsap.cpp +index bce9d38..0bab381 100644 +--- a/scipy/optimize/rectangular_lsap/rectangular_lsap.cpp ++++ b/scipy/optimize/rectangular_lsap/rectangular_lsap.cpp +@@ -44,6 +44,8 @@ Author: PM Larsen + #include <cmath> + #include <vector> + ++#include <stdint.h> ++ + static int + augmenting_path(int nc, std::vector<double>& cost, std::vector<double>& u, + std::vector<double>& v, std::vector<int>& path, |