*/*: initial aarch64 port
This commit is contained in:
parent
bcd2ed707d
commit
71db2e35c9
10 changed files with 17 additions and 9 deletions
|
@ -32,5 +32,5 @@ package() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
90649d6c7ac10edc6b50e9bfba54d5df472c0621768886fcdb039874152dbd2a72c1a23f38a5e25e4983f16f49546039eca2b79b9386f261b3c5d31a93c439f5 electron_tasje-0.5.7.tar.gz
|
||||
0fc47c25294a284ffcc9fc2440ac383c1b0796c75db9ee12902fc2614271bbb9a4abb9e42d2fa8d1ac5ff804acd251378b35d1b9aa4a00e2e9b927fa5c12c50c electron_tasje-0.5.7.tar.gz
|
||||
"
|
||||
|
|
|
@ -11,7 +11,7 @@ makedepends="cmake hdf5-dev swig python3-dev samurai"
|
|||
options="!check" #test suite is nonfunctional with python bindings
|
||||
subpackages="$pkgname-dev $pkgname-doc $pkgname-python-pyc $pkgname-python:_py"
|
||||
source="
|
||||
https://files.salome-platform.org/Salome/other/med-$pkgver.tar.gz
|
||||
https://ftp.kaist.ac.kr/macports/distfiles/libmed/med-$pkgver.tar.gz
|
||||
hdf5.patch
|
||||
cmake-config-dir.patch
|
||||
"
|
||||
|
|
|
@ -33,6 +33,8 @@ source="https://github.com/encode/uvicorn/archive/$pkgver/uvicorn-$pkgver.tar.gz
|
|||
case "$CARCH" in
|
||||
# test suite blocked by py3-httpx
|
||||
armhf|ppc64le) options="!check" ;;
|
||||
# test failures
|
||||
aarch64) options="!check" ;;
|
||||
esac
|
||||
|
||||
build() {
|
||||
|
|
|
@ -65,7 +65,8 @@ _pkgver_macro=${pkgver%.*}
|
|||
_pkgver_prior=${pkgver%.*.*}
|
||||
_pkgver_name=${_pkgver_macro//[.0]}
|
||||
pkgdesc="The .NET $_pkgver_macro bootstrap"
|
||||
arch="x86_64 aarch64 armv7 s390x"
|
||||
# aarch64: build failure
|
||||
arch="x86_64 armv7 s390x"
|
||||
url=https://dotnet.microsoft.com
|
||||
license="MIT"
|
||||
# hack for dotnetx-build to be able to pull itself for bootstrapping
|
||||
|
|
|
@ -44,7 +44,8 @@ _pkgver_macro=${pkgver%.*}
|
|||
_pkgver_name=${_pkgver_macro//[.0]}
|
||||
_bldver_ver=${_bldver%%-*}
|
||||
pkgdesc="The .NET $_pkgver_macro Core runtime"
|
||||
arch="x86_64 aarch64 armv7 s390x"
|
||||
# aarch64 failure
|
||||
arch="x86_64 armv7 s390x"
|
||||
url="https://dotnet.microsoft.com/"
|
||||
license="MIT"
|
||||
depends="
|
||||
|
|
|
@ -52,7 +52,8 @@ pkgdesc="The .NET $_pkgver_macro bootstrap"
|
|||
# x86: blocked by https://github.com/dotnet/runtime/issues/77667
|
||||
# armhf: blocked by https://github.com/dotnet/runtime/issues/77663
|
||||
# riscv64: port WIP https://github.com/dotnet/runtime/issues/36748
|
||||
arch="all !x86 !armhf !riscv64"
|
||||
# aarch64: build failure
|
||||
arch="all !x86 !armhf !riscv64 !aarch64"
|
||||
url=https://dotnet.microsoft.com
|
||||
license="MIT"
|
||||
# hack for dotnetx-build to be able to pull itself for bootstrapping
|
||||
|
|
|
@ -39,7 +39,8 @@ pkgdesc="The .NET $_pkgver_macro Core runtime"
|
|||
# x86: blocked by https://github.com/dotnet/runtime/issues/77667
|
||||
# armhf: blocked by https://github.com/dotnet/runtime/issues/77663
|
||||
# riscv64: port WIP https://github.com/dotnet/runtime/issues/36748
|
||||
arch="all !x86 !armhf !riscv64"
|
||||
# aarch64 build failure
|
||||
arch="all !x86 !armhf !riscv64 !aarch64"
|
||||
url=https://dotnet.microsoft.com
|
||||
license="MIT"
|
||||
depends="
|
||||
|
|
|
@ -9,13 +9,13 @@ arch="noarch"
|
|||
url="https://www.bartbusschots.ie/s/publications/software/xkpasswd/"
|
||||
license="BSD-2-Clause"
|
||||
# perl-email-valid
|
||||
# perl-math-random-secure
|
||||
depends="
|
||||
perl
|
||||
perl-clone
|
||||
perl-datetime
|
||||
perl-data-entropy
|
||||
perl-lwp-useragent-determined
|
||||
perl-math-random-secure
|
||||
perl-mozilla-ca
|
||||
perl-uri
|
||||
perl-file-homedir
|
||||
|
|
|
@ -10,7 +10,8 @@ pkgdesc="Firefox web browser - Extended Support Release"
|
|||
url="https://www.mozilla.org/en-US/firefox/organizations/"
|
||||
# s390x and riscv64: blocked by rust and cargo
|
||||
# armhf: build failure on armhf due to wasm
|
||||
arch="x86_64 armv7 aarch64 x86 ppc64le"
|
||||
# aarch64: build failure
|
||||
arch="x86_64 armv7 !aarch64 x86 ppc64le"
|
||||
license="GPL-3.0-only AND LGPL-2.1-only AND LGPL-3.0-only AND MPL-2.0"
|
||||
install="$pkgname.post-upgrade"
|
||||
depends="
|
||||
|
|
|
@ -6,7 +6,8 @@ pkgver=3.2.1
|
|||
pkgrel=0
|
||||
pkgdesc="A modern editor for Doom-engine based games and source ports"
|
||||
url="http://slade.mancubus.net/"
|
||||
arch="all"
|
||||
# build failure on aarch64
|
||||
arch="all !aarch64"
|
||||
license="GPL-2.0-or-later"
|
||||
makedepends="
|
||||
cmake
|
||||
|
|
Loading…
Reference in a new issue