mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 16:53:02 +08:00
[meschach] add support expression (#24230)
This commit is contained in:
parent
03de4e9edc
commit
a30b972157
@ -1,7 +1,8 @@
|
||||
{
|
||||
"name": "meschach",
|
||||
"version-string": "1.2b",
|
||||
"port-version": 4,
|
||||
"port-version": 5,
|
||||
"description": "Matrix computations in C",
|
||||
"homepage": "https://homepage.math.uiowa.edu/~dstewart/meschach"
|
||||
"homepage": "https://homepage.math.uiowa.edu/~dstewart/meschach",
|
||||
"supports": "windows & !uwp"
|
||||
}
|
||||
|
@ -709,10 +709,6 @@ mesa:x64-windows-static-md=fail
|
||||
# Missing dependent libraries.
|
||||
mesa:x64-linux=fail
|
||||
mesa:x64-osx=fail
|
||||
meschach:arm-uwp=fail
|
||||
meschach:x64-linux=fail
|
||||
meschach:x64-osx=fail
|
||||
meschach:x64-uwp=fail
|
||||
metis:arm-uwp=fail
|
||||
metis:x64-uwp=fail
|
||||
mfl:x64-linux=skip
|
||||
|
@ -4458,7 +4458,7 @@
|
||||
},
|
||||
"meschach": {
|
||||
"baseline": "1.2b",
|
||||
"port-version": 4
|
||||
"port-version": 5
|
||||
},
|
||||
"meshoptimizer": {
|
||||
"baseline": "0.16",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "e475a3306653b4ab8f50dc691dff3f7fda152b83",
|
||||
"version-string": "1.2b",
|
||||
"port-version": 5
|
||||
},
|
||||
{
|
||||
"git-tree": "11c21ca45a95bf05d74344c2518e3a9d107da566",
|
||||
"version-string": "1.2b",
|
||||
|
Loading…
Reference in New Issue
Block a user