mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-lang/julia-bin: Do not install bundled libstdc++
It's older than the system one (at least for llvm-20), which makes linking of all packages fail... Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
@@ -85,6 +85,9 @@ src_install() {
|
||||
doexe ./julia-*/bin/julia
|
||||
dosym "../$(get_libdir)/${MY_P}/bin/julia" "/usr/bin/julia${PV}"
|
||||
else
|
||||
einfo "Removing bundled libstdc++"
|
||||
rm -v ./lib/julia/libstdc++*
|
||||
|
||||
doins -r ./etc
|
||||
doins -r ./include
|
||||
doins -r ./lib
|
||||
Reference in New Issue
Block a user