Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jan 2025 17:52:34 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 283013] [exp-run] update LLVM_DEFAULT to 18
Message-ID:  <bug-283013-7788-sL6ZXyunFA@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-283013-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-283013-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=3D283013

--- Comment #12 from Dimitry Andric <dim@FreeBSD.org> ---
(In reply to Dimitry Andric from comment #11)
Note, for math/heyoka I had to apply a fix for llvm18 and higher, which use=
 1
for their minor version numbers, while llvm17 and earlier use 0.

CMake's find_package() needs the minor version number set correctly, otherw=
ise
it will not be able to find the LLVM package. This could possibly also appl=
y to
other ports that use LLVM via other mechanisms.

Maybe at some point there should be a structural solution, i.e. in
Mk/Uses/cmake.mk and Mk/Uses/llvm.mk.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



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