commit:     0f2b36902f30654836b94b2bfc3749e87ec58bab
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  3 14:48:49 2026 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sat Jan  3 15:20:03 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f2b3690

sci-mathematics/highs: remove unused METIS_ROOT param

I ultimately patched this out, but forgot to drop it from the cmake
args.

Bug: https://bugs.gentoo.org/968298
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 sci-mathematics/highs/highs-1.12.0.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sci-mathematics/highs/highs-1.12.0.ebuild 
b/sci-mathematics/highs/highs-1.12.0.ebuild
index bf3d77ac51fa..a28843dd7dc1 100644
--- a/sci-mathematics/highs/highs-1.12.0.ebuild
+++ b/sci-mathematics/highs/highs-1.12.0.ebuild
@@ -85,7 +85,6 @@ src_configure() {
                -DHIGHS_NO_DEFAULT_THREADS=$(usex threads OFF ON)
                -DHIGHSINT64=$(usex index64)
                -DHIPO=$(usex hipo)
-               -DMETIS_ROOT="${EPREFIX}/usr"
                -DPYTHON_BUILD_SETUP=OFF
                -DUSE_DOTNET_STD_21=OFF
                -DZLIB=$(usex zlib)

Reply via email to