Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
e-antic
Commits:
bf571b47 by Antonio Rojas at 2023-12-05T09:24:20+01:00
Switch back to bundled catch2
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -11,8 +11,7 @@ depends=(flint
gcc-libs
glibc
gmp)
-makedepends=(boost
- catch2)
+makedepends=(boost)
source=(https://github.com/flatsurf/e-antic/releases/download/$pkgver/$pkgname-$pkgver.tar.gz
flint-3.patch)
sha256sums=('ae12cb87f09478f49c4acdf0f3ff888dc556267614c0a5a3bc8bfaa41b22deef'
@@ -20,9 +19,6 @@
sha256sums=('ae12cb87f09478f49c4acdf0f3ff888dc556267614c0a5a3bc8bfaa41b22deef'
prepare() {
cd $pkgname-$pkgver
-# Unbundle catch2 to fix build with glibc 2.35
- rm -r libeantic/test/external/catch2/single_include/catch2
- ln -s /usr/include/catch2 libeantic/test/external/catch2/single_include
# Fix build with flint 3
patch -p1 -i ../flint-3.patch
autoreconf -if
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/e-antic/-/commit/bf571b47f6b7fe9e6a10b0c94a1b65c2e8de09c8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/e-antic/-/commit/bf571b47f6b7fe9e6a10b0c94a1b65c2e8de09c8
You're receiving this email because of your account on gitlab.archlinux.org.