quantlib: enable clangarm64.

This commit is contained in:
مهدي شينون (Mehdi Chinoune) 2025-04-17 22:29:18 +01:00
parent b31879bb6f
commit 04923e67fa

View File

@ -8,7 +8,7 @@ pkgver=1.36
pkgrel=1
pkgdesc="A free/open-source library for quantitative finance. (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url="https://www.quantlib.org/"
msys2_repository_url="https://github.com/lballabio/QuantLib"
msys2_references=(
@ -50,7 +50,6 @@ build() {
-DBUILD_SHARED_LIBS=ON \
-DCMAKE_DLL_NAME_WITH_SOVERSION=ON \
-DQL_USE_STD_CLASSES=ON \
-DQL_BUILD_BENCHMARK=OFF \
-DQL_INSTALL_BENCHMARK=OFF \
-DQL_BUILD_EXAMPLES=OFF \
-DQL_INSTALL_EXAMPLES=OFF \