From 7b394f107fabb4736a6a9cfa3f8ec2eef23dcc87 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Mon, 1 Apr 2024 21:12:12 +0200 Subject: [PATCH] matio, disable gcc2, set CMAKE_INSTALL_BINDIR (#10287) no need for revbumping, 64bit is fine --- sci-libs/matio/matio-1.5.26.recipe | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sci-libs/matio/matio-1.5.26.recipe b/sci-libs/matio/matio-1.5.26.recipe index a52b69487..f3bc7c5e9 100644 --- a/sci-libs/matio/matio-1.5.26.recipe +++ b/sci-libs/matio/matio-1.5.26.recipe @@ -10,7 +10,7 @@ REVISION="1" SOURCE_URI="https://sourceforge.net/projects/matio/files/matio/$portVersion/matio-$portVersion.tar.xz" CHECKSUM_SHA256="06352c6a34b2e001b5bd5e748cc405683c88ec71b1098dcf3561a4859c33f44f" -ARCHITECTURES="all x86_gcc2" +ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" commandSuffix=$secondaryArchSuffix @@ -60,7 +60,8 @@ defineDebugInfoPackage matio$secondaryArchSuffix \ BUILD() { cmake -Bbuild -S. -DCMAKE_BUILD_TYPE=Release \ - $cmakeDirArgs + $cmakeDirArgs \ + -DCMAKE_INSTALL_BINDIR=$commandBinDir make -Cbuild $jobArgs }