mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-25 07:08:13 -07:00
def-python/fcl: fixed linking with lld
Closes: https://bugs.gentoo.org/743247 Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/18618 Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
This commit is contained in:
@@ -27,6 +27,8 @@ RDEPEND="
|
||||
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
PATCHES=( "${FILESDIR}"/${P}-fix-compiling-on-lld.patch )
|
||||
|
||||
distutils_enable_tests unittest
|
||||
|
||||
python_test() {
|
||||
|
||||
12
dev-python/fcl/files/fcl-0.0.12-fix-compiling-on-lld.patch
Normal file
12
dev-python/fcl/files/fcl-0.0.12-fix-compiling-on-lld.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -21,8 +21,7 @@
|
||||
include_dirs = ['/usr/include',
|
||||
'/usr/local/include',
|
||||
'/usr/include/eigen3']
|
||||
- lib_dirs = ['/usr/lib',
|
||||
- '/usr/local/lib']
|
||||
+ lib_dirs = ['/usr/local/lib']
|
||||
|
||||
if 'CPATH' in os.environ:
|
||||
include_dirs += os.environ['CPATH'].split(':')
|
||||
Reference in New Issue
Block a user