[woo] 06/08: Do not use gold-linker. (Closes: #797094)

Anton Gladky gladk at moszumanska.debian.org
Fri Sep 4 19:09:57 UTC 2015


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

gladk pushed a commit to branch master
in repository woo.

commit 9b2d61494743fa18bd2eaedef1ebb6c23b6f966b
Author: Anton Gladky <gladk at debian.org>
Date:   Fri Sep 4 00:38:09 2015 +0200

    Do not use gold-linker. (Closes: #797094)
---
 debian/patches/40_remove_core2.patch | 19 ++++++++++++++++---
 1 file changed, 16 insertions(+), 3 deletions(-)

diff --git a/debian/patches/40_remove_core2.patch b/debian/patches/40_remove_core2.patch
index 6bd764c..ce2d4b2 100644
--- a/debian/patches/40_remove_core2.patch
+++ b/debian/patches/40_remove_core2.patch
@@ -1,10 +1,13 @@
-Description: Remove core2 flag
+Description: Remove core2 flag and gold-linker
 Author: Anton Gladky <gladk at debian.org>
 Bug-Debian: https://bugs.debian.org/797092
+Bug-Debian: https://bugs.debian.org/797094
 Last-Update: 2015-09-04
 
---- woo-1.0.orig/setup.py
-+++ woo-1.0/setup.py
+Index: woo/setup.py
+===================================================================
+--- woo.orig/setup.py
++++ woo/setup.py
 @@ -90,7 +90,6 @@ chunkSize=1
  march='corei7' if WIN else 'native'
  # lower, but at least some machine-specific optimizations
@@ -13,3 +16,13 @@ Last-Update: 2015-09-04
  
  ##
  ## end build options
+@@ -280,9 +279,6 @@ if WIN:
+ 	cxxLibs=[(lib+boostTag if lib.startswith('boost_') else lib) for lib in cxxLibs]
+ else:
+ 	cppDirs+=['/usr/include/eigen3']
+-	# we want to use gold with gcc under Linux
+-	# binutils now require us to select gold explicitly (see https://launchpad.net/ubuntu/saucy/+source/binutils/+changelog)
+-	linkFlags+=['-fuse-ld=gold']
+ 	
+ ##
+ ## Debug-specific

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



More information about the debian-science-commits mailing list