Package: gridengine / 8.1.9+dfsg-9
Metadata
Package | Version | Patches format |
---|---|---|
gridengine | 8.1.9+dfsg-9 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
compiler flags.patch | (download) |
source/aimk |
34 17 + 17 - 0 ! |
pass environment compiler/linker flags to shared library calls aimk takes environment variables to supplement CFLAGS and LDFLAGS, but it does not apply them to compilation of shared libraries. |
union wait.patch | (download) |
source/3rdparty/qtcsh/sh.proc.c |
4 2 + 2 - 0 ! |
[patch] remove union wait being removed from glibc and apparently long obsolete in bsd Bug-Debian: http://bugs.debian.org/833995 |
m32_m64.patch | (download) |
source/aimk |
12 1 + 11 - 0 ! |
do not pass -m32/-m64 flags for native compilation |
java paths.patch | (download) |
source/aimk |
11 9 + 2 - 0 ! |
fix java_lib_arch paths for certain architectures Some architectures have unconventional (or just undefined, in the case of alpha) paths to Java libraries. See Debian #828873. This patch works arounds those inconsistencies to fix the package building on mips64el, sparc64, and arm64. The build for alpha should also be working now. |
x32.patch | (download) |
source/aimk |
1 1 + 0 - 0 ! |
add support for x32 Used information from https://wiki.debian.org/X32Port |
source dependencies.patch | (download) |
source/daemons/common/Makefile |
2 1 + 1 - 0 ! |
add undeclared source prerequisites The package fails to build when using high parallelism (64 threads) due to undeclared prerequisites for pdc. |
openssl 1.1.patch | (download) |
source/libs/comm/cl_ssl_framework.c |
14 9 + 5 - 0 ! |
fix package build with openssl 1.1 |
qmake glob glibc227.patch | (download) |
source/3rdparty/qmake/configure.in |
3 1 + 2 - 0 ! |
--- |
armhf java.patch | (download) |
source/aimk |
5 4 + 1 - 0 ! |
fix ftbfs on armhf due to openjdk vm changes |
skip jgdi with recent java.patch | (download) |
source/libs/jgdi/build.xml |
4 3 + 1 - 0 ! |
skip building jgdi with recent java versions JGDI does not build successfully with Java 9+, and it's not a critical part of the package, so I don't want it holding it back. |