[atlas] 04/08: fix-non-threaded-build.diff: remove patch, fixed upstream.

Sébastien Villemot sebastien at debian.org
Sat Jul 12 15:33:21 UTC 2014


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

sebastien pushed a commit to branch master
in repository atlas.

commit 658cc741f081752855d255078d6a2de212f89087
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Sat Jul 12 12:50:29 2014 +0200

    fix-non-threaded-build.diff: remove patch, fixed upstream.
---
 debian/patches/fix-non-threaded-build.diff | 23 -----------------------
 debian/patches/series                      |  1 -
 2 files changed, 24 deletions(-)

diff --git a/debian/patches/fix-non-threaded-build.diff b/debian/patches/fix-non-threaded-build.diff
deleted file mode 100644
index b425523..0000000
--- a/debian/patches/fix-non-threaded-build.diff
+++ /dev/null
@@ -1,23 +0,0 @@
-Description: Fix non-threaded build
- This patch prevents the building of some threaded components, which otherwise
- results in missing symbols in the shared library.
-Author: Sébastien Villemot <sebastien at debian.org>
-Bug: https://sourceforge.net/p/math-atlas/support-requests/910/
-Last-Update: 2013-06-11
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/bin/atlas_install.c
-+++ b/bin/atlas_install.c
-@@ -1075,10 +1075,12 @@
-    PrintStartStop(stdout, fpsum, 3, 1, 5, 1, 0, "FINAL STATIC LIBRARY UPDATE");
-    sprintf(ln2, "INSTALL_LOG/LIBUPDATE.LOG");
-    PrintBanner(ln2, 1, 5, 1, 1);
-+#ifdef ATL_NCPU
-    sprintf(ln, "%s IBuildLibs IBuildPtlibs0 %s %s\n", fmake, redir, ln2);
-    fprintf(stdout, ln);
-    ATL_Cassert(system(ln)==0, "STATIC LIBRARY UPDATE", ln2);
-    PrintBanner(ln2, 0, 5, 1, 1);
-+#endif
-    PrintStartStop(stdout, fpsum, 3, 0, 5, 1, 0, "FINAL STATIC LIBRARY UPDATE");
- #ifdef ATL_DYLIBS
-    PrintStartStop(stdout, fpsum, 3, 1, 5, 2, 0,
diff --git a/debian/patches/series b/debian/patches/series
index a302b09..abe946d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -11,6 +11,5 @@ shared_libraries.diff
 kfreebsd.diff
 armel-is-v4t.diff
 armhf.diff
-fix-non-threaded-build.diff
 cpu-throttling-check.diff
 generic.diff

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



More information about the debian-science-commits mailing list