aboutsummaryrefslogtreecommitdiff
path: root/development/ispc
diff options
context:
space:
mode:
Diffstat (limited to 'development/ispc')
-rw-r--r--development/ispc/ispc.SlackBuild6
-rw-r--r--development/ispc/ispc.info8
2 files changed, 10 insertions, 4 deletions
diff --git a/development/ispc/ispc.SlackBuild b/development/ispc/ispc.SlackBuild
index 7f7be60553da..22874061f550 100644
--- a/development/ispc/ispc.SlackBuild
+++ b/development/ispc/ispc.SlackBuild
@@ -44,6 +44,12 @@ if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
exit 0
fi
+# upstream only support x86_64 (and armv7/aarch64)
+if [ "$ARCH" != "x86_64" ]; then
+ echo "$ARCH architecture is unsupported." >&2
+ exit 1
+fi
+
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
diff --git a/development/ispc/ispc.info b/development/ispc/ispc.info
index cc0f17acc4cb..8bda9c51de52 100644
--- a/development/ispc/ispc.info
+++ b/development/ispc/ispc.info
@@ -1,10 +1,10 @@
PRGNAM="ispc"
VERSION="1.23.0"
HOMEPAGE="https://github.com/ispc/ispc/"
-DOWNLOAD="https://github.com/ispc/ispc/archive/v1.23.0/ispc-1.23.0.tar.gz"
-MD5SUM="df8a17f493c9b64d64617e588ba81ba9"
-DOWNLOAD_x86_64=""
-MD5SUM_x86_64=""
+DOWNLOAD="UNSUPPORTED"
+MD5SUM=""
+DOWNLOAD_x86_64="https://github.com/ispc/ispc/archive/v1.23.0/ispc-1.23.0.tar.gz"
+MD5SUM_x86_64="df8a17f493c9b64d64617e588ba81ba9"
REQUIRES="tbb"
MAINTAINER="Lockywolf"
EMAIL="for_sbo.ispc_2024-03-02@lockywolf.net"