Skip to content

Commit 84a1cfd

Browse files
committed
Bump msolve to v0.9.2
[ci skip]
1 parent 7465539 commit 84a1cfd

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
@@ -486,8 +486,8 @@ endif()
486486

487487
# https://github.com/algebraic-solving/msolve
488488
ExternalProject_Add(build-msolve
489-
URL https://github.com/algebraic-solving/msolve/archive/refs/tags/v0.9.1.tar.gz
490-
URL_HASH SHA256=65e5108fa9ef0628c57c3d74737b27582f8deb49a716fbec39d40f4faeb76d4f
489+
URL https://github.com/algebraic-solving/msolve/archive/refs/tags/v0.9.2.tar.gz
490+
URL_HASH SHA256=9ba8b290fee048e49615015c43a7a1f2c05ac7e7fb277a964105d51c082f7d9f
491491
PREFIX libraries/msolve
492492
SOURCE_DIR libraries/msolve/build
493493
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.9.1
2+
VERSION = 0.9.2
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)