[openblas] 05/11: d/p/power-arch-detection.patch: drop patch, applied upstream.

Sébastien Villemot sebastien at debian.org
Thu Mar 24 14:29:01 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastien pushed a commit to branch master
in repository openblas.

commit 023929c806ae1264ee334492c805200673f9de90
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Sat Mar 19 11:50:41 2016 +0100

    d/p/power-arch-detection.patch: drop patch, applied upstream.
---
 debian/patches/power-arch-detection.patch | 19 -------------------
 debian/patches/series                     |  1 -
 2 files changed, 20 deletions(-)

diff --git a/debian/patches/power-arch-detection.patch b/debian/patches/power-arch-detection.patch
deleted file mode 100644
index 85eaead..0000000
--- a/debian/patches/power-arch-detection.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Description: Fix detection of POWER architecture in c_check
- This is necessary to avoid the false detection of a cross-compiling
- environment. Otherwise the testsuite is not run on those arches.
-Author: Sébastien Villemot <sebastien at debian.org>
-Forwarded: https://github.com/xianyi/OpenBLAS/pull/684
-Applied-Upstream: https://github.com/xianyi/OpenBLAS/commit/41407acc19cd3ca2ee4ab965ed5e19d7776e669e
-Last-Update: 2015-11-09
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/c_check
-+++ b/c_check
-@@ -6,6 +6,7 @@ $hostarch = `uname -m | sed -e s/i.86/x8
- $hostarch = "x86_64" if ($hostarch eq "amd64");
- $hostarch = "arm" if ($hostarch =~ /^arm.*/);
- $hostarch = "arm64" if ($hostarch eq "aarch64");
-+$hostarch = "power" if ($hostarch =~ /^(powerpc|ppc).*/);
- 
- $binary = $ENV{"BINARY"};
- 
diff --git a/debian/patches/series b/debian/patches/series
index 6b795fe..2f301a5 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,4 +4,3 @@ always-run-testsuite.patch
 remove-openmp-warning.patch
 no-embedded-lapack.patch
 shared-blas-lapack.patch
-power-arch-detection.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/openblas.git



More information about the debian-science-commits mailing list