matio, disable gcc2, set CMAKE_INSTALL_BINDIR (#10287)

no need for revbumping, 64bit is fine
This commit is contained in:
Schrijvers Luc
2024-04-01 21:12:12 +02:00
committed by GitHub
parent f9756d4ba6
commit 7b394f107f

View File

@@ -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
}