Codebase list jlapack / c6be559
Add java9.patch and support Java 9. Thanks: Chris West for the report Closes: #873982 Markus Koschany 6 years ago
2 changed file(s) with 25 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 From: Markus Koschany <apo@debian.org>
1 Date: Thu, 26 Oct 2017 18:42:01 +0200
2 Subject: java9
3
4 Support Java 9. Targets before Java 6 are no longer supported.
5 Bug-Debian: https://bugs.debian.org/873982
6 Forwarded: no
7 ---
8 jlapack-3.1.1/make.def | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11 diff --git a/jlapack-3.1.1/make.def b/jlapack-3.1.1/make.def
12 index 4250a84..054b849 100644
13 --- a/jlapack-3.1.1/make.def
14 +++ b/jlapack-3.1.1/make.def
15 @@ -3,7 +3,7 @@ VERSION=jlapack-0.8
16 F2J=f2java
17 JAVA=java
18 MORE_MEM_FLAG=-Xmx500M
19 -JAVAC=javac -source 1.4 -target 1.4
20 +JAVAC=javac -source 1.7 -target 1.7
21 JAVAB=javab
22 JAR=jar
23 # JAR=/usr/bin/jar
00 use_f2j_package_libs
11 update_README
2 java9.patch