Skip to content

Commit

Permalink
build/pkgs/symengine/spkg-configure.m4: Remove arb
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Dec 14, 2023
1 parent 1f97b56 commit 8c14145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/pkgs/symengine/spkg-configure.m4
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SAGE_SPKG_CONFIGURE([symengine], [
m4_pushdef(SAGE_SYMENGINE_VERSION_MAJOR, [0])
m4_pushdef(SAGE_SYMENGINE_VERSION_MINOR, [11])
SAGE_SPKG_DEPCHECK([gmp arb ecm flint mpc mpfr], [
SAGE_SPKG_DEPCHECK([gmp ecm flint mpc mpfr], [
AC_CHECK_HEADER([symengine/symengine_config.h], [], [sage_spkg_install_symengine=yes])
AC_MSG_CHECKING([whether we can link a program using symengine])
SYMENGINE_SAVED_LIBS=$LIBS
Expand Down

0 comments on commit 8c14145

Please sign in to comment.