Skip to content

Commit

Permalink
nbench-byte: fix SRCURL
Browse files Browse the repository at this point in the history
- fixed SRCURL
- still has parallel build issues
  • Loading branch information
wwwutz committed Sep 19, 2021
1 parent 066a35b commit a4f094d
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 a4f094d

Please sign in to comment.