From f486f88f5c86e3981b669275d7250856d8f03f11 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Tue, 31 Dec 2019 16:31:47 +0100 Subject: build scripts: use source/target level 1.8 on java11 --- scripts/make.jocl.all.linux-x86_64.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 scripts/make.jocl.all.linux-x86_64.sh (limited to 'scripts/make.jocl.all.linux-x86_64.sh') diff --git a/scripts/make.jocl.all.linux-x86_64.sh b/scripts/make.jocl.all.linux-x86_64.sh new file mode 100644 index 0000000..11d2a64 --- /dev/null +++ b/scripts/make.jocl.all.linux-x86_64.sh @@ -0,0 +1,14 @@ +#! /bin/sh + +# $0 -Dmain.class=com.jogamp.opencl.demos.bitonicsort.BitonicSort run +# $0 -Dmain.class=com.jogamp.opencl.demos.julia3d.Julia3d run +# $0 -Dmain.class=com.jogamp.opencl.demos.joglinterop.GLCLInteroperabilityDemo run + +export SOURCE_LEVEL=1.8 +export TARGET_LEVEL=1.8 +export TARGET_RT_JAR=/opt-share/jre1.8.0_212/lib/rt.jar + +BUILD_ARCHIVE=true \ +ant \ + -Drootrel.build=build-x86_64 \ + $* 2>&1 | tee make.jogl.all.linux-x86_64.log -- cgit v1.2.3