Skip to content

Commit

Permalink
Merge pull request #2320 from mariux64/fix-srcurl-nbench
Browse files Browse the repository at this point in the history
nbench-byte: fix SRCURL
  • Loading branch information
wwwutz authored Sep 20, 2021
2 parents 7470aee + a4f094d commit fc4256f
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions nbench-byte.be0
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
#!/usr/bin/env beesh

# BEE_VERSION nbench-byte-2.2.3-2
# BEE_VERSION nbench-byte-2.2.3-3

# more info: https://www.math.utah.edu/~mayer/linux/bmark.html

SRCURL[0]="http://www.math.utah.edu/~mayer/linux/nbench-byte-${PKGVERSION}.tar.gz"
# SRCURL[0]="http://www.math.utah.edu/~mayer/linux/nbench-byte-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/285dfab361080759d477ea1fe7d3093a/nbench-byte-2.2.3.tar.gz"

PATCHURL+=(/src/mariux/patches/nbench-byte-2.2.3-fix-cflags.patch)
PATCHURL+=(/src/mariux/patches/nbench-byte-2.2.3-fix-parallel-make.patch)
PATCHURL+=(/src/mariux/patches/nbench-byte-2.2.3-fix-dat-path.patch)
#PATCHURL+=(/src/mariux/patches/nbench-byte-2.2.3-fix-cflags.patch)
#PATCHURL+=(/src/mariux/patches/nbench-byte-2.2.3-fix-parallel-make.patch)
#PATCHURL+=(/src/mariux/patches/nbench-byte-2.2.3-fix-dat-path.patch)
PATCHURL+=("https://beehive.molgen.mpg.de/5814e5bbee96c898a48f0770f8ae0482/nbench.patch")

# build_in_sourcedir

Expand Down

0 comments on commit fc4256f

Please sign in to comment.