From patchwork Wed May 29 09:35:03 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 7829 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Vq44H45F5z3wxG for ; Wed, 29 May 2024 09:35:27 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Vq44629bcz1JL; Wed, 29 May 2024 09:35:18 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Vq4460gxZz33CD; Wed, 29 May 2024 09:35:18 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Vq4424CGjz336w for ; Wed, 29 May 2024 09:35:14 +0000 (UTC) Received: from michael.haj.ipfire.org (michael.haj.ipfire.org [172.28.1.242]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "michael.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Vq4406cm0z15X; Wed, 29 May 2024 09:35:12 +0000 (UTC) Received: by michael.haj.ipfire.org (Postfix, from userid 0) id 4Vq43y09kkzTgX0; Wed, 29 May 2024 09:35:08 +0000 (UTC) From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH] vectorscan: Don't build for riscv64 Date: Wed, 29 May 2024 09:35:03 +0000 Message-Id: <20240529093503.3214558-1-michael.tremer@ipfire.org> X-Mailer: git-send-email 2.39.2 In-Reply-To: <3e6c06c3-9da0-4354-8a2f-beab0d9527a9@ipfire.org> References: <3e6c06c3-9da0-4354-8a2f-beab0d9527a9@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: CJYJIJJEJUIOFHMK25DP7KHHSALPNOGA X-Message-ID-Hash: CJYJIJJEJUIOFHMK25DP7KHHSALPNOGA X-MailFrom: root@michael.haj.ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: Michael Tremer X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: <> List-Archive: <> List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: This architecture does not seem to be support and since we don't support this as a primary architecture just yet, we will build without this package. Signed-off-by: Michael Tremer --- config/rootfiles/common/{ => aarch64}/vectorscan | 0 config/rootfiles/common/x86_64/vectorscan | 1 + lfs/vectorscan | 1 + 3 files changed, 2 insertions(+) rename config/rootfiles/common/{ => aarch64}/vectorscan (100%) create mode 120000 config/rootfiles/common/x86_64/vectorscan diff --git a/config/rootfiles/common/vectorscan b/config/rootfiles/common/aarch64/vectorscan similarity index 100% rename from config/rootfiles/common/vectorscan rename to config/rootfiles/common/aarch64/vectorscan diff --git a/config/rootfiles/common/x86_64/vectorscan b/config/rootfiles/common/x86_64/vectorscan new file mode 120000 index 000000000..d9581de70 --- /dev/null +++ b/config/rootfiles/common/x86_64/vectorscan @@ -0,0 +1 @@ +../aarch64/vectorscan \ No newline at end of file diff --git a/lfs/vectorscan b/lfs/vectorscan index 0b60e19c9..0bcc1bcf4 100644 --- a/lfs/vectorscan +++ b/lfs/vectorscan @@ -31,6 +31,7 @@ DL_FILE = $(THISAPP).tar.gz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) +SUP_ARCH = x86_64 aarch64 # The compiler uses a lot of memory to compile hyperscan, hence we reduce # the total number of processes a little bit to be able to build on