[symengine] Update to 0.14.0 (#49447)

This commit is contained in:
SunBlack
2026-01-15 19:41:31 +01:00
committed by GitHub
parent 675396628a
commit 2e3cfe2099
5 changed files with 10 additions and 7 deletions

View File

@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO symengine/symengine
REF 450a0277e1116ab8c52582df9c77d42f9db3092a # unreleased version with LLVM 18 support
SHA512 fb9bfe3cf6d48051b86f28c749cfdc19a2d5c1fc750f3c45c422559e9b8b9736d1cb542af5023a876640d917ad2198b24385fd085d8e20ff97e7ee660e056605
REF "v${VERSION}"
SHA512 2b6012ed65064ff81c8828032c5a3148340582274e3604db2a43797ddbaa191520ed97da41efc2e842ba4a25326f53becc51f1e98935e8c34625bc5eaac8397f
HEAD_REF master
)

View File

@@ -1,7 +1,6 @@
{
"name": "symengine",
"version": "0.11.2",
"port-version": 2,
"version": "0.14.0",
"description": "SymEngine is a fast symbolic manipulation library",
"homepage": "https://github.com/symengine/symengine",
"license": "BSD-3-Clause",

View File

@@ -1590,7 +1590,6 @@ sqlite-orm[test](uwp) = feature-fails # error LNK2019: unresolved external symbo
sqlpp11[core,mariadb,mysql] = options # can not select mariadb and mysql at the same time
sqlpp11-connector-mysql[core,mariadb,mysql] = options # can not select mariadb and mysql at the same time
suitesparse-graphblas[openmp](osx) = feature-fails # No openmp on default osx toolchain
symengine[tcmalloc](windows) = feature-fails # tcmalloc not found. See https://github.com/microsoft/vcpkg/issues/33576
tgui[sdl2] = options # At least one of the backend features must be selected: sdl2 sfml
vlfeat[openmp](osx) = feature-fails # No openmp on osx
vlpp[tools](linux) = feature-fails # See https://github.com/microsoft/vcpkg/issues/32143 (error: inconsistent begin/end types in range-based for statement)

View File

@@ -9645,8 +9645,8 @@
"port-version": 0
},
"symengine": {
"baseline": "0.11.2",
"port-version": 2
"baseline": "0.14.0",
"port-version": 0
},
"syscalls-cpp": {
"baseline": "1.1.1",

View File

@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "f625203c39fa3bade14905cbd68ed077c51e7ea3",
"version": "0.14.0",
"port-version": 0
},
{
"git-tree": "e75df0926102b86dc885b5c24a4616d4fa850e07",
"version": "0.11.2",