[tomsolver] Update to 1.0.1 (#42710)

This commit is contained in:
Tom Willow 2024-12-16 23:27:37 +08:00 committed by GitHub
parent 463b45aa75
commit e2fa7daf5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO tomwillow/tomsolver REPO tomwillow/tomsolver
REF "${VERSION}" REF "${VERSION}"
SHA512 332301dc8df2756818e709655f726193dd424fb04fba2e18b4264fa078120a6da9cc6a164c930a440439b1b34f7f6a8afc9263db5e8c16e6cd99391296ab0296 SHA512 00e1b961b1e6730bf74209622a44f932b5221c15995c53bcea9de5b84ba7d75549c095658bcb5729d4a38bf60104b5c5a8fa97015f13977341fcdd62643f35c2
HEAD_REF master HEAD_REF master
) )

View File

@ -1,6 +1,6 @@
{ {
"name": "tomsolver", "name": "tomsolver",
"version": "1.0.0", "version": "1.0.1",
"description": "Simplest, Well-tested, Non-linear equations solver library.", "description": "Simplest, Well-tested, Non-linear equations solver library.",
"homepage": "https://github.com/tomwillow/tomsolver", "homepage": "https://github.com/tomwillow/tomsolver",
"license": "MIT", "license": "MIT",

View File

@ -9097,7 +9097,7 @@
"port-version": 0 "port-version": 0
}, },
"tomsolver": { "tomsolver": {
"baseline": "1.0.0", "baseline": "1.0.1",
"port-version": 0 "port-version": 0
}, },
"torch-th": { "torch-th": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "2c09eb0b6940aab4fc613778fe49ac639a428194",
"version": "1.0.1",
"port-version": 0
},
{ {
"git-tree": "ca6ebeda0ee3996867907f8948cb722480696a04", "git-tree": "ca6ebeda0ee3996867907f8948cb722480696a04",
"version": "1.0.0", "version": "1.0.0",