From: Michael Tremer <michael.tremer@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] vectorscan: Don't build for riscv64
Date: Wed, 29 May 2024 09:35:03 +0000 [thread overview]
Message-ID: <20240529093503.3214558-1-michael.tremer@ipfire.org> (raw)
In-Reply-To: <3e6c06c3-9da0-4354-8a2f-beab0d9527a9@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 1529 bytes --]
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 <michael.tremer(a)ipfire.org>
---
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
--
2.39.2
prev parent reply other threads:[~2024-05-29 9:35 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-14 10:39 [PATCH 1/2] vectorscan: Install vectorscan to replace hypersan Adolf Belka
2024-05-14 10:39 ` [PATCH 2/2] hyperscan: Remove from IPFire Adolf Belka
2024-05-14 15:18 ` Michael Tremer
2024-05-14 15:17 ` [PATCH 1/2] vectorscan: Install vectorscan to replace hypersan Michael Tremer
2024-05-29 9:03 ` Michael Tremer
2024-05-29 9:23 ` Adolf Belka
2024-05-29 9:35 ` Michael Tremer [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240529093503.3214558-1-michael.tremer@ipfire.org \
--to=michael.tremer@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox