From 7662ee1211b9910972480e128348c836decbab46 Mon Sep 17 00:00:00 2001 From: Niklas Rentz Date: Fri, 1 Mar 2024 12:02:50 +0100 Subject: [PATCH] adapt build process to work with aarch64 --- build/pom.xml | 9 +++++++-- features/net.ogdf.bin.feature/feature.xml | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/build/pom.xml b/build/pom.xml index 2b240b185d..6bbe86d182 100644 --- a/build/pom.xml +++ b/build/pom.xml @@ -253,6 +253,11 @@ cocoa x86_64 + + macosx + cocoa + aarch64 + @@ -302,7 +307,7 @@ org.eclipse.xtend xtend-maven-plugin - ${xtext-version} + ${xtend-version} @@ -380,7 +385,7 @@ maven-clean-plugin - 2.4.1 + 2.5 diff --git a/features/net.ogdf.bin.feature/feature.xml b/features/net.ogdf.bin.feature/feature.xml index 64fc61af25..f154778aee 100644 --- a/features/net.ogdf.bin.feature/feature.xml +++ b/features/net.ogdf.bin.feature/feature.xml @@ -5,7 +5,7 @@ version="2.3.0.qualifier" provider-name="Kiel University" os="linux,macosx,solaris,win32" - arch="sparc,x86,x86_64"> + arch="sparc,x86,x86_64,aarch64"> The OGDF library provides a wide range of graph drawing algorithms that allow to reuse and replace particular algorithm phases by using a dedicated module mechanism. It includes sophisticated data structures that are commonly used in graph drawing, equipped with rich public interfaces. This feature is built with the release version 2012.07 (Sakura) of OGDF. It provides a program that can be executed as layout server with standard I/O communication.