Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Symengine 0.11.2 #36847

Merged
merged 13 commits into from
Dec 19, 2023
7 changes: 4 additions & 3 deletions build/pkgs/symengine/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
tarball=symengine-VERSION.tar.gz
sha1=a2c8957f2099c9199751b165f107bf93d6823818
md5=fe3c3fee1bd8dfdb9576fc2d28cb1076
cksum=3544211225
sha1=2dfee07108509963f3dbe3d9cad9de76d85e551f
md5=4074f3c76570bdc2ae9914edafa29eb6
cksum=3782541135
upstream_url=https://github.com/symengine/symengine/releases/download/vVERSION/symengine-VERSION.tar.gz

2 changes: 1 addition & 1 deletion build/pkgs/symengine/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.1
0.11.2
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
Loading