Skip to content

Commit

Permalink
fixed a 'multiple definition' error caused by missing extern in a qma…
Browse files Browse the repository at this point in the history
…ke header file
  • Loading branch information
daimh committed Jun 8, 2020
1 parent 96e1c69 commit 0b736bd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = sge
pkgdesc = Son of Grid Engine/Sun Grid Engine
pkgver = 20200527
pkgver = 20200608
pkgrel = 1
url = https://arc.liv.ac.uk/downloads/SGE/releases/8.1.9/
install = sge.install
Expand All @@ -22,7 +22,7 @@ pkgbase = sge
source = https://arc.liv.ac.uk/downloads/SGE/releases/8.1.9/sge_8.1.9.tar.xz
source = sge-8.1.9.patch.xz
md5sums = a2f03ca8b803ca4da7d2dedadeca74bb
md5sums = be59af210af77e2ac6efd9fe10d51149
md5sums = 29c750c9f50cc8d0896731bd95f55a6a

pkgname = sge

13 changes: 6 additions & 7 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,15 @@ source=(
)
md5sums=(
'a2f03ca8b803ca4da7d2dedadeca74bb'
'91bd3dde9ceffd040d8319ebee929b8b'
'29c750c9f50cc8d0896731bd95f55a6a'
)
build() {
patch -s -p0 < sge-8.1.9.patch
cd sge-8.1.9
install -d source/MANSBUILD_sge/SEDMAN/man/man1
install -d source/MANSBUILD_sge/SEDMAN/man/man3
install -d source/MANSBUILD_sge/SEDMAN/man/man5
install -d source/MANSBUILD_sge/SEDMAN/man/man8
cd source
cd sge-8.1.9/source
install -d MANSBUILD_sge/SEDMAN/man/man1
install -d MANSBUILD_sge/SEDMAN/man/man3
install -d MANSBUILD_sge/SEDMAN/man/man5
install -d MANSBUILD_sge/SEDMAN/man/man8
sh scripts/bootstrap.sh -no-java -no-jni
./aimk -no-java -no-jni -with-arch-linux
install -d clients/gui-installer/dist
Expand Down
Binary file modified sge-8.1.9.patch.xz
Binary file not shown.

0 comments on commit 0b736bd

Please sign in to comment.