Skip to content

Commit

Permalink
misc/elki: Unbreak by switching to Java 17
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Aug 25, 2022
1 parent 230f6d6 commit 333d7de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions misc/elki/Makefile
@@ -1,6 +1,7 @@
PORTNAME= elki
DISTVERSIONPREFIX= release
DISTVERSION= 0.7.1-1166
PORTREVISION= 1
DISTVERSIONSUFFIX= -gfb1fffdf3
CATEGORIES= misc java
MASTER_SITES= LOCAL/yuri/:deps
Expand All @@ -16,6 +17,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md
BUILD_DEPENDS= gradle5:devel/gradle5

USE_JAVA= yes
JAVA_VERSION= 17 # Java 8 fails on aarch64: Java VM: OpenJDK 64-Bit Server VM (25.342-b07 mixed mode bsd-aarch64 compressed oops) Core dump written.

USE_GITHUB= yes
GH_ACCOUNT= elki-project

Expand Down

0 comments on commit 333d7de

Please sign in to comment.