mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 19:25:27 +08:00
[tfhe] does not supports arm64 (#27070)
This commit is contained in:
parent
dc558404ec
commit
2f491e39b2
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "tfhe",
|
"name": "tfhe",
|
||||||
"version-semver": "1.0.1",
|
"version-semver": "1.0.1",
|
||||||
"port-version": 3,
|
"port-version": 4,
|
||||||
"description": "TFHE is open-source software distributed under the terms of the Apache 2.0 license.",
|
"description": "TFHE is open-source software distributed under the terms of the Apache 2.0 license.",
|
||||||
"homepage": "https://github.com/tfhe/tfhe",
|
"homepage": "https://github.com/tfhe/tfhe",
|
||||||
"supports": "!windows"
|
"supports": "!windows & !arm"
|
||||||
}
|
}
|
||||||
|
@ -7226,7 +7226,7 @@
|
|||||||
},
|
},
|
||||||
"tfhe": {
|
"tfhe": {
|
||||||
"baseline": "1.0.1",
|
"baseline": "1.0.1",
|
||||||
"port-version": 3
|
"port-version": 4
|
||||||
},
|
},
|
||||||
"tgbot-cpp": {
|
"tgbot-cpp": {
|
||||||
"baseline": "1.3",
|
"baseline": "1.3",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "d620d8f9d52b36f1d703a4b072f7cc51ecc10069",
|
||||||
|
"version-semver": "1.0.1",
|
||||||
|
"port-version": 4
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "657bf75ef9440b68186eeeccc1c7e3f2c55d3ec4",
|
"git-tree": "657bf75ef9440b68186eeeccc1c7e3f2c55d3ec4",
|
||||||
"version-semver": "1.0.1",
|
"version-semver": "1.0.1",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user