Enabled aarch64 builds
This commit is contained in:
@@ -7,7 +7,7 @@ pkgver=11.2.3
|
||||
pkgrel=1
|
||||
pkgdesc="C++ linear algebra library (mingw-w64)"
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
||||
url="https://arma.sourceforge.io/"
|
||||
license=(spdx:Apache-2.0)
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"
|
||||
|
||||
11
mingw-w64-armadillo/armadillo-CLANGARM64.install
Normal file
11
mingw-w64-armadillo/armadillo-CLANGARM64.install
Normal file
@@ -0,0 +1,11 @@
|
||||
post_install() {
|
||||
local _prefix="/clangarm64"
|
||||
local _prefix_win="$(cygpath -m "${_prefix}")"
|
||||
sed -s "s|${_prefix}|${_prefix_win}|g" -i "${_prefix}/share/Armadillo/CMake/"*.cmake
|
||||
# Add installers local installation path
|
||||
sed -s "s|${_prefix}|${_prefix_win}|g" -i "${_prefix}/include/armadillo_bits/config.hpp"
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install
|
||||
}
|
||||
Reference in New Issue
Block a user