Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
build/pkgs/arb: Update to 2.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Jun 14, 2020
1 parent e2dcdee commit f9be33a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion build/bin/sage-system-python
Expand Up @@ -20,7 +20,7 @@ fi
#
# See https://trac.sagemath.org/ticket/29090

PYTHONS="python3 python3.8 python3.7 python2.7 python python3.6 python2"
PYTHONS="python2 python3 python3.8 python3.7 python2.7 python python3.6 python2"
for PY in $PYTHONS; do
PYTHON="$(PATH="$SAGE_ORIG_PATH" command -v $PY)"
if [[ -n "$PYTHON" ]]; then
Expand Down
7 changes: 4 additions & 3 deletions build/pkgs/arb/checksums.ini
@@ -1,4 +1,5 @@
tarball=arb-VERSION.tar.gz
sha1=cdbb3d63034a39f22f850def9bd365f7073f620a
md5=17816f8aa027a5e7fb8b5e62b2b40ce4
cksum=577630044
sha1=2413945982b8da63f51750d1f18ac801af4ed42f
md5=0fa2bf5c384183fb6c8a6ad353200d34
cksum=2778782461
upstream_url=https://github.com/fredrik-johansson/arb/archive/VERSION.tar.gz
2 changes: 1 addition & 1 deletion build/pkgs/arb/package-version.txt
@@ -1 +1 @@
2.16.0.p0
2.18.0
4 changes: 0 additions & 4 deletions build/pkgs/arb/spkg-install.in
@@ -1,9 +1,5 @@
cd src

# The git head of arb now honors LDFLAGS; The following workaround can
# be removed in arb >= 2.8 when it is released
export EXTRA_SHARED_FLAGS=$LDFLAGS

# Trac #29607: We must always supply --with-gmp, --with-mpfr,
# --with-flint because otherwise ARB's configure script uses
# /usr/local, which is always wrong.
Expand Down

0 comments on commit f9be33a

Please sign in to comment.