Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Oct 2020 15:26:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 250627] math/py-matplotlib: does not build on 11.4 - llvm linker needed?
Message-ID:  <bug-250627-7788-QgPjdcCE0y@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-250627-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-250627-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D250627

--- Comment #6 from Fernando Apestegu=C3=ADa <fernape@FreeBSD.org> ---
(In reply to Bengt Ahlgren from comment #5)
Unfortunately I don't have any non-LLVM machines to test this.

games/stockfish does not have the conditional LDFLAGS but graphics/blender =
does
have something like that:

# Use LLVM linker where available
.if exists(/usr/bin/ld.lld) && (${/usr/bin/ld:L:tA} !=3D /usr/bin/ld.lld)
LDFLAGS+=3D       -fuse-ld=3Dlld
.endif

so I suppose the later is the way to go.

I will try to find someone to test this on non-llvm archs.

Thanks for pointing this out.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-250627-7788-QgPjdcCE0y>