New package: arb-2.20.0
This commit is contained in:
parent
9337068d3a
commit
20bbe10269
3 changed files with 30 additions and 0 deletions
|
@ -3987,6 +3987,7 @@ libgtkdatabox.so.1 gtkdatabox3-1.0.0_1
|
||||||
libgf2x.so.3 gf2x-1.3.0_1
|
libgf2x.so.3 gf2x-1.3.0_1
|
||||||
libntl.so.44 ntl-11.5.1_1
|
libntl.so.44 ntl-11.5.1_1
|
||||||
libflint.so.16 flintlib-2.8.0_1
|
libflint.so.16 flintlib-2.8.0_1
|
||||||
|
libarb.so.2 arb-2.20.0_1
|
||||||
libwayland-client++.so.0 libwaylandpp-0.2.8_1
|
libwayland-client++.so.0 libwaylandpp-0.2.8_1
|
||||||
libwayland-cursor++.so.0 libwaylandpp-0.2.8_1
|
libwayland-cursor++.so.0 libwaylandpp-0.2.8_1
|
||||||
libwayland-egl++.so.0 libwaylandpp-0.2.8_1
|
libwayland-egl++.so.0 libwaylandpp-0.2.8_1
|
||||||
|
|
1
srcpkgs/arb-devel
Symbolic link
1
srcpkgs/arb-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
arb
|
28
srcpkgs/arb/template
Normal file
28
srcpkgs/arb/template
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# Template file for 'arb'
|
||||||
|
pkgname=arb
|
||||||
|
version=2.20.0
|
||||||
|
revision=1
|
||||||
|
build_style=configure
|
||||||
|
configure_args="--prefix=/usr --with-gmp=/usr --with-mpfr=/usr --with-flint=/usr"
|
||||||
|
makedepends="flintlib-devel"
|
||||||
|
short_desc="C library for arbitrary-precision interval arithmetic"
|
||||||
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||||
|
license="LGPL-2.1-or-later"
|
||||||
|
homepage="https://arblib.org"
|
||||||
|
distfiles="https://github.com/fredrik-johansson/arb/archive/${version}.tar.gz"
|
||||||
|
checksum=d2f186b10590c622c11d1ca190c01c3da08bac9bc04e84cb591534b917faffe7
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||||
|
# on glibc this would give a conflict with function fdiv()
|
||||||
|
CFLAGS="-D_GNU_SOURCE" # needed for cpu_set_t
|
||||||
|
fi
|
||||||
|
|
||||||
|
arb-devel_package() {
|
||||||
|
depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
|
||||||
|
short_desc+=" - development files"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove "usr/lib/*.a"
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue