Skip to content

Commit

Permalink
Merge pull request #1756 from mariux64/fix-doxygen-parallel-build
Browse files Browse the repository at this point in the history
doxygen: fix parallel build failure
  • Loading branch information
wwwutz authored Mar 3, 2020
2 parents 963b36a + d25bd46 commit 153952f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions doxygen.be0
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
#!/usr/bin/env beesh

# BEE_VERSION doxygen-1.8.17-0
# BEE_VERSION doxygen-1.8.17-1

# more info: http://www.doxygen.nl/index.html

SRCURL[0]="http://doxygen.nl/files/doxygen-${PKGVERSION}.src.tar.gz"
#SRCURL[0]="http://doxygen.nl/files/doxygen-${PKGVERSION}.src.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/7997a15c73a8bd6d003eaba5c2ee2b47/doxygen-1.8.17.src.tar.gz"

# PATCHURL+=()

Expand All @@ -24,9 +25,9 @@ SRCURL[0]="http://doxygen.nl/files/doxygen-${PKGVERSION}.src.tar.gz"
# bee_configure
#}

#mee_build() {
# bee_build
#}
mee_build() {
bee_build -j1
}

#mee_install() {
# bee_install
Expand Down

0 comments on commit 153952f

Please sign in to comment.