academic/DRAMPower: Fix github tarball handling.

https://slackbuilds.org/GITHUB_URLs.txt

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2022-11-25 22:50:55 +09:00 committed by Willy Sudiarto Raharjo
parent 1d832ad0ad
commit fd7d20a5ad
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 3 deletions

View file

@ -105,7 +105,7 @@ sed -i -e 's/test: all/test: $(BINARY) $(BINARY2)/' \
-e '72i $(BINARY):' -e '73i\\n$(BINARY2):' test/libdrampowertest/Makefile
sed -i '34a # Modified for slackbuilds.org at 29 Oct 2022 by William PC - Seattle (USA)' test/libdrampowertest/Makefile
cp -av $CWD/traces.zip .
cp -av $CWD/DRAMPowerTraces-$TRACES_COMMIT.zip traces.zip
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \

View file

@ -1,8 +1,10 @@
PRGNAM="DRAMPower"
VERSION="4.1"
HOMEPAGE="https://www.uni-kl.de/en/3d-dram/tools/drampower"
DOWNLOAD="https://github.com/tukl-msd/DRAMPower/archive/v4.1/DRAMPower-4.1.tar.gz https://github.com/Sv3n/DRAMPowerTraces/archive/e640d3f7ff3766cdf4a799943f81e6ffe0946fb4/traces.zip"
MD5SUM="9f93091c13c01d32f7cc22e609a8f1c3 8c3bbf7d031f531f5630e0058e22d8e3"
DOWNLOAD="https://github.com/tukl-msd/DRAMPower/archive/v4.1/DRAMPower-4.1.tar.gz \
https://github.com/Sv3n/DRAMPowerTraces/archive/e640d3f7ff3766cdf4a799943f81e6ffe0946fb4/DRAMPowerTraces-e640d3f7ff3766cdf4a799943f81e6ffe0946fb4.zip"
MD5SUM="9f93091c13c01d32f7cc22e609a8f1c3 \
8c3bbf7d031f531f5630e0058e22d8e3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="xerces-c"