File: java-build.patch

package info (click to toggle)
jlapack 0.8~dfsg-7
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 18,812 kB
  • sloc: fortran: 264,476; java: 4,199; makefile: 931; sh: 96; csh: 10
file content (20 lines) | stat: -rw-r--r-- 537 bytes parent folder | download
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