From 2f491e39b20e0fa3b36ff35bde04f5d9c09dfdb4 Mon Sep 17 00:00:00 2001 From: autoantwort <41973254+autoantwort@users.noreply.github.com> Date: Mon, 3 Oct 2022 22:59:08 +0200 Subject: [PATCH] [tfhe] does not supports arm64 (#27070) --- ports/tfhe/vcpkg.json | 4 ++-- versions/baseline.json | 2 +- versions/t-/tfhe.json | 5 +++++ 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ports/tfhe/vcpkg.json b/ports/tfhe/vcpkg.json index 9749d5d1c1..2053bc996c 100644 --- a/ports/tfhe/vcpkg.json +++ b/ports/tfhe/vcpkg.json @@ -1,8 +1,8 @@ { "name": "tfhe", "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.", "homepage": "https://github.com/tfhe/tfhe", - "supports": "!windows" + "supports": "!windows & !arm" } diff --git a/versions/baseline.json b/versions/baseline.json index 24cb8973f7..759e8a15fd 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -7226,7 +7226,7 @@ }, "tfhe": { "baseline": "1.0.1", - "port-version": 3 + "port-version": 4 }, "tgbot-cpp": { "baseline": "1.3", diff --git a/versions/t-/tfhe.json b/versions/t-/tfhe.json index dd960cfc1f..6e46314f9d 100644 --- a/versions/t-/tfhe.json +++ b/versions/t-/tfhe.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "d620d8f9d52b36f1d703a4b072f7cc51ecc10069", + "version-semver": "1.0.1", + "port-version": 4 + }, { "git-tree": "657bf75ef9440b68186eeeccc1c7e3f2c55d3ec4", "version-semver": "1.0.1",