index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | blacklist/pentium4/deno | 1 | ||||
-rw-r--r-- | blacklist/pentium4/electron/electron33 | 1 | ||||
-rw-r--r-- | blacklist/pentium4/python-onnx/python-onnx (renamed from blacklist/pentium4/python-onnx) | 0 | ||||
-rw-r--r-- | blacklist/pentium4/python-onnx/python-onnxruntime (renamed from blacklist/pentium4/python-onnxruntime) | 0 | ||||
-rw-r--r-- | blacklist/pentium4/python-onnx/python-onnxruntime-opt (renamed from blacklist/pentium4/python-onnxruntime-opt) | 0 | ||||
-rw-r--r-- | blacklist/pentium4/python-onnx/python-onnxruntime-opt-rocm (renamed from blacklist/pentium4/python-onnxruntime-opt-rocm) | 0 | ||||
-rw-r--r-- | core/archlinux32-keyring/PKGBUILD | 11 | ||||
-rw-r--r-- | extra/libpgm/PKGBUILD | 4 | ||||
-rw-r--r-- | extra/libwpe/PKGBUILD | 21 | ||||
-rw-r--r-- | extra/openmpi4/PKGBUILD | 5 |
diff --git a/blacklist/pentium4/deno b/blacklist/pentium4/deno new file mode 100644 index 00000000..cd11b2ed --- /dev/null +++ b/blacklist/pentium4/deno @@ -0,0 +1 @@ +doesn't build diff --git a/blacklist/pentium4/electron/electron33 b/blacklist/pentium4/electron/electron33 new file mode 100644 index 00000000..78bf1a60 --- /dev/null +++ b/blacklist/pentium4/electron/electron33 @@ -0,0 +1 @@ +see above diff --git a/blacklist/pentium4/python-onnx b/blacklist/pentium4/python-onnx/python-onnx index 8fd76560..8fd76560 100644 --- a/blacklist/pentium4/python-onnx +++ b/blacklist/pentium4/python-onnx/python-onnx diff --git a/blacklist/pentium4/python-onnxruntime b/blacklist/pentium4/python-onnx/python-onnxruntime index fc41a4cd..fc41a4cd 100644 --- a/blacklist/pentium4/python-onnxruntime +++ b/blacklist/pentium4/python-onnx/python-onnxruntime diff --git a/blacklist/pentium4/python-onnxruntime-opt b/blacklist/pentium4/python-onnx/python-onnxruntime-opt index fc41a4cd..fc41a4cd 100644 --- a/blacklist/pentium4/python-onnxruntime-opt +++ b/blacklist/pentium4/python-onnx/python-onnxruntime-opt diff --git a/blacklist/pentium4/python-onnxruntime-opt-rocm b/blacklist/pentium4/python-onnx/python-onnxruntime-opt-rocm index fc41a4cd..fc41a4cd 100644 --- a/blacklist/pentium4/python-onnxruntime-opt-rocm +++ b/blacklist/pentium4/python-onnx/python-onnxruntime-opt-rocm diff --git a/core/archlinux32-keyring/PKGBUILD b/core/archlinux32-keyring/PKGBUILD index 0f3d38a4..840a79e6 100644 --- a/core/archlinux32-keyring/PKGBUILD +++ b/core/archlinux32-keyring/PKGBUILD @@ -1,8 +1,7 @@ # Maintainer: Erich Eckner <deep42thought@archlinux32.org> pkgname=archlinux32-keyring -pkgver='20240131' -_pkgver='20240131-1-g00da5c3' -pkgrel='5' +pkgver='20240924' +pkgrel='1' pkgdesc='Arch Linux 32 PGP keyring' arch=('any') url='https://archlinux32.org' @@ -10,13 +9,13 @@ license=('GPL') install="${pkgname}.install" conflicts=('archlinux32-keyring-transition') replaces=('archlinux32-keyring-transition') -source=("https://sources.archlinux32.org/sources/${pkgname}-v${_pkgver}.tar.gz"{,.sig}) -sha256sums=('b64db02d172ec9fa93e9e0f17dc2eca422656a18f549ae4abf2aff98fa44f0e2' +source=("https://sources.archlinux32.org/sources/${pkgname}-v${pkgver}.tar.gz"{,.sig}) +sha512sums=('a1b16e4cf43b5f5cfea2184d55c1d19ccd6398d224a09c36bbd29d36a6685eb8a18035c76b33b6363850cfb7243d484f537c661c8f3a6bbfb68ab1bbeb8a94a9' 'SKIP') validpgpkeys=('33CA3597B0D161AAE4173F65C17F1214114574A4') # obtain from https://archlinux32.org/keys.php package() { - cd "${srcdir}/${pkgname}-v${_pkgver}" + cd "${srcdir}/${pkgname}-v${pkgver}" make PREFIX=/usr DESTDIR=${pkgdir} install } diff --git a/extra/libpgm/PKGBUILD b/extra/libpgm/PKGBUILD index af490aa7..dbb0fa1d 100644 --- a/extra/libpgm/PKGBUILD +++ b/extra/libpgm/PKGBUILD @@ -2,3 +2,7 @@ # checksum.c:952:34: warning: implicit declaration of function '_mm_cvtm64_si64'; did you mean '_mm_cvtsi64_si32'? [-Wimplicit-function-declaration] makedepends+=('clang') eval "$(declare -f build | sed 's@./configure@CC=clang ./configure@')" + +if [ "$CARCH" = 'i486' ]; then + makedepends+=(llvm14-libs) +fi diff --git a/extra/libwpe/PKGBUILD b/extra/libwpe/PKGBUILD index 1623a33f..daa08457 100644 --- a/extra/libwpe/PKGBUILD +++ b/extra/libwpe/PKGBUILD @@ -2,3 +2,24 @@ if [ "$CARCH" = 'i486' ]; then makedepends+=(libglvnd) fi + +# no available currently +makedepends=(${makedepends[@]//hotdoc/}) +eval "$( + declare -f build | \ + sed ' + s/-D build-docs=true//g + ' +)" +eval "$( + declare -f package_libwpe | \ + sed ' + /doc/d + ' +)" +eval "$( + declare -f package_libwpe-docs | \ + sed ' + /mv doc/d + ' +)" diff --git a/extra/openmpi4/PKGBUILD b/extra/openmpi4/PKGBUILD index 54368e0d..295cc9a6 100644 --- a/extra/openmpi4/PKGBUILD +++ b/extra/openmpi4/PKGBUILD @@ -108,3 +108,8 @@ eval "$( configure_options=(${configure_options[@]//--with-cuda=\\/opt\\/cuda}) ' )" + +# new tests break happilly on 32-bit and with newer gccs +unset check +unset checkdepends + |