SHA256
8
0
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:
2024-09-27 05:53:25 +00:00
committed by Git OBS Bridge
commit d6b4634ade
7 changed files with 337 additions and 0 deletions

11
libsvm-java8.patch Normal file
View 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)