summaryrefslogtreecommitdiffstats
path: root/academic/SimEng
diff options
context:
space:
mode:
Diffstat (limited to 'academic/SimEng')
-rw-r--r--academic/SimEng/SimEng.SlackBuild4
-rw-r--r--academic/SimEng/SimEng.info8
2 files changed, 8 insertions, 4 deletions
diff --git a/academic/SimEng/SimEng.SlackBuild b/academic/SimEng/SimEng.SlackBuild
index aef696ee19..fc7a9d8832 100644
--- a/academic/SimEng/SimEng.SlackBuild
+++ b/academic/SimEng/SimEng.SlackBuild
@@ -31,7 +31,7 @@ BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
-YAMLCPP_VERSION=0.7.0
+YAMLCPP_VERSION=yaml-cpp-0.7.0
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -93,7 +93,7 @@ cd build
# unpack dependences
mkdir -p _deps/{capstone-lib,yaml-cpp}-src
-tar xvf $CWD/capstone-src.tar.gz -C _deps/capstone-lib-src --strip-components 1
+tar xvf $CWD/capstone-Armv9.2-update.tar.gz -C _deps/capstone-lib-src --strip-components 1
tar xvf $CWD/yaml-cpp-$YAMLCPP_VERSION.tar.gz -C _deps/yaml-cpp-src --strip-components 1
cmake \
diff --git a/academic/SimEng/SimEng.info b/academic/SimEng/SimEng.info
index 6579e02d93..6b132fdca2 100644
--- a/academic/SimEng/SimEng.info
+++ b/academic/SimEng/SimEng.info
@@ -1,8 +1,12 @@
PRGNAM="SimEng"
VERSION="0.9.4"
HOMEPAGE="https://uob-hpc.github.io/SimEng"
-DOWNLOAD="https://github.com/UoB-HPC/SimEng/archive/0.9.4/SimEng-0.9.4.tar.gz https://github.com/UoB-HPC/capstone/archive/Armv9.2-update/capstone-src.tar.gz https://github.com/jbeder/yaml-cpp/archive/refs/tags/yaml-cpp-0.7.0.tar.gz"
-MD5SUM="2f249f7b38cc716cb13f1a5b41555b92 c837da9aad754299d9ee62007f428e76 74d646a3cc1b5d519829441db96744f0"
+DOWNLOAD="https://github.com/UoB-HPC/SimEng/archive/0.9.4/SimEng-0.9.4.tar.gz \
+ https://github.com/UoB-HPC/capstone/archive/Armv9.2-update/capstone-Armv9.2-update.tar.gz \
+ https://github.com/jbeder/yaml-cpp/archive/yaml-cpp-0.7.0/yaml-cpp-yaml-cpp-0.7.0.tar.gz"
+MD5SUM="2f249f7b38cc716cb13f1a5b41555b92 \
+ c837da9aad754299d9ee62007f428e76 \
+ 74d646a3cc1b5d519829441db96744f0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""