Skip to content

Commit c0f438f

Browse files
committed
Bump msolve to 0.9.0
[ci skip]
1 parent 121d2cc commit c0f438f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

M2/cmake/build-libraries.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -485,8 +485,8 @@ endif()
485485

486486
# https://github.com/algebraic-solving/msolve
487487
ExternalProject_Add(build-msolve
488-
URL https://github.com/algebraic-solving/msolve/archive/refs/tags/v0.8.0.tar.gz
489-
URL_HASH SHA256=d84f0bdefe0e09b23721fbd3b7e2f626e3206602bd245456f4ebfab445f05eb3
488+
URL https://github.com/algebraic-solving/msolve/archive/refs/tags/v0.9.0.tar.gz
489+
URL_HASH SHA256=742e84cf4d11eeadf62002623ecb7658e5d6d8c838fcf571fac06acf44252983
490490
PREFIX libraries/msolve
491491
SOURCE_DIR libraries/msolve/build
492492
DOWNLOAD_DIR ${CMAKE_SOURCE_DIR}/BUILD/tarfiles

M2/libraries/msolve/Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
HOMEPAGE = https://msolve.lip6.fr/
2-
VERSION = 0.8.0
2+
VERSION = 0.9.0
33
URL = https://github.com/algebraic-solving/msolve/archive/refs/tags
44
TARFILE = v$(VERSION).tar.gz
55
LICENSEFILES = README.md COPYING

0 commit comments

Comments
 (0)