diff options
author | Sven Gothel <[email protected]> | 2019-12-31 16:31:47 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-12-31 16:31:47 +0100 |
commit | f486f88f5c86e3981b669275d7250856d8f03f11 (patch) | |
tree | 2ae59a5102f0783956f7d5802bc6adf059eee61d /scripts/make.jocl.all.linux-x86_64.sh | |
parent | 056e8808a5ab3076c5a48c75b1ec7f811122caf9 (diff) |
Diffstat (limited to 'scripts/make.jocl.all.linux-x86_64.sh')
-rw-r--r-- | scripts/make.jocl.all.linux-x86_64.sh | 14 |
1 files changed, 14 insertions, 0 deletions
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 |