1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Description: Support building on Java 21.
Targets before Java 8 are no longer supported.
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1052570
Forwarded: no
Author: tony mancill <tmancill@debian.org>
---
jlapack-3.1.1/make.def | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/jlapack-3.1.1/make.def
+++ b/jlapack-3.1.1/make.def
@@ -3,7 +3,7 @@
F2J=f2java
JAVA=java
MORE_MEM_FLAG=-Xmx500M
-JAVAC=javac -source 1.4 -target 1.4
+JAVAC=javac -source 1.8 -target 1.8
JAVAB=javab
JAR=jar
# JAR=/usr/bin/jar
|