diff -Nru openblas-0.3.7+ds/debian/changelog openblas-0.3.7+ds/debian/changelog --- openblas-0.3.7+ds/debian/changelog 2019-12-02 05:33:33.000000000 +0000 +++ openblas-0.3.7+ds/debian/changelog 2019-12-07 05:03:54.000000000 +0000 @@ -1,3 +1,11 @@ +openblas (0.3.7+ds-5+rpi1) bullseye-staging; urgency=medium + + [changes brought forward from 0.2.15-1+rpi1 by Peter Michael Green at Fri, 11 Mar 2016 23:39:32 +0000] + * Disable arm-gcc-flags.patch which was enforcing gcc flags that are wrong + for raspbian. + + -- Raspbian forward porter Sat, 07 Dec 2019 05:03:54 +0000 + openblas (0.3.7+ds-5) unstable; urgency=medium * Link the OMP variant of shared blas/lapack against gomp. (Closes: #945791) diff -Nru openblas-0.3.7+ds/debian/patches/auto-0.3.7+ds-1+rpi1-e5cdb5bc2fdbe4ed5849a311d639ae1e43ddffb5-1566623053 openblas-0.3.7+ds/debian/patches/auto-0.3.7+ds-1+rpi1-e5cdb5bc2fdbe4ed5849a311d639ae1e43ddffb5-1566623053 --- openblas-0.3.7+ds/debian/patches/auto-0.3.7+ds-1+rpi1-e5cdb5bc2fdbe4ed5849a311d639ae1e43ddffb5-1566623053 1970-01-01 00:00:00.000000000 +0000 +++ openblas-0.3.7+ds/debian/patches/auto-0.3.7+ds-1+rpi1-e5cdb5bc2fdbe4ed5849a311d639ae1e43ddffb5-1566623053 2019-12-07 05:03:54.000000000 +0000 @@ -0,0 +1,40 @@ +From: Raspbian forward porter +Subject: Automatically generated patch (0.3.7+ds-1+rpi1) + +Last (up to) 3 git changes, FYI: + +commit e5cdb5bc2fdbe4ed5849a311d639ae1e43ddffb5 +Merge: c514376 51be127 +Author: Raspbian automatic forward porter +Date: Sat Aug 24 06:04:09 2019 +0100 + + Merge version 0.3.6+ds-1+rpi1 and 0.3.7+ds-1 to produce 0.3.7+ds-1+rpi1 + +commit 51be127fefff977e35950b127f4f642b9661d64b +Merge: 792daf6 51c9282 +Author: Sébastien Villemot +Date: Tue Aug 20 16:52:34 2019 +0100 + + Merge openblas (0.3.7+ds-1) import into refs/heads/workingbranch + +commit 792daf6d1ad1dca6d81a262dcf1d72dc96e0464d +Author: Debian Science Team +Date: Tue Aug 20 16:52:34 2019 +0100 + + dgemm-test-without-lapacke + + + Gbp-Pq: Name dgemm-test-without-lapacke.patch +--- + +--- openblas-0.3.7+ds.orig/Makefile.arm ++++ openblas-0.3.7+ds/Makefile.arm +@@ -9,6 +9,6 @@ endif + endif + + ifeq ($(CORE), ARMV6) +-CCOMMON_OPT += -mfpu=vfp +-FCOMMON_OPT += -mfpu=vfp ++CCOMMON_OPT += -mfpu=vfp -march=armv6 ++FCOMMON_OPT += -mfpu=vfp -march=armv6 + endif diff -Nru openblas-0.3.7+ds/debian/patches/series openblas-0.3.7+ds/debian/patches/series --- openblas-0.3.7+ds/debian/patches/series 2019-10-31 12:53:19.000000000 +0000 +++ openblas-0.3.7+ds/debian/patches/series 2019-12-07 05:03:54.000000000 +0000 @@ -1,7 +1,7 @@ -arm-gcc-flags.patch kfreebsd.patch remove-openmp-warning.patch no-embedded-lapack.patch shared-blas-lapack.patch matgen-symbols-not-included.patch dgemm-test-without-lapacke.patch +auto-0.3.7+ds-1+rpi1-e5cdb5bc2fdbe4ed5849a311d639ae1e43ddffb5-1566623053