Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 750482 - sci-mathematics/nauty-2.6.7 installs .la files
Summary: sci-mathematics/nauty-2.6.7 installs .la files
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Mathematics related packages
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-10-20 22:54 UTC by François Bissey
Modified: 2021-11-23 02:34 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description François Bissey 2020-10-20 22:54:26 UTC
This causes me grief in the sage-on-gentoo overlay with sci-mathematics/giac. giac has an automagic dependency on nauty. The presence of libnauty.la causes libtool to insert -Wl,-rpath //usr/lib64 when linking libgiac. This in turns interferes with proper name resolution for blas/lapack prioritising versions in /usr/lib64 over the correct ones in /usr/lib64/$blaslapack_implementation.

Reproducible: Always
Comment 1 François Bissey 2020-10-22 06:41:13 UTC
I am preparing a PR.
Comment 2 Larry the Git Cow gentoo-dev 2021-06-16 17:50:58 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cbb51da5625ca7f522fefcfc60485bc974f9d29

commit 9cbb51da5625ca7f522fefcfc60485bc974f9d29
Author:     François Bissey <frp.bissey@gmail.com>
AuthorDate: 2020-10-22 06:43:11 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
CommitDate: 2021-06-16 17:50:55 +0000

    sci-mathematics/nauty: fix bug #750482 + port to EAPI 7
    
    Package-Manager: Portage-3.0.8, Repoman-3.0.2
    Bug: https://bugs.gentoo.org/750482
    Signed-off-by: François René Pierre Bissey <frp.bissey@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/17998
    Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>

 sci-mathematics/nauty/nauty-2.6.7-r1.ebuild | 56 +++++++++++++++++++++++++++++
 1 file changed, 56 insertions(+)