Skip to content

Commit

Permalink
adapt build process to work with aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasRentzCAU committed Mar 1, 2024
1 parent 084a474 commit 7662ee1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,11 @@
<ws>cocoa</ws>
<arch>x86_64</arch>
</environment>
<environment>
<os>macosx</os>
<ws>cocoa</ws>
<arch>aarch64</arch>
</environment>
</environments>
</configuration>
</plugin>
Expand Down Expand Up @@ -302,7 +307,7 @@
<plugin>
<groupId>org.eclipse.xtend</groupId>
<artifactId>xtend-maven-plugin</artifactId>
<version>${xtext-version}</version>
<version>${xtend-version}</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -380,7 +385,7 @@
<!-- generated code needs cleanup too -->
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<version>2.4.1</version>
<version>2.5</version>
<configuration>
<filesets>
<fileset>
Expand Down
2 changes: 1 addition & 1 deletion features/net.ogdf.bin.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">

<description url="http://www.ogdf.net/">
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.
Expand Down

0 comments on commit 7662ee1

Please sign in to comment.