forked from pool/libsvm
Accepting request 1203936 from home:fstrba:branches:science
Use SOURCE_DATE_EPOCH for reproducible jar mtime OBS-URL: https://build.opensuse.org/request/show/1203936 OBS-URL: https://build.opensuse.org/package/show/science/libsvm?expand=0&rev=26
This commit is contained in:
11
libsvm-java8.patch
Normal file
11
libsvm-java8.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- libsvm-3.3/java/Makefile 2023-10-31 23:35:13.969018818 +0100
|
||||
+++ libsvm-3.3/java/Makefile 2023-10-31 23:35:49.032582534 +0100
|
||||
@@ -5,7 +5,7 @@
|
||||
svm_train.class svm_predict.class svm_toy.class svm_scale.class
|
||||
|
||||
#JAVAC = jikes
|
||||
-JAVAC_FLAGS = -target 1.7 -source 1.7
|
||||
+JAVAC_FLAGS = -target 1.8 -source 1.8
|
||||
JAVAC = javac
|
||||
# JAVAC_FLAGS =
|
||||
export CLASSPATH := .:$(CLASSPATH)
|
Reference in New Issue
Block a user