We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f97b56 commit 8c14145Copy full SHA for 8c14145
build/pkgs/symengine/spkg-configure.m4
@@ -1,7 +1,7 @@
1
SAGE_SPKG_CONFIGURE([symengine], [
2
m4_pushdef(SAGE_SYMENGINE_VERSION_MAJOR, [0])
3
m4_pushdef(SAGE_SYMENGINE_VERSION_MINOR, [11])
4
- SAGE_SPKG_DEPCHECK([gmp arb ecm flint mpc mpfr], [
+ SAGE_SPKG_DEPCHECK([gmp ecm flint mpc mpfr], [
5
AC_CHECK_HEADER([symengine/symengine_config.h], [], [sage_spkg_install_symengine=yes])
6
AC_MSG_CHECKING([whether we can link a program using symengine])
7
SYMENGINE_SAVED_LIBS=$LIBS
0 commit comments