Package: ray / 2.3.1-4

Metadata

Package Version Patches format
ray 2.3.1-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
hardening.patch | (download)

Makefile | 7 3 + 4 - 0 !
RayPlatform/Makefile | 2 1 + 1 - 0 !
RayPlatform/common.mk | 4 2 + 2 - 0 !
3 files changed, 6 insertions(+), 7 deletions(-)

 propagate hardening options


mips.patch | (download)

RayPlatform/RayPlatform/actors/Actor.cpp | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 build also on mips, mipsel and s390x
 I still do not understand why it builds fine on other architectures,
 but in C++, memcpy is declared in <cstring>. The following patch
 therefore fixes the issue:


gcc 6.patch | (download)

code/GeneOntology/GeneOntology.cpp | 4 2 + 2 - 0 !
code/Mock/Parameters.cpp | 2 1 + 1 - 0 !
code/SequencesLoader/Loader.cpp | 2 1 + 1 - 0 !
3 files changed, 4 insertions(+), 4 deletions(-)

 allow compilation in gcc6
stable link order.patch | (download)

Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use stable sort order for linking
 This makes the build reproducible.