Added .m2 folder
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Fri Aug 18 08:50:10 CEST 2023
|
||||
all-1.1.2.pom>central=
|
||||
@@ -0,0 +1,102 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>com.github.fommil.netlib</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>1.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>all</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>1.1.2</version>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<!-- WORKAROUND: https://github.com/sbt/sbt/issues/861 -->
|
||||
<groupId>net.sourceforge.f2j</groupId>
|
||||
<artifactId>arpack_combined_all</artifactId>
|
||||
<version>0.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${project.parent.groupId}</groupId>
|
||||
<artifactId>core</artifactId>
|
||||
<version>1.1.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${project.parent.groupId}</groupId>
|
||||
<artifactId>netlib-native_ref-osx-x86_64</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
<classifier>natives</classifier>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${project.parent.groupId}</groupId>
|
||||
<artifactId>netlib-native_ref-linux-x86_64</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
<classifier>natives</classifier>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${project.parent.groupId}</groupId>
|
||||
<artifactId>netlib-native_ref-linux-i686</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
<classifier>natives</classifier>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${project.parent.groupId}</groupId>
|
||||
<artifactId>netlib-native_ref-win-x86_64</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
<classifier>natives</classifier>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${project.parent.groupId}</groupId>
|
||||
<artifactId>netlib-native_ref-win-i686</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
<classifier>natives</classifier>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${project.parent.groupId}</groupId>
|
||||
<artifactId>netlib-native_ref-linux-armhf</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
<classifier>natives</classifier>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${project.parent.groupId}</groupId>
|
||||
<artifactId>netlib-native_system-osx-x86_64</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
<classifier>natives</classifier>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${project.parent.groupId}</groupId>
|
||||
<artifactId>netlib-native_system-linux-x86_64</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
<classifier>natives</classifier>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${project.parent.groupId}</groupId>
|
||||
<artifactId>netlib-native_system-linux-i686</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
<classifier>natives</classifier>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${project.parent.groupId}</groupId>
|
||||
<artifactId>netlib-native_system-linux-armhf</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
<classifier>natives</classifier>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${project.parent.groupId}</groupId>
|
||||
<artifactId>netlib-native_system-win-x86_64</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
<classifier>natives</classifier>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${project.parent.groupId}</groupId>
|
||||
<artifactId>netlib-native_system-win-i686</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
<classifier>natives</classifier>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
@@ -0,0 +1,11 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Fri Aug 18 08:50:10 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692341310297
|
||||
https\://repo.maven.apache.org/maven2/.lastUpdated=1692341410458
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692341210021
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692341410422
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:all\:pom\:1.1.2 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: Connect timed out
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:all\:pom\:1.1.2 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: Connect timed out
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692341210160
|
||||
@@ -0,0 +1 @@
|
||||
f235011206ac009adad2d6607f222649aba5ca9e
|
||||
@@ -0,0 +1,5 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Tue Aug 22 10:21:52 CEST 2023
|
||||
core-1.1.2.jar>central=
|
||||
core-1.1.2.pom>central=
|
||||
core-1.1.2-javadoc.jar>central=
|
||||
Binary file not shown.
@@ -0,0 +1,13 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Tue Aug 22 10:21:52 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692692412529
|
||||
https\://repo.maven.apache.org/maven2/.lastUpdated=1692692512821
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692692312351
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692692512617
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:core\:jar\:javadoc\:1.1.2 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: Connect timed out
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.error=
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:core\:jar\:javadoc\:1.1.2 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: Connect timed out
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692692312433
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.lastUpdated=1692692312275
|
||||
@@ -0,0 +1 @@
|
||||
c4768b8f305b8a69ce320c8a8b1bb20547d66228
|
||||
@@ -0,0 +1,16 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Sun Aug 20 14:41:12 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692535270067
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.error=
|
||||
@default-central-https\://repo.maven.apache.org/maven2/.lastUpdated=1692535270070
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692535270068
|
||||
@default-ukp-oss-model-releases-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692535270064
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.error=
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=Could not transfer artifact com.github.fommil.netlib\:core\:jar\:sources\:1.1.2 from/to ukp-oss-model-releases (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
@default-ukp-oss-snapshots-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692535270065
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.lastUpdated=1692535270063
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.lastUpdated=1692535272348
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=Could not transfer artifact com.github.fommil.netlib\:core\:jar\:sources\:1.1.2 from/to ukp-oss-snapshots (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:core\:jar\:sources\:1.1.2 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: Network is unreachable
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:core\:jar\:sources\:1.1.2 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: Network is unreachable
|
||||
https\://repo.maven.apache.org/maven2/.error=Could not transfer artifact com.github.fommil.netlib\:core\:jar\:sources\:1.1.2 from/to central (https\://repo.maven.apache.org/maven2)\: repo.maven.apache.org
|
||||
Binary file not shown.
@@ -0,0 +1,13 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Sat Aug 19 00:16:47 CEST 2023
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.lastUpdated=1692396595586
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.error=
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692396804455
|
||||
https\://repo.maven.apache.org/maven2/.lastUpdated=1692397007020
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692396597069
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692397005922
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:core\:jar\:1.1.2 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: Connect timed out
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:core\:jar\:1.1.2 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: Connect timed out
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692396600532
|
||||
@@ -0,0 +1 @@
|
||||
574b480eca62f535fad6d259e144fee3ef24b66e
|
||||
@@ -0,0 +1,118 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>com.github.fommil.netlib</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>1.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>core</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>1.1.2</version>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
<artifactId>lombok</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.sourceforge.f2j</groupId>
|
||||
<artifactId>arpack_combined_all</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.sourceforge.f2j</groupId>
|
||||
<artifactId>arpack_combined_all</artifactId>
|
||||
<classifier>javadoc</classifier>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>com.github.fommil.netlib</groupId>
|
||||
<artifactId>generator</artifactId>
|
||||
<version>1.1.2</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>blas-interface</id>
|
||||
<goals>
|
||||
<goal>interface</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<outputName>com/github/fommil/netlib/BLAS.java</outputName>
|
||||
<scan>org.netlib.blas</scan>
|
||||
<fallback>com.github.fommil.netlib.F2jBLAS</fallback>
|
||||
<impls>com.github.fommil.netlib.NativeSystemBLAS,com.github.fommil.netlib.NativeRefBLAS,com.github.fommil.netlib.F2jBLAS</impls>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>blas-f2j-implementation</id>
|
||||
<goals>
|
||||
<goal>f2j</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<outputName>com/github/fommil/netlib/F2jBLAS.java</outputName>
|
||||
<scan>org.netlib.blas</scan>
|
||||
<implementing>com.github.fommil.netlib.BLAS</implementing>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>lapack-interface</id>
|
||||
<goals>
|
||||
<goal>interface</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<outputName>com/github/fommil/netlib/LAPACK.java</outputName>
|
||||
<scan>org.netlib.lapack</scan>
|
||||
<fallback>com.github.fommil.netlib.F2jLAPACK</fallback>
|
||||
<impls>com.github.fommil.netlib.NativeSystemLAPACK,com.github.fommil.netlib.NativeRefLAPACK,com.github.fommil.netlib.F2jLAPACK</impls>
|
||||
<initCode>INSTANCE.slamch("E"); INSTANCE.dlamch("E");</initCode>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>lapack-f2j-implementation</id>
|
||||
<goals>
|
||||
<goal>f2j</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<outputName>com/github/fommil/netlib/F2jLAPACK.java</outputName>
|
||||
<scan>org.netlib.lapack</scan>
|
||||
<implementing>com.github.fommil.netlib.LAPACK</implementing>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>arpack-interface</id>
|
||||
<goals>
|
||||
<goal>interface</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<outputName>com/github/fommil/netlib/ARPACK.java</outputName>
|
||||
<scan>org.netlib.arpack</scan>
|
||||
<fallback>com.github.fommil.netlib.F2jARPACK</fallback>
|
||||
<impls>com.github.fommil.netlib.NativeSystemARPACK,com.github.fommil.netlib.NativeRefARPACK,com.github.fommil.netlib.F2jARPACK</impls>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>arpack-f2j-implementation</id>
|
||||
<goals>
|
||||
<goal>f2j</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<outputName>com/github/fommil/netlib/F2jARPACK.java</outputName>
|
||||
<scan>org.netlib.arpack</scan>
|
||||
<implementing>com.github.fommil.netlib.ARPACK</implementing>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
@@ -0,0 +1,11 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Fri Aug 18 09:00:12 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692341912036
|
||||
https\://repo.maven.apache.org/maven2/.lastUpdated=1692342012213
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692341811758
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692342012168
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:core\:pom\:1.1.2 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: Connect timed out
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:core\:pom\:1.1.2 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: Connect timed out
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692341811894
|
||||
@@ -0,0 +1 @@
|
||||
ebdd06bd2ac4b5c65ed4d4e3245c029076cf2f61
|
||||
@@ -0,0 +1,16 @@
|
||||
#Tue Aug 22 10:21:52 CEST 2023
|
||||
ltl-snapshots|http\://basa.ltl.uni-due.de\:34001/artifactory/snapshots|sources=1692535272348
|
||||
ltl-model|http\://basa.ltl.uni-due.de\:34001/artifactory/models|javadoc=1692692512821
|
||||
ukp-oss-model-releases|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local|javadoc=1692692512821
|
||||
ukp-oss-snapshots|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/|javadoc=1692692512821
|
||||
central|https\://repo.maven.apache.org/maven2|javadoc=1692692512821
|
||||
ltl-releases|http\://basa.ltl.uni-due.de\:34001/artifactory/releases|sources=1692535272348
|
||||
ukp-oss-model-releases|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local|sources=1692535272348
|
||||
ukp-oss-snapshots|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/|sources=1692535272348
|
||||
ltl-model|http\://basa.ltl.uni-due.de\:34001/artifactory/models|sources=1692535272348
|
||||
ltl-releases|http\://basa.ltl.uni-due.de\:34001/artifactory/releases|javadoc=1692692512821
|
||||
data-local|file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib|javadoc=1692692512821
|
||||
ltl-snapshots|http\://basa.ltl.uni-due.de\:34001/artifactory/snapshots|javadoc=1692692512821
|
||||
data-local|file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib|sources=1692535270070
|
||||
central|https\://repo.maven.apache.org/maven2|sources=1692535272348
|
||||
data-local|file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib|sources=1692535272348
|
||||
@@ -0,0 +1,4 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Tue Aug 22 19:36:50 CEST 2023
|
||||
core-1.1.jar>central=
|
||||
core-1.1.pom>central=
|
||||
@@ -0,0 +1,12 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Sun Aug 20 14:41:11 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692535271428
|
||||
@default-central-https\://repo.maven.apache.org/maven2/.lastUpdated=1692535271431
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692535271429
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=Could not transfer artifact com.github.fommil.netlib\:core\:jar\:javadoc\:1.1 from/to ukp-oss-snapshots (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:core\:jar\:javadoc\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: Network is unreachable
|
||||
@default-ukp-oss-model-releases-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692535271425
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=Could not transfer artifact com.github.fommil.netlib\:core\:jar\:javadoc\:1.1 from/to ukp-oss-model-releases (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:core\:jar\:javadoc\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: Network is unreachable
|
||||
https\://repo.maven.apache.org/maven2/.error=Could not transfer artifact com.github.fommil.netlib\:core\:jar\:javadoc\:1.1 from/to central (https\://repo.maven.apache.org/maven2)\: repo.maven.apache.org
|
||||
@default-ukp-oss-snapshots-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692535271426
|
||||
@@ -0,0 +1,12 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Sun Aug 20 04:05:40 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692497120349
|
||||
@default-central-https\://repo.maven.apache.org/maven2/.lastUpdated=1692497140374
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692497120352
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=Could not transfer artifact com.github.fommil.netlib\:core\:jar\:sources\:1.1 from/to ukp-oss-snapshots (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:core\:jar\:sources\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: basa.ltl.uni-due.de
|
||||
@default-ukp-oss-model-releases-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692497100324
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=Could not transfer artifact com.github.fommil.netlib\:core\:jar\:sources\:1.1 from/to ukp-oss-model-releases (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:core\:jar\:sources\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: basa.ltl.uni-due.de
|
||||
https\://repo.maven.apache.org/maven2/.error=Could not transfer artifact com.github.fommil.netlib\:core\:jar\:sources\:1.1 from/to central (https\://repo.maven.apache.org/maven2)\: repo.maven.apache.org
|
||||
@default-ukp-oss-snapshots-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692497100327
|
||||
Binary file not shown.
@@ -0,0 +1,13 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Tue Aug 22 19:36:50 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692723163239
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692725799715
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=
|
||||
@default-sonatype-releases-https\://oss.sonatype.org/content/repositories/releases/.lastUpdated=1692350644303
|
||||
https\://oss.sonatype.org/content/repositories/releases/.error=Could not transfer artifact com.github.fommil.netlib\:core\:jar\:1.1 from/to sonatype-releases (https\://oss.sonatype.org/content/repositories/releases/)\: oss.sonatype.org
|
||||
https\://repo.maven.apache.org/maven2/.lastUpdated=1692725810719
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692719229668
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:core\:jar\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: Transfer failed for http\://basa.ltl.uni-due.de\:34001/artifactory/releases/com/github/fommil/netlib/core/1.1/core-1.1.jar
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:core\:jar\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: Transfer failed for http\://basa.ltl.uni-due.de\:34001/artifactory/models/com/github/fommil/netlib/core/1.1/core-1.1.jar
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692719231428
|
||||
@@ -0,0 +1 @@
|
||||
839e9b8107e43741810e6cf66798ef15543e9f98
|
||||
@@ -0,0 +1,116 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>com.github.fommil.netlib</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>1.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>core</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
<artifactId>lombok</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.sourceforge.f2j</groupId>
|
||||
<artifactId>arpack_combined_all</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.sourceforge.f2j</groupId>
|
||||
<artifactId>arpack_combined_all</artifactId>
|
||||
<classifier>javadoc</classifier>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>com.github.fommil.netlib</groupId>
|
||||
<artifactId>generator</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>blas-interface</id>
|
||||
<goals>
|
||||
<goal>interface</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<outputName>com/github/fommil/netlib/BLAS.java</outputName>
|
||||
<scan>org.netlib.blas</scan>
|
||||
<fallback>com.github.fommil.netlib.F2jBLAS</fallback>
|
||||
<impls>com.github.fommil.netlib.NativeSystemBLAS,com.github.fommil.netlib.NativeRefBLAS,com.github.fommil.netlib.F2jBLAS</impls>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>blas-f2j-implementation</id>
|
||||
<goals>
|
||||
<goal>f2j</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<outputName>com/github/fommil/netlib/F2jBLAS.java</outputName>
|
||||
<scan>org.netlib.blas</scan>
|
||||
<implementing>com.github.fommil.netlib.BLAS</implementing>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>lapack-interface</id>
|
||||
<goals>
|
||||
<goal>interface</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<outputName>com/github/fommil/netlib/LAPACK.java</outputName>
|
||||
<scan>org.netlib.lapack</scan>
|
||||
<fallback>com.github.fommil.netlib.F2jLAPACK</fallback>
|
||||
<impls>com.github.fommil.netlib.NativeSystemLAPACK,com.github.fommil.netlib.NativeRefLAPACK,com.github.fommil.netlib.F2jLAPACK</impls>
|
||||
<initCode>INSTANCE.slamch("E"); INSTANCE.dlamch("E");</initCode>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>lapack-f2j-implementation</id>
|
||||
<goals>
|
||||
<goal>f2j</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<outputName>com/github/fommil/netlib/F2jLAPACK.java</outputName>
|
||||
<scan>org.netlib.lapack</scan>
|
||||
<implementing>com.github.fommil.netlib.LAPACK</implementing>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>arpack-interface</id>
|
||||
<goals>
|
||||
<goal>interface</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<outputName>com/github/fommil/netlib/ARPACK.java</outputName>
|
||||
<scan>org.netlib.arpack</scan>
|
||||
<fallback>com.github.fommil.netlib.F2jARPACK</fallback>
|
||||
<impls>com.github.fommil.netlib.NativeSystemARPACK,com.github.fommil.netlib.NativeRefARPACK,com.github.fommil.netlib.F2jARPACK</impls>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>arpack-f2j-implementation</id>
|
||||
<goals>
|
||||
<goal>f2j</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<outputName>com/github/fommil/netlib/F2jARPACK.java</outputName>
|
||||
<scan>org.netlib.arpack</scan>
|
||||
<implementing>com.github.fommil.netlib.ARPACK</implementing>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
@@ -0,0 +1,11 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Fri Aug 18 09:16:55 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692342915080
|
||||
https\://repo.maven.apache.org/maven2/.lastUpdated=1692343015246
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692342814811
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692343015204
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:core\:pom\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: Connect timed out
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:core\:pom\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: Connect timed out
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692342814961
|
||||
@@ -0,0 +1 @@
|
||||
0bc28c171a3f59cafdb2d239ec6aa4b9a7dbe4aa
|
||||
@@ -0,0 +1,13 @@
|
||||
#Sun Aug 20 14:41:11 CEST 2023
|
||||
ltl-snapshots|http\://basa.ltl.uni-due.de\:34001/artifactory/snapshots|sources=1692497140375
|
||||
ltl-model|http\://basa.ltl.uni-due.de\:34001/artifactory/models|javadoc=1692535271431
|
||||
ukp-oss-model-releases|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local|javadoc=1692535271431
|
||||
ukp-oss-snapshots|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/|javadoc=1692535271431
|
||||
central|https\://repo.maven.apache.org/maven2|javadoc=1692535271431
|
||||
ltl-releases|http\://basa.ltl.uni-due.de\:34001/artifactory/releases|sources=1692497140375
|
||||
ukp-oss-model-releases|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local|sources=1692497140375
|
||||
ukp-oss-snapshots|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/|sources=1692497140375
|
||||
ltl-model|http\://basa.ltl.uni-due.de\:34001/artifactory/models|sources=1692497140375
|
||||
ltl-releases|http\://basa.ltl.uni-due.de\:34001/artifactory/releases|javadoc=1692535271431
|
||||
ltl-snapshots|http\://basa.ltl.uni-due.de\:34001/artifactory/snapshots|javadoc=1692535271431
|
||||
central|https\://repo.maven.apache.org/maven2|sources=1692497140375
|
||||
@@ -0,0 +1,4 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Tue Aug 22 19:36:50 CEST 2023
|
||||
native_ref-java-1.1.jar>central=
|
||||
native_ref-java-1.1.pom>central=
|
||||
+17
@@ -0,0 +1,17 @@
|
||||
#Tue Aug 22 10:41:05 CEST 2023
|
||||
ltl-snapshots|http\://basa.ltl.uni-due.de\:34001/artifactory/snapshots|sources=1692535272355
|
||||
ltl-model|http\://basa.ltl.uni-due.de\:34001/artifactory/models|javadoc=1692693665451
|
||||
ukp-oss-model-releases|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local|javadoc=1692693665451
|
||||
ukp-oss-snapshots|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/|javadoc=1692693665451
|
||||
central|https\://repo.maven.apache.org/maven2|javadoc=1692693665451
|
||||
ltl-releases|http\://basa.ltl.uni-due.de\:34001/artifactory/releases|sources=1692535272355
|
||||
ukp-oss-model-releases|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local|sources=1692535272355
|
||||
ukp-oss-snapshots|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/|sources=1692535272355
|
||||
ltl-model|http\://basa.ltl.uni-due.de\:34001/artifactory/models|sources=1692535272355
|
||||
ltl-releases|http\://basa.ltl.uni-due.de\:34001/artifactory/releases|javadoc=1692693665451
|
||||
ltl-snapshots|http\://basa.ltl.uni-due.de\:34001/artifactory/snapshots|javadoc=1692693665451
|
||||
data-local|file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib|javadoc=1692692512839
|
||||
data-local|file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib|javadoc=1692693665451
|
||||
data-local|file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib|sources=1692535270078
|
||||
central|https\://repo.maven.apache.org/maven2|sources=1692535272355
|
||||
data-local|file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib|sources=1692535272355
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Tue Aug 22 10:41:05 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692535271290
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.error=
|
||||
@default-central-https\://repo.maven.apache.org/maven2/.lastUpdated=1692535271293
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692535271292
|
||||
@default-ukp-oss-model-releases-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692535271288
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=Could not transfer artifact com.github.fommil.netlib\:native_ref-java\:jar\:javadoc\:1.1 from/to ukp-oss-model-releases (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.error=
|
||||
@default-ukp-oss-snapshots-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692535271289
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.lastUpdated=1692692512837
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.lastUpdated=1692693665451
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=Could not transfer artifact com.github.fommil.netlib\:native_ref-java\:jar\:javadoc\:1.1 from/to ukp-oss-snapshots (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:native_ref-java\:jar\:javadoc\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: Network is unreachable
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:native_ref-java\:jar\:javadoc\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: Network is unreachable
|
||||
https\://repo.maven.apache.org/maven2/.error=Could not transfer artifact com.github.fommil.netlib\:native_ref-java\:jar\:javadoc\:1.1 from/to central (https\://repo.maven.apache.org/maven2)\: repo.maven.apache.org
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Sun Aug 20 14:41:12 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692496159189
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.error=
|
||||
@default-central-https\://repo.maven.apache.org/maven2/.lastUpdated=1692496179214
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692496159192
|
||||
@default-ukp-oss-model-releases-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692496139166
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=Could not transfer artifact com.github.fommil.netlib\:native_ref-java\:jar\:sources\:1.1 from/to ukp-oss-model-releases (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.error=
|
||||
@default-ukp-oss-snapshots-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692496139168
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.lastUpdated=1692535270078
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.lastUpdated=1692535272354
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=Could not transfer artifact com.github.fommil.netlib\:native_ref-java\:jar\:sources\:1.1 from/to ukp-oss-snapshots (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:native_ref-java\:jar\:sources\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: basa.ltl.uni-due.de
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:native_ref-java\:jar\:sources\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: basa.ltl.uni-due.de
|
||||
https\://repo.maven.apache.org/maven2/.error=Could not transfer artifact com.github.fommil.netlib\:native_ref-java\:jar\:sources\:1.1 from/to central (https\://repo.maven.apache.org/maven2)\: repo.maven.apache.org
|
||||
Binary file not shown.
+17
@@ -0,0 +1,17 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Tue Aug 22 19:36:50 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692723163236
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.error=
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692725799713
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.error=
|
||||
@default-sonatype-releases-https\://oss.sonatype.org/content/repositories/releases/.lastUpdated=1692350644301
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.lastUpdated=1692432777739
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.lastUpdated=1692396595586
|
||||
https\://oss.sonatype.org/content/repositories/releases/.error=Could not transfer artifact com.github.fommil.netlib\:native_ref-java\:jar\:1.1 from/to sonatype-releases (https\://oss.sonatype.org/content/repositories/releases/)\: oss.sonatype.org
|
||||
https\://repo.maven.apache.org/maven2/.lastUpdated=1692725810715
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692719229664
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:native_ref-java\:jar\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: Transfer failed for http\://basa.ltl.uni-due.de\:34001/artifactory/releases/com/github/fommil/netlib/native_ref-java/1.1/native_ref-java-1.1.jar
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:native_ref-java\:jar\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: Transfer failed for http\://basa.ltl.uni-due.de\:34001/artifactory/models/com/github/fommil/netlib/native_ref-java/1.1/native_ref-java-1.1.jar
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692719231425
|
||||
+1
@@ -0,0 +1 @@
|
||||
408c71ffbc3646dda7bee1e22bf19101e5e9ee90
|
||||
@@ -0,0 +1,92 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>com.github.fommil.netlib</groupId>
|
||||
<artifactId>native_ref</artifactId>
|
||||
<version>1.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>native_ref-java</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.github.fommil</groupId>
|
||||
<artifactId>jniloader</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${project.parent.groupId}</groupId>
|
||||
<artifactId>core</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
<artifactId>lombok</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>com.github.fommil.netlib</groupId>
|
||||
<artifactId>generator</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<!--
|
||||
HACK: these override the parent executions of the same name
|
||||
and stop it from running.
|
||||
-->
|
||||
<id>blas</id>
|
||||
<goals>
|
||||
<goal>native-java</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<outputName>com/github/fommil/netlib/NativeRefBLAS.java</outputName>
|
||||
<scan>org.netlib.blas</scan>
|
||||
<implementing>com.github.fommil.netlib.BLAS</implementing>
|
||||
<extending>com.github.fommil.netlib.F2jBLAS</extending>
|
||||
<unsupported>${prefer.f2j}</unsupported>
|
||||
<natives>${natives}</natives>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>lapack</id>
|
||||
<goals>
|
||||
<goal>native-java</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<outputName>com/github/fommil/netlib/NativeRefLAPACK.java</outputName>
|
||||
<scan>org.netlib.lapack</scan>
|
||||
<implementing>com.github.fommil.netlib.LAPACK</implementing>
|
||||
<extending>com.github.fommil.netlib.F2jLAPACK</extending>
|
||||
<unsupported>${prefer.f2j}</unsupported>
|
||||
<natives>${natives}</natives>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>arpack</id>
|
||||
<goals>
|
||||
<goal>native-java</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<outputName>com/github/fommil/netlib/NativeRefARPACK.java</outputName>
|
||||
<scan>org.netlib.arpack</scan>
|
||||
<implementing>com.github.fommil.netlib.ARPACK</implementing>
|
||||
<extending>com.github.fommil.netlib.F2jARPACK</extending>
|
||||
<unsupported>${prefer.f2j}</unsupported>
|
||||
<natives>${natives}</natives>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Fri Aug 18 09:10:14 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692342513866
|
||||
https\://repo.maven.apache.org/maven2/.lastUpdated=1692342614090
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692342413558
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692342614042
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:native_ref-java\:pom\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: Connect timed out
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:native_ref-java\:pom\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: Connect timed out
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692342413689
|
||||
+1
@@ -0,0 +1 @@
|
||||
2ca831eaaa27aa94543ff98641209f23911faebe
|
||||
@@ -0,0 +1,3 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Fri Aug 18 09:23:36 CEST 2023
|
||||
native_ref-xbuilds-1.1.pom>central=
|
||||
+28
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<!--
|
||||
This is an artificial package that facilitates easy cross
|
||||
compiles for various targets from Linux (because OS X
|
||||
cross building doesn't work so well).
|
||||
-->
|
||||
|
||||
<parent>
|
||||
<groupId>com.github.fommil.netlib</groupId>
|
||||
<artifactId>native_ref</artifactId>
|
||||
<version>1.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>native_ref-xbuilds</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<modules>
|
||||
<module>linux-x86_64</module>
|
||||
<module>linux-i686</module>
|
||||
<module>linux-armhf</module>
|
||||
</modules>
|
||||
|
||||
</project>
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Fri Aug 18 09:23:36 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692343316262
|
||||
https\://repo.maven.apache.org/maven2/.lastUpdated=1692343416443
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692343215983
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692343416406
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:native_ref-xbuilds\:pom\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: Connect timed out
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:native_ref-xbuilds\:pom\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: Connect timed out
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692343216132
|
||||
+1
@@ -0,0 +1 @@
|
||||
5778a78ac90caee63ab0829994644d4156fbeced
|
||||
@@ -0,0 +1,3 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Fri Aug 18 09:06:53 CEST 2023
|
||||
native_ref-1.1.pom>central=
|
||||
@@ -0,0 +1,230 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>com.github.fommil.netlib</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>1.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>native_ref</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<modules>
|
||||
<module>java</module>
|
||||
<module>osx-x86_64</module>
|
||||
<module>win-i686</module>
|
||||
<module>win-x86_64</module>
|
||||
<!-- cross compiles are built separately on a Linux box... -->
|
||||
</modules>
|
||||
|
||||
<properties>
|
||||
<natives>netlib-native_ref</natives>
|
||||
<!-- GEES etc needs an ill-defined callback -->
|
||||
<lapacke.callback>([ds](gees|gges|geesx|ggesx))</lapacke.callback>
|
||||
<!-- LSAME, SECOND etc are more efficient on the JVM -->
|
||||
<jvm.better>lsame|lsamen|second|dsecnd</jvm.better>
|
||||
<!-- LAPACK routines that do not have a named ARPACKE equivalent -->
|
||||
<lapacke.unsupported>(ieeeck|ilaenv|ilaver|iparmq|([sd](gbtf2|gebd2|gbtf2|gebd2|gegs|gegv|gehd2|gelsx|geql2|gerq2|gesc2|getc2|gtts2|isnan|labad|labrd|lacn2|lacon|ladiv|lae2|laebz|laed0|laed1|laed2|laed3|laed4|laed5|laed6|laed7|laed8|laed9|laeda|laein|laev2|laexc|lag2|lags2|lagtf|lagtm|lagts|lagv2|lahqr|lahr2|lahrd|laic1|laisnan|laln2|lals0|lalsa|lalsd|lamc1|lamc2|lamc3|lamc4|lamc5|lamrg|laneg|langb|langt|lanhs|lansb|lansp|lanst|lantb|lantp|lanv2|lapll|lapmt|laqgb|laqge|laqp2|laqps|laqr0|laqr1|laqr2|laqr3|laqr4|laqr5|laqsb|laqsp|laqsy|laqtr|lar1v|lar2v|larf|largv|larra|larrb|larrc|larrd|larre|larrf|larrj|larrk|larrr|larrv|lartg|lartv|laruv|larz|larzb|larzt|las2|lascl|lasd0|lasd1|lasd2|lasd3|lasd4|lasd5|lasd6|lasd7|lasd8|lasda|lasdq|lasdt|lasq1|lasq2|lasq3|lasq4|lasq5|lasq6|lasr|lassq|lasv2|lasy2|lasyf|latbs|latdf|latps|latrd|latrs|latrz|latzm|lauu2|lazq3|lazq4|org2l|org2r|orgl2|orgr2|orm2l|orm2r|orml2|ormr2|ormr3|pbtf2|potf2|ptts2|rscl|sygs2|sytd2|sytf2|tgex2|tgsy2|trti2|tzrqf)))</lapacke.unsupported>
|
||||
<arpack.noprototypes>(dgetv0|dlaqrb|dmout|dnaitr|dnapps|dnaup2|dnconv|dneigh|dngets|dsaitr|dsapps|dsaup2|dsconv|dseigt|dsesrt|dsgets|dsortc|dsortr|dstatn|dstats|dstqrb|dvout|icnteq|icopy|iset|iswap|ivout|second|sgetv0|slaqrb|smout|snaitr|snapps|snaup2|snconv|sneigh|sngets|ssaitr|ssapps|ssaup2|ssconv|sseigt|ssesrt|ssgets|ssortc|ssortr|sstatn|sstats|sstqrb|svout)</arpack.noprototypes>
|
||||
<prefer.f2j>(${lapacke.callback}|${jvm.better}|${lapacke.unsupported}|${arpack.noprototypes})</prefer.f2j>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>net.sourceforge.f2j</groupId>
|
||||
<artifactId>arpack_combined_all</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.sourceforge.f2j</groupId>
|
||||
<artifactId>arpack_combined_all</artifactId>
|
||||
<classifier>javadoc</classifier>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>com.github.fommil.netlib</groupId>
|
||||
<artifactId>generator</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>blas</id>
|
||||
<goals>
|
||||
<goal>native-jni</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<implementing>com.github.fommil.netlib.NativeRefBLAS</implementing>
|
||||
<outputDir>${project.build.directory}/netlib-native</outputDir>
|
||||
<outputName>com_github_fommil_netlib_NativeRefBLAS.c</outputName>
|
||||
<scan>org.netlib.blas</scan>
|
||||
<prefix>cblas_</prefix>
|
||||
<firstParam>CblasColMajor</firstParam>
|
||||
<noFirstParam>.*(dot|nrm2|asum|amax|swap|copy|rot|xpy|cal).*</noFirstParam>
|
||||
<exclude>${prefer.f2j}</exclude>
|
||||
<cblas_hack>true</cblas_hack>
|
||||
<includes>
|
||||
<param>cblas.h</param>
|
||||
</includes>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>lapack</id>
|
||||
<goals>
|
||||
<goal>native-jni</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<implementing>com.github.fommil.netlib.NativeRefLAPACK</implementing>
|
||||
<outputDir>${project.build.directory}/netlib-native</outputDir>
|
||||
<outputName>com_github_fommil_netlib_NativeRefLAPACK.c</outputName>
|
||||
<scan>org.netlib.lapack</scan>
|
||||
<prefix>LAPACKE_</prefix>
|
||||
<suffix>_work</suffix>
|
||||
<firstParam>LAPACK_COL_MAJOR</firstParam>
|
||||
<noFirstParam>
|
||||
[sd](disna|gtcon|gttrf|lapy[23]|larfg|larnv|lasrt|ptcon|pttrf|stebz|sterf|lamch)
|
||||
</noFirstParam>
|
||||
<exclude>${prefer.f2j}</exclude>
|
||||
<extractChar>true</extractChar>
|
||||
<lapacke_hack>true</lapacke_hack>
|
||||
<includes>
|
||||
<param>lapacke.h</param>
|
||||
</includes>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>arpack</id>
|
||||
<goals>
|
||||
<goal>native-jni</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<implementing>com.github.fommil.netlib.NativeRefARPACK</implementing>
|
||||
<outputDir>${project.build.directory}/netlib-native</outputDir>
|
||||
<outputName>com_github_fommil_netlib_NativeRefARPACK.c</outputName>
|
||||
<scan>org.netlib.arpack</scan>
|
||||
<suffix>_</suffix>
|
||||
<exclude>${prefer.f2j}</exclude>
|
||||
<extractChar>true</extractChar>
|
||||
<exclude>${prefer.f2j}</exclude>
|
||||
<fortran_hack>true</fortran_hack>
|
||||
<includes>
|
||||
<param>arpack.h</param>
|
||||
</includes>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>native-maven-plugin</artifactId>
|
||||
<configuration>
|
||||
<!-- numberOfConcurrentCompilation would be nice, but always fails :-( -->
|
||||
<!-- http://jira.codehaus.org/browse/MOJO-1955 -->
|
||||
<javahVerbose>true</javahVerbose>
|
||||
<javahClassNames>
|
||||
<javahClassName>com.github.fommil.netlib.NativeRefBLAS</javahClassName>
|
||||
<javahClassName>com.github.fommil.netlib.NativeRefLAPACK</javahClassName>
|
||||
<javahClassName>com.github.fommil.netlib.NativeRefARPACK</javahClassName>
|
||||
</javahClassNames>
|
||||
<compilerStartOptions>
|
||||
<compilerStartOption>-O3</compilerStartOption>
|
||||
</compilerStartOptions>
|
||||
<compilerMiddleOptions>
|
||||
<compilerMiddleOption>-Wall -fPIC -DADD_</compilerMiddleOption>
|
||||
<compilerMiddleOption>-fdata-sections</compilerMiddleOption>
|
||||
<compilerMiddleOption>-ffunction-sections</compilerMiddleOption>
|
||||
</compilerMiddleOptions>
|
||||
<linkerStartOptions>
|
||||
<linkerStartOption>-O3</linkerStartOption>
|
||||
</linkerStartOptions>
|
||||
<sources>
|
||||
<source>
|
||||
<directory>${project.build.directory}/netlib-native</directory>
|
||||
<includes>
|
||||
<include>*.c</include>
|
||||
</includes>
|
||||
</source>
|
||||
<source>
|
||||
<directory>${netlib.src}/JNI</directory>
|
||||
<includes>
|
||||
<include>*.c</include>
|
||||
</includes>
|
||||
</source>
|
||||
<source>
|
||||
<directory>${netlib.src}/BLAS</directory>
|
||||
<includes>
|
||||
<include>*.f</include>
|
||||
</includes>
|
||||
</source>
|
||||
<source>
|
||||
<directory>${netlib.src}/CBLAS</directory>
|
||||
<includes>
|
||||
<include>*.f</include>
|
||||
<include>*.c</include>
|
||||
</includes>
|
||||
</source>
|
||||
<source>
|
||||
<directory>${netlib.src}/LAPACK</directory>
|
||||
<includes>
|
||||
<include>*.f</include>
|
||||
</includes>
|
||||
</source>
|
||||
<source>
|
||||
<directory>${netlib.src}/LAPACKE</directory>
|
||||
<includes>
|
||||
<include>*.f</include>
|
||||
<include>*.c</include>
|
||||
</includes>
|
||||
</source>
|
||||
<source>
|
||||
<directory>${netlib.src}/ARPACK</directory>
|
||||
<includes>
|
||||
<include>*.f</include>
|
||||
</includes>
|
||||
</source>
|
||||
</sources>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>runtime</id>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>jar</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<classesDirectory>${project.build.directory}</classesDirectory>
|
||||
<includes>
|
||||
<include>${project.artifactId}.*</include>
|
||||
</includes>
|
||||
<classifier>natives</classifier>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>source</id>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>jar</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<classesDirectory>${project.build.directory}</classesDirectory>
|
||||
<includes>
|
||||
<include>netlib-native/**/*</include>
|
||||
<include>native/**/*</include>
|
||||
</includes>
|
||||
<classifier>sources</classifier>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
</build>
|
||||
</project>
|
||||
@@ -0,0 +1,11 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Fri Aug 18 09:06:53 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692342313240
|
||||
https\://repo.maven.apache.org/maven2/.lastUpdated=1692342413414
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692342212959
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692342413374
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:native_ref\:pom\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: Connect timed out
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:native_ref\:pom\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: Connect timed out
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692342213107
|
||||
@@ -0,0 +1 @@
|
||||
b9c9a0d12262771669a0d6d5571458b32b9ccd1f
|
||||
@@ -0,0 +1,4 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Tue Aug 22 19:36:50 CEST 2023
|
||||
native_system-java-1.1.jar>central=
|
||||
native_system-java-1.1.pom>central=
|
||||
+17
@@ -0,0 +1,17 @@
|
||||
#Tue Aug 22 10:41:05 CEST 2023
|
||||
ltl-snapshots|http\://basa.ltl.uni-due.de\:34001/artifactory/snapshots|sources=1692535272381
|
||||
ltl-model|http\://basa.ltl.uni-due.de\:34001/artifactory/models|javadoc=1692693665481
|
||||
ukp-oss-model-releases|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local|javadoc=1692693665481
|
||||
ukp-oss-snapshots|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/|javadoc=1692693665481
|
||||
central|https\://repo.maven.apache.org/maven2|javadoc=1692693665481
|
||||
ltl-releases|http\://basa.ltl.uni-due.de\:34001/artifactory/releases|sources=1692535272381
|
||||
ukp-oss-model-releases|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local|sources=1692535272381
|
||||
ukp-oss-snapshots|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/|sources=1692535272381
|
||||
ltl-model|http\://basa.ltl.uni-due.de\:34001/artifactory/models|sources=1692535272381
|
||||
ltl-releases|http\://basa.ltl.uni-due.de\:34001/artifactory/releases|javadoc=1692693665481
|
||||
ltl-snapshots|http\://basa.ltl.uni-due.de\:34001/artifactory/snapshots|javadoc=1692693665481
|
||||
data-local|file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib|javadoc=1692692512884
|
||||
data-local|file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib|javadoc=1692693665481
|
||||
data-local|file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib|sources=1692535270108
|
||||
central|https\://repo.maven.apache.org/maven2|sources=1692535272381
|
||||
data-local|file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib|sources=1692535272381
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Tue Aug 22 10:41:05 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692535271358
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.error=
|
||||
@default-central-https\://repo.maven.apache.org/maven2/.lastUpdated=1692535271361
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692535271360
|
||||
@default-ukp-oss-model-releases-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692535271355
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=Could not transfer artifact com.github.fommil.netlib\:native_system-java\:jar\:javadoc\:1.1 from/to ukp-oss-model-releases (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.error=
|
||||
@default-ukp-oss-snapshots-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692535271356
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.lastUpdated=1692692512884
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.lastUpdated=1692693665480
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=Could not transfer artifact com.github.fommil.netlib\:native_system-java\:jar\:javadoc\:1.1 from/to ukp-oss-snapshots (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:native_system-java\:jar\:javadoc\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: Network is unreachable
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:native_system-java\:jar\:javadoc\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: Network is unreachable
|
||||
https\://repo.maven.apache.org/maven2/.error=Could not transfer artifact com.github.fommil.netlib\:native_system-java\:jar\:javadoc\:1.1 from/to central (https\://repo.maven.apache.org/maven2)\: repo.maven.apache.org
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Sun Aug 20 14:41:12 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692496639778
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.error=
|
||||
@default-central-https\://repo.maven.apache.org/maven2/.lastUpdated=1692496659799
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692496639780
|
||||
@default-ukp-oss-model-releases-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692496619752
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=Could not transfer artifact com.github.fommil.netlib\:native_system-java\:jar\:sources\:1.1 from/to ukp-oss-model-releases (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.error=
|
||||
@default-ukp-oss-snapshots-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692496619755
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.lastUpdated=1692535270108
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.lastUpdated=1692535272380
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=Could not transfer artifact com.github.fommil.netlib\:native_system-java\:jar\:sources\:1.1 from/to ukp-oss-snapshots (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:native_system-java\:jar\:sources\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: basa.ltl.uni-due.de
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:native_system-java\:jar\:sources\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: basa.ltl.uni-due.de
|
||||
https\://repo.maven.apache.org/maven2/.error=Could not transfer artifact com.github.fommil.netlib\:native_system-java\:jar\:sources\:1.1 from/to central (https\://repo.maven.apache.org/maven2)\: repo.maven.apache.org
|
||||
BIN
Binary file not shown.
+17
@@ -0,0 +1,17 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Tue Aug 22 19:36:50 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692723163238
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.error=
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692725799714
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.error=
|
||||
@default-sonatype-releases-https\://oss.sonatype.org/content/repositories/releases/.lastUpdated=1692350644302
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.lastUpdated=1692432777740
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.lastUpdated=1692396595587
|
||||
https\://oss.sonatype.org/content/repositories/releases/.error=Could not transfer artifact com.github.fommil.netlib\:native_system-java\:jar\:1.1 from/to sonatype-releases (https\://oss.sonatype.org/content/repositories/releases/)\: oss.sonatype.org
|
||||
https\://repo.maven.apache.org/maven2/.lastUpdated=1692725810717
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692719229666
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:native_system-java\:jar\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: Transfer failed for http\://basa.ltl.uni-due.de\:34001/artifactory/releases/com/github/fommil/netlib/native_system-java/1.1/native_system-java-1.1.jar
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:native_system-java\:jar\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: Transfer failed for http\://basa.ltl.uni-due.de\:34001/artifactory/models/com/github/fommil/netlib/native_system-java/1.1/native_system-java-1.1.jar
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692719231426
|
||||
+1
@@ -0,0 +1 @@
|
||||
3c6a2455f96b354a6940dce1393abb35ed7641da
|
||||
+92
@@ -0,0 +1,92 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>com.github.fommil.netlib</groupId>
|
||||
<artifactId>native_system</artifactId>
|
||||
<version>1.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>native_system-java</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.github.fommil</groupId>
|
||||
<artifactId>jniloader</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${project.parent.groupId}</groupId>
|
||||
<artifactId>core</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
<artifactId>lombok</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>com.github.fommil.netlib</groupId>
|
||||
<artifactId>generator</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<!--
|
||||
HACK: these override the parent executions of the same name
|
||||
and stop it from running.
|
||||
-->
|
||||
<id>blas</id>
|
||||
<goals>
|
||||
<goal>native-java</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<outputName>com/github/fommil/netlib/NativeSystemBLAS.java</outputName>
|
||||
<scan>org.netlib.blas</scan>
|
||||
<implementing>com.github.fommil.netlib.BLAS</implementing>
|
||||
<extending>com.github.fommil.netlib.F2jBLAS</extending>
|
||||
<unsupported>${prefer.f2j}</unsupported>
|
||||
<natives>${natives}</natives>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>lapack</id>
|
||||
<goals>
|
||||
<goal>native-java</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<outputName>com/github/fommil/netlib/NativeSystemLAPACK.java</outputName>
|
||||
<scan>org.netlib.lapack</scan>
|
||||
<implementing>com.github.fommil.netlib.LAPACK</implementing>
|
||||
<extending>com.github.fommil.netlib.F2jLAPACK</extending>
|
||||
<unsupported>${prefer.f2j}</unsupported>
|
||||
<natives>${natives}</natives>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>arpack</id>
|
||||
<goals>
|
||||
<goal>native-java</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<outputName>com/github/fommil/netlib/NativeSystemARPACK.java</outputName>
|
||||
<scan>org.netlib.arpack</scan>
|
||||
<implementing>com.github.fommil.netlib.ARPACK</implementing>
|
||||
<extending>com.github.fommil.netlib.F2jARPACK</extending>
|
||||
<unsupported>${prefer.f2j}</unsupported>
|
||||
<natives>${natives}</natives>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Fri Aug 18 09:47:00 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692344720470
|
||||
https\://repo.maven.apache.org/maven2/.lastUpdated=1692344820642
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692344620197
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692344820604
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:native_system-java\:pom\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: Connect timed out
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:native_system-java\:pom\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: Connect timed out
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692344620343
|
||||
+1
@@ -0,0 +1 @@
|
||||
056c17110792a359e35356938a82fff765de65d5
|
||||
@@ -0,0 +1,3 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Fri Aug 18 09:53:41 CEST 2023
|
||||
native_system-xbuilds-1.1.pom>central=
|
||||
+28
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<!--
|
||||
This is an artificial package that facilitates easy cross
|
||||
compiles for various targets from Linux (because OS X
|
||||
cross building doesn't work so well).
|
||||
-->
|
||||
|
||||
<parent>
|
||||
<groupId>com.github.fommil.netlib</groupId>
|
||||
<artifactId>native_system</artifactId>
|
||||
<version>1.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>native_system-xbuilds</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<modules>
|
||||
<module>linux-x86_64</module>
|
||||
<module>linux-i686</module>
|
||||
<module>linux-armhf</module>
|
||||
</modules>
|
||||
|
||||
</project>
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Fri Aug 18 09:53:41 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692345121676
|
||||
https\://repo.maven.apache.org/maven2/.lastUpdated=1692345221846
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692345021365
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692345221804
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:native_system-xbuilds\:pom\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: Connect timed out
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:native_system-xbuilds\:pom\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: Connect timed out
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692345021517
|
||||
+1
@@ -0,0 +1 @@
|
||||
1b42b1ec1f27f200a2306f9644a3aa7ee32182dc
|
||||
@@ -0,0 +1,3 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Fri Aug 18 09:43:40 CEST 2023
|
||||
native_system-1.1.pom>central=
|
||||
@@ -0,0 +1,270 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<!--
|
||||
Uses a "system installed" BLAS/LAPACK.
|
||||
In reality, this means a BLAS/CBLAS in libblas.so
|
||||
and either LAPACK or the incompatible CLAPACK.
|
||||
We interface with CBLAS and LAPACKE, but can
|
||||
interface with BLAS/LAPACK directly in a pinch.
|
||||
-->
|
||||
|
||||
<parent>
|
||||
<groupId>com.github.fommil.netlib</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>1.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>native_system</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<modules>
|
||||
<module>java</module>
|
||||
<module>osx-x86_64</module>
|
||||
<module>win-i686</module>
|
||||
<module>win-x86_64</module>
|
||||
<!-- cross compiles are built separately on a Linux box... -->
|
||||
</modules>
|
||||
|
||||
<properties>
|
||||
<natives>netlib-native_system</natives>
|
||||
<!-- GEES etc needs an ill-defined callback -->
|
||||
<lapacke.callback>([ds](gees|gges|geesx|ggesx))</lapacke.callback>
|
||||
<!-- LSAME, SECOND etc are more efficient on the JVM -->
|
||||
<jvm.better>lsame|lsamen|second|dsecnd</jvm.better>
|
||||
<!-- LAPACK routines that do not have a named ARPACKE equivalent -->
|
||||
<lapacke.unsupported>(ieeeck|ilaenv|ilaver|iparmq|([sd](gbtf2|gebd2|gbtf2|gebd2|gegs|gegv|gehd2|gelsx|geql2|gerq2|gesc2|getc2|gtts2|isnan|labad|labrd|lacn2|lacon|ladiv|lae2|laebz|laed0|laed1|laed2|laed3|laed4|laed5|laed6|laed7|laed8|laed9|laeda|laein|laev2|laexc|lag2|lags2|lagtf|lagtm|lagts|lagv2|lahqr|lahr2|lahrd|laic1|laisnan|laln2|lals0|lalsa|lalsd|lamc1|lamc2|lamc3|lamc4|lamc5|lamrg|laneg|langb|langt|lanhs|lansb|lansp|lanst|lantb|lantp|lanv2|lapll|lapmt|laqgb|laqge|laqp2|laqps|laqr0|laqr1|laqr2|laqr3|laqr4|laqr5|laqsb|laqsp|laqsy|laqtr|lar1v|lar2v|larf|largv|larra|larrb|larrc|larrd|larre|larrf|larrj|larrk|larrr|larrv|lartg|lartv|laruv|larz|larzb|larzt|las2|lascl|lasd0|lasd1|lasd2|lasd3|lasd4|lasd5|lasd6|lasd7|lasd8|lasda|lasdq|lasdt|lasq1|lasq2|lasq3|lasq4|lasq5|lasq6|lasr|lassq|lasv2|lasy2|lasyf|latbs|latdf|latps|latrd|latrs|latrz|latzm|lauu2|lazq3|lazq4|org2l|org2r|orgl2|orgr2|orm2l|orm2r|orml2|ormr2|ormr3|pbtf2|potf2|ptts2|rscl|sygs2|sytd2|sytf2|tgex2|tgsy2|trti2|tzrqf)))</lapacke.unsupported>
|
||||
<arpack.noprototypes>(dgetv0|dlaqrb|dmout|dnaitr|dnapps|dnaup2|dnconv|dneigh|dngets|dsaitr|dsapps|dsaup2|dsconv|dseigt|dsesrt|dsgets|dsortc|dsortr|dstatn|dstats|dstqrb|dvout|icnteq|icopy|iset|iswap|ivout|second|sgetv0|slaqrb|smout|snaitr|snapps|snaup2|snconv|sneigh|sngets|ssaitr|ssapps|ssaup2|ssconv|sseigt|ssesrt|ssgets|ssortc|ssortr|sstatn|sstats|sstqrb|svout)</arpack.noprototypes>
|
||||
<!-- not supported by OS X veclib -->
|
||||
<no.veclib.impl>(dbbcsd|dgemqrt|dgeqrfp|dgeqrt2|dgeqrt3|dgeqrt|dlagge|dlagsy|dlapmr|dlartgp|dlartgs|dlatms|dorbdb|dorcsd|dsyconv|dsyswapr|dsytri2|dsytri2x|dsytrs2|dtpmqrt|dtpqrt2|dtpqrt|dtprfb|sbbcsd|sgemqrt|sgeqrfp|sgeqrt2|sgeqrt3|sgeqrt|slagge|slagsy|slapmr|slartgp|slartgs|slatms|sorbdb|sorcsd|ssyconv|ssyswapr|ssytri2|ssytri2x|ssytrs2|stpmqrt|stpqrt2|stprfb)</no.veclib.impl>
|
||||
<prefer.f2j>(${lapacke.callback}|${jvm.better}|${lapacke.unsupported}|${arpack.noprototypes}|${no.veclib.impl})</prefer.f2j>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>net.sourceforge.f2j</groupId>
|
||||
<artifactId>arpack_combined_all</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.sourceforge.f2j</groupId>
|
||||
<artifactId>arpack_combined_all</artifactId>
|
||||
<classifier>javadoc</classifier>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>com.github.fommil.netlib</groupId>
|
||||
<artifactId>generator</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>blas</id>
|
||||
<goals>
|
||||
<goal>native-jni</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<implementing>com.github.fommil.netlib.NativeSystemBLAS</implementing>
|
||||
<outputDir>${project.build.directory}/netlib-native</outputDir>
|
||||
<outputName>com_github_fommil_netlib_NativeSystemBLAS.c</outputName>
|
||||
<scan>org.netlib.blas</scan>
|
||||
<prefix>cblas_</prefix>
|
||||
<firstParam>CblasColMajor</firstParam>
|
||||
<noFirstParam>.*(dot|nrm2|asum|amax|swap|copy|rot|xpy|cal).*</noFirstParam>
|
||||
<exclude>${prefer.f2j}</exclude>
|
||||
<cblas_hack>true</cblas_hack>
|
||||
<includes>
|
||||
<param>cblas.h</param>
|
||||
</includes>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>lapack</id>
|
||||
<goals>
|
||||
<goal>native-jni</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<implementing>com.github.fommil.netlib.NativeSystemLAPACK</implementing>
|
||||
<outputDir>${project.build.directory}/netlib-native</outputDir>
|
||||
<outputName>com_github_fommil_netlib_NativeSystemLAPACK.c</outputName>
|
||||
<scan>org.netlib.lapack</scan>
|
||||
<prefix>LAPACKE_</prefix>
|
||||
<suffix>_work</suffix>
|
||||
<firstParam>LAPACK_COL_MAJOR</firstParam>
|
||||
<noFirstParam>
|
||||
[sd](disna|gtcon|gttrf|lapy[23]|larfg|larnv|lasrt|ptcon|pttrf|stebz|sterf|lamch)
|
||||
</noFirstParam>
|
||||
<exclude>${prefer.f2j}</exclude>
|
||||
<extractChar>true</extractChar>
|
||||
<lapacke_hack>true</lapacke_hack>
|
||||
<includes>
|
||||
<param>lapacke.h</param>
|
||||
</includes>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>arpack</id>
|
||||
<goals>
|
||||
<goal>native-jni</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<implementing>com.github.fommil.netlib.NativeSystemARPACK</implementing>
|
||||
<outputDir>${project.build.directory}/netlib-native</outputDir>
|
||||
<outputName>com_github_fommil_netlib_NativeSystemARPACK.c</outputName>
|
||||
<scan>org.netlib.arpack</scan>
|
||||
<suffix>_</suffix>
|
||||
<exclude>${prefer.f2j}</exclude>
|
||||
<extractChar>true</extractChar>
|
||||
<exclude>${prefer.f2j}</exclude>
|
||||
<fortran_hack>true</fortran_hack>
|
||||
<includes>
|
||||
<param>arpack.h</param>
|
||||
</includes>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>native-maven-plugin</artifactId>
|
||||
<configuration>
|
||||
<!-- numberOfConcurrentCompilation would be nice, but always fails :-( -->
|
||||
<!-- http://jira.codehaus.org/browse/MOJO-1955 -->
|
||||
<javahVerbose>true</javahVerbose>
|
||||
<javahClassNames>
|
||||
<javahClassName>com.github.fommil.netlib.NativeSystemBLAS</javahClassName>
|
||||
<javahClassName>com.github.fommil.netlib.NativeSystemLAPACK</javahClassName>
|
||||
<javahClassName>com.github.fommil.netlib.NativeSystemARPACK</javahClassName>
|
||||
</javahClassNames>
|
||||
<compilerStartOptions>
|
||||
<compilerStartOption>-O3</compilerStartOption>
|
||||
</compilerStartOptions>
|
||||
<compilerMiddleOptions>
|
||||
<compilerMiddleOption>-Wall -fPIC -DADD_</compilerMiddleOption>
|
||||
<compilerMiddleOption>-fdata-sections</compilerMiddleOption>
|
||||
<compilerMiddleOption>-ffunction-sections</compilerMiddleOption>
|
||||
</compilerMiddleOptions>
|
||||
<linkerStartOptions>
|
||||
<linkerStartOption>-O3</linkerStartOption>
|
||||
</linkerStartOptions>
|
||||
<sources>
|
||||
<source>
|
||||
<directory>${project.build.directory}/netlib-native</directory>
|
||||
<includes>
|
||||
<include>*.c</include>
|
||||
</includes>
|
||||
</source>
|
||||
<source>
|
||||
<directory>${netlib.src}/JNI</directory>
|
||||
<includes>
|
||||
<include>*.c</include>
|
||||
</includes>
|
||||
</source>
|
||||
<source>
|
||||
<directory>${netlib.src}/LAPACKE</directory>
|
||||
<includes>
|
||||
<include>**/*.f</include>
|
||||
<include>**/*.c</include>
|
||||
</includes>
|
||||
<excludes>
|
||||
<!-- yay for regex exclusion rules, oh wait... -->
|
||||
<!-- no.veclib.impl -->
|
||||
<exclude>**/*_dbbcsd*</exclude>
|
||||
<exclude>**/*_dgemqrt*</exclude>
|
||||
<exclude>**/*_dgeqrfp*</exclude>
|
||||
<exclude>**/*_dgeqrt2*</exclude>
|
||||
<exclude>**/*_dgeqrt3*</exclude>
|
||||
<exclude>**/*_dgeqrt*</exclude>
|
||||
<exclude>**/*_dlagge*</exclude>
|
||||
<exclude>**/*_dlagsy*</exclude>
|
||||
<exclude>**/*_dlapmr*</exclude>
|
||||
<exclude>**/*_dlartgp*</exclude>
|
||||
<exclude>**/*_dlartgs*</exclude>
|
||||
<exclude>**/*_dlatms*</exclude>
|
||||
<exclude>**/*_dorbdb*</exclude>
|
||||
<exclude>**/*_dorcsd*</exclude>
|
||||
<exclude>**/*_dsyconv*</exclude>
|
||||
<exclude>**/*_dsyswapr*</exclude>
|
||||
<exclude>**/*_dsytri2*</exclude>
|
||||
<exclude>**/*_dsytri2x*</exclude>
|
||||
<exclude>**/*_dsytrs2*</exclude>
|
||||
<exclude>**/*_dtpmqrt*</exclude>
|
||||
<exclude>**/*_dtpqrt2*</exclude>
|
||||
<exclude>**/*_dtpqrt*</exclude>
|
||||
<exclude>**/*_dtprfb*</exclude>
|
||||
<exclude>**/*_sbbcsd*</exclude>
|
||||
<exclude>**/*_sgemqrt*</exclude>
|
||||
<exclude>**/*_sgeqrfp*</exclude>
|
||||
<exclude>**/*_sgeqrt2*</exclude>
|
||||
<exclude>**/*_sgeqrt3*</exclude>
|
||||
<exclude>**/*_sgeqrt*</exclude>
|
||||
<exclude>**/*_slagge*</exclude>
|
||||
<exclude>**/*_slagsy*</exclude>
|
||||
<exclude>**/*_slapmr*</exclude>
|
||||
<exclude>**/*_slartgp*</exclude>
|
||||
<exclude>**/*_slartgs*</exclude>
|
||||
<exclude>**/*_slatms*</exclude>
|
||||
<exclude>**/*_sorbdb*</exclude>
|
||||
<exclude>**/*_sorcsd*</exclude>
|
||||
<exclude>**/*_ssyconv*</exclude>
|
||||
<exclude>**/*_ssyswapr*</exclude>
|
||||
<exclude>**/*_ssytri2*</exclude>
|
||||
<exclude>**/*_ssytri2x*</exclude>
|
||||
<exclude>**/*_ssytrs2*</exclude>
|
||||
<exclude>**/*_stpmqrt*</exclude>
|
||||
<exclude>**/*_stpqrt2*</exclude>
|
||||
<exclude>**/*_stprfb*</exclude>
|
||||
</excludes>
|
||||
</source>
|
||||
<source>
|
||||
<directory>${netlib.src}/ARPACK</directory>
|
||||
<includes>
|
||||
<include>*.f</include>
|
||||
</includes>
|
||||
</source>
|
||||
</sources>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>runtime</id>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>jar</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<classesDirectory>${project.build.directory}</classesDirectory>
|
||||
<includes>
|
||||
<include>${project.artifactId}.*</include>
|
||||
</includes>
|
||||
<classifier>natives</classifier>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>source</id>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>jar</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<classesDirectory>${project.build.directory}</classesDirectory>
|
||||
<includes>
|
||||
<include>netlib-native/**/*</include>
|
||||
<include>native/**/*</include>
|
||||
</includes>
|
||||
<classifier>sources</classifier>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
</build>
|
||||
</project>
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Fri Aug 18 09:43:40 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692344519866
|
||||
https\://repo.maven.apache.org/maven2/.lastUpdated=1692344620046
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692344419601
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692344619999
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:native_system\:pom\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: Connect timed out
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:native_system\:pom\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: Connect timed out
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692344419739
|
||||
@@ -0,0 +1 @@
|
||||
0ccc692198f59ff8dc5f7d1920ea2e343f5d117b
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Tue Aug 22 19:36:50 CEST 2023
|
||||
netlib-native_ref-linux-armhf-1.1.pom>central=
|
||||
netlib-native_ref-linux-armhf-1.1-natives.jar>central=
|
||||
+17
@@ -0,0 +1,17 @@
|
||||
#Tue Aug 22 10:41:05 CEST 2023
|
||||
ltl-snapshots|http\://basa.ltl.uni-due.de\:34001/artifactory/snapshots|sources=1692535272374
|
||||
ltl-model|http\://basa.ltl.uni-due.de\:34001/artifactory/models|javadoc=1692693665474
|
||||
ukp-oss-model-releases|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local|javadoc=1692693665474
|
||||
ukp-oss-snapshots|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/|javadoc=1692693665474
|
||||
central|https\://repo.maven.apache.org/maven2|javadoc=1692693665474
|
||||
ltl-releases|http\://basa.ltl.uni-due.de\:34001/artifactory/releases|sources=1692535272374
|
||||
ukp-oss-model-releases|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local|sources=1692535272374
|
||||
ukp-oss-snapshots|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/|sources=1692535272374
|
||||
ltl-model|http\://basa.ltl.uni-due.de\:34001/artifactory/models|sources=1692535272374
|
||||
ltl-releases|http\://basa.ltl.uni-due.de\:34001/artifactory/releases|javadoc=1692693665474
|
||||
ltl-snapshots|http\://basa.ltl.uni-due.de\:34001/artifactory/snapshots|javadoc=1692693665474
|
||||
data-local|file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib|javadoc=1692692512877
|
||||
data-local|file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib|javadoc=1692693665474
|
||||
data-local|file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib|sources=1692535270101
|
||||
central|https\://repo.maven.apache.org/maven2|sources=1692535272374
|
||||
data-local|file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib|sources=1692535272374
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Tue Aug 22 10:41:05 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692535271341
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.error=
|
||||
@default-central-https\://repo.maven.apache.org/maven2/.lastUpdated=1692535271344
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692535271343
|
||||
@default-ukp-oss-model-releases-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692535271338
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-linux-armhf\:jar\:javadoc\:1.1 from/to ukp-oss-model-releases (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.error=
|
||||
@default-ukp-oss-snapshots-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692535271339
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.lastUpdated=1692692512876
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.lastUpdated=1692693665474
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-linux-armhf\:jar\:javadoc\:1.1 from/to ukp-oss-snapshots (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-linux-armhf\:jar\:javadoc\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: Network is unreachable
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-linux-armhf\:jar\:javadoc\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: Network is unreachable
|
||||
https\://repo.maven.apache.org/maven2/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-linux-armhf\:jar\:javadoc\:1.1 from/to central (https\://repo.maven.apache.org/maven2)\: repo.maven.apache.org
|
||||
BIN
Binary file not shown.
+17
@@ -0,0 +1,17 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Tue Aug 22 19:36:50 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692723163237
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.error=
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692725799714
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.error=
|
||||
@default-sonatype-releases-https\://oss.sonatype.org/content/repositories/releases/.lastUpdated=1692350644302
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.lastUpdated=1692432777739
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.lastUpdated=1692396595587
|
||||
https\://oss.sonatype.org/content/repositories/releases/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-linux-armhf\:jar\:natives\:1.1 from/to sonatype-releases (https\://oss.sonatype.org/content/repositories/releases/)\: oss.sonatype.org
|
||||
https\://repo.maven.apache.org/maven2/.lastUpdated=1692725810716
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692719229666
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-linux-armhf\:jar\:natives\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: Transfer failed for http\://basa.ltl.uni-due.de\:34001/artifactory/releases/com/github/fommil/netlib/netlib-native_ref-linux-armhf/1.1/netlib-native_ref-linux-armhf-1.1-natives.jar
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-linux-armhf\:jar\:natives\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: Transfer failed for http\://basa.ltl.uni-due.de\:34001/artifactory/models/com/github/fommil/netlib/netlib-native_ref-linux-armhf/1.1/netlib-native_ref-linux-armhf-1.1-natives.jar
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692719231426
|
||||
+1
@@ -0,0 +1 @@
|
||||
ec467162f74710fd8897cff6888534ceaf297d9a
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Sun Aug 20 14:41:12 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692496519628
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.error=
|
||||
@default-central-https\://repo.maven.apache.org/maven2/.lastUpdated=1692496539654
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692496519630
|
||||
@default-ukp-oss-model-releases-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692496499603
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-linux-armhf\:jar\:sources\:1.1 from/to ukp-oss-model-releases (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.error=
|
||||
@default-ukp-oss-snapshots-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692496499605
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.lastUpdated=1692535270100
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.lastUpdated=1692535272373
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-linux-armhf\:jar\:sources\:1.1 from/to ukp-oss-snapshots (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-linux-armhf\:jar\:sources\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: basa.ltl.uni-due.de
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-linux-armhf\:jar\:sources\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: basa.ltl.uni-due.de
|
||||
https\://repo.maven.apache.org/maven2/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-linux-armhf\:jar\:sources\:1.1 from/to central (https\://repo.maven.apache.org/maven2)\: repo.maven.apache.org
|
||||
+105
@@ -0,0 +1,105 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>com.github.fommil.netlib</groupId>
|
||||
<artifactId>native_ref-xbuilds</artifactId>
|
||||
<version>1.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>netlib-native_ref-linux-armhf</artifactId>
|
||||
<packaging>so</packaging>
|
||||
|
||||
<!--
|
||||
This is built using a custom cross compiler from Debian,
|
||||
using the "rpi" config file in this directory.
|
||||
|
||||
http://elinux.org/RPi_Linaro_GCC_Compilation
|
||||
http://crosstool-ng.org
|
||||
http://stackoverflow.com/a/13384349/1041691
|
||||
|
||||
(don't forget to use `CT_DEBUG_CT_SAVE_STEPS=1`)
|
||||
|
||||
Note that although Ubuntu has a gnueabihf compiler, it
|
||||
is targeted a ludicrously niche ARMv7 chip that is not
|
||||
backwards compatible with the Raspberry Pi.
|
||||
|
||||
And obtain a JDK for ARM from
|
||||
|
||||
http://jdk8.java.net/download.html
|
||||
|
||||
installed into
|
||||
|
||||
/opt/gnueabihf-arm/jdk8
|
||||
-->
|
||||
<properties>
|
||||
<netlib.src>../../../netlib</netlib.src>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>${project.parent.groupId}</groupId>
|
||||
<artifactId>native_ref-java</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>com.github.fommil.netlib</groupId>
|
||||
<artifactId>generator</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>blas</id>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>lapack</id>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>arpack</id>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>native-maven-plugin</artifactId>
|
||||
<extensions>true</extensions>
|
||||
<configuration>
|
||||
<javahOS>linux</javahOS>
|
||||
<jdkIncludePath>/opt/gnueabihf-arm/jdk8/include</jdkIncludePath>
|
||||
<compilerExecutable>arm-rpi-linux-gnueabi-gcc</compilerExecutable>
|
||||
<linkerExecutable>arm-rpi-linux-gnueabi-gcc</linkerExecutable>
|
||||
<compilerStartOptions>
|
||||
<compilerStartOption>-Os</compilerStartOption>
|
||||
</compilerStartOptions>
|
||||
<linkerMiddleOptions>
|
||||
<!-- Inspect binary with
|
||||
arm-rpi-linux-gnueabi-readelf -a target/netlib-native_ref-linux-armhf.so | grep "Shared library:"
|
||||
-->
|
||||
<linkerMiddleOption>-shared</linkerMiddleOption>
|
||||
<linkerMiddleOption>-lgfortran</linkerMiddleOption>
|
||||
<linkerMiddleOption>-Wl,-s</linkerMiddleOption>
|
||||
<linkerMiddleOption>-Wl,--version-script=${netlib.src}/symbol.map</linkerMiddleOption>
|
||||
<linkerMiddleOption>-Wl,--gc-sections</linkerMiddleOption>
|
||||
</linkerMiddleOptions>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>runtime</id>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>source</id>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Fri Aug 18 09:36:58 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692344118684
|
||||
https\://repo.maven.apache.org/maven2/.lastUpdated=1692344218856
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692344018407
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692344218814
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-linux-armhf\:pom\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: Connect timed out
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-linux-armhf\:pom\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: Connect timed out
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692344018553
|
||||
+1
@@ -0,0 +1 @@
|
||||
e3de1b29ca079d38feb6084288762d89bc95798a
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Tue Aug 22 19:36:50 CEST 2023
|
||||
netlib-native_ref-linux-i686-1.1.pom>central=
|
||||
netlib-native_ref-linux-i686-1.1-natives.jar>central=
|
||||
+17
@@ -0,0 +1,17 @@
|
||||
#Tue Aug 22 10:41:05 CEST 2023
|
||||
ltl-snapshots|http\://basa.ltl.uni-due.de\:34001/artifactory/snapshots|sources=1692535272364
|
||||
ltl-model|http\://basa.ltl.uni-due.de\:34001/artifactory/models|javadoc=1692693665463
|
||||
ukp-oss-model-releases|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local|javadoc=1692693665463
|
||||
ukp-oss-snapshots|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/|javadoc=1692693665463
|
||||
central|https\://repo.maven.apache.org/maven2|javadoc=1692693665463
|
||||
ltl-releases|http\://basa.ltl.uni-due.de\:34001/artifactory/releases|sources=1692535272364
|
||||
ukp-oss-model-releases|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local|sources=1692535272364
|
||||
ukp-oss-snapshots|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/|sources=1692535272364
|
||||
ltl-model|http\://basa.ltl.uni-due.de\:34001/artifactory/models|sources=1692535272364
|
||||
ltl-releases|http\://basa.ltl.uni-due.de\:34001/artifactory/releases|javadoc=1692693665463
|
||||
ltl-snapshots|http\://basa.ltl.uni-due.de\:34001/artifactory/snapshots|javadoc=1692693665463
|
||||
data-local|file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib|javadoc=1692692512864
|
||||
data-local|file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib|javadoc=1692693665463
|
||||
data-local|file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib|sources=1692535270090
|
||||
central|https\://repo.maven.apache.org/maven2|sources=1692535272364
|
||||
data-local|file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib|sources=1692535272364
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Tue Aug 22 10:41:05 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692535271315
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.error=
|
||||
@default-central-https\://repo.maven.apache.org/maven2/.lastUpdated=1692535271318
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692535271317
|
||||
@default-ukp-oss-model-releases-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692535271313
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-linux-i686\:jar\:javadoc\:1.1 from/to ukp-oss-model-releases (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.error=
|
||||
@default-ukp-oss-snapshots-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692535271314
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.lastUpdated=1692692512863
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.lastUpdated=1692693665462
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-linux-i686\:jar\:javadoc\:1.1 from/to ukp-oss-snapshots (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-linux-i686\:jar\:javadoc\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: Network is unreachable
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-linux-i686\:jar\:javadoc\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: Network is unreachable
|
||||
https\://repo.maven.apache.org/maven2/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-linux-i686\:jar\:javadoc\:1.1 from/to central (https\://repo.maven.apache.org/maven2)\: repo.maven.apache.org
|
||||
BIN
Binary file not shown.
+17
@@ -0,0 +1,17 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Tue Aug 22 19:36:50 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692723163237
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.error=
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692725799713
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.error=
|
||||
@default-sonatype-releases-https\://oss.sonatype.org/content/repositories/releases/.lastUpdated=1692350644302
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.lastUpdated=1692432777739
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.lastUpdated=1692396595586
|
||||
https\://oss.sonatype.org/content/repositories/releases/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-linux-i686\:jar\:natives\:1.1 from/to sonatype-releases (https\://oss.sonatype.org/content/repositories/releases/)\: oss.sonatype.org
|
||||
https\://repo.maven.apache.org/maven2/.lastUpdated=1692725810716
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692719229665
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-linux-i686\:jar\:natives\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: Transfer failed for http\://basa.ltl.uni-due.de\:34001/artifactory/releases/com/github/fommil/netlib/netlib-native_ref-linux-i686/1.1/netlib-native_ref-linux-i686-1.1-natives.jar
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-linux-i686\:jar\:natives\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: Transfer failed for http\://basa.ltl.uni-due.de\:34001/artifactory/models/com/github/fommil/netlib/netlib-native_ref-linux-i686/1.1/netlib-native_ref-linux-i686-1.1-natives.jar
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692719231425
|
||||
+1
@@ -0,0 +1 @@
|
||||
eedd845b214aea560bce317d778ebb52f8f46038
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Sun Aug 20 14:41:12 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692496339418
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.error=
|
||||
@default-central-https\://repo.maven.apache.org/maven2/.lastUpdated=1692496359439
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692496339421
|
||||
@default-ukp-oss-model-releases-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692496319393
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-linux-i686\:jar\:sources\:1.1 from/to ukp-oss-model-releases (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.error=
|
||||
@default-ukp-oss-snapshots-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692496319396
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.lastUpdated=1692535270089
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.lastUpdated=1692535272363
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-linux-i686\:jar\:sources\:1.1 from/to ukp-oss-snapshots (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-linux-i686\:jar\:sources\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: basa.ltl.uni-due.de
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-linux-i686\:jar\:sources\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: basa.ltl.uni-due.de
|
||||
https\://repo.maven.apache.org/maven2/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-linux-i686\:jar\:sources\:1.1 from/to central (https\://repo.maven.apache.org/maven2)\: repo.maven.apache.org
|
||||
+100
@@ -0,0 +1,100 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>com.github.fommil.netlib</groupId>
|
||||
<artifactId>native_ref-xbuilds</artifactId>
|
||||
<version>1.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>netlib-native_ref-linux-i686</artifactId>
|
||||
<packaging>so</packaging>
|
||||
|
||||
<!--
|
||||
This is built for Linux i686 on an x86_64 architecture.
|
||||
|
||||
sudo apt-get install libc6-dev-i386 gfortran-multilib
|
||||
|
||||
get the 32 bit JDK from
|
||||
|
||||
http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html
|
||||
|
||||
and install into
|
||||
|
||||
/opt/linux-i686/jdk7
|
||||
|
||||
It is impossible to compile a library on Ubuntu that has static
|
||||
references to the fortran libraries, as the static fortran library
|
||||
has not been compiled with -fPIC. The only workaround would be
|
||||
to compile gcc from scratch, with the flags added, and then compile
|
||||
these natives. That is not a wise move.
|
||||
-->
|
||||
<properties>
|
||||
<netlib.src>../../../netlib</netlib.src>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>${project.parent.groupId}</groupId>
|
||||
<artifactId>native_ref-java</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>com.github.fommil.netlib</groupId>
|
||||
<artifactId>generator</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>blas</id>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>lapack</id>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>arpack</id>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>native-maven-plugin</artifactId>
|
||||
<extensions>true</extensions>
|
||||
<configuration>
|
||||
<javahOS>linux</javahOS>
|
||||
<jdkIncludePath>/opt/linux-i686/jdk7/include</jdkIncludePath>
|
||||
<compilerEndOptions>
|
||||
<compilerEndOption>-m32</compilerEndOption>
|
||||
</compilerEndOptions>
|
||||
<linkerEndOptions>
|
||||
<linkerEndOption>-m32</linkerEndOption>
|
||||
</linkerEndOptions>
|
||||
<linkerMiddleOptions>
|
||||
<linkerMiddleOption>-shared</linkerMiddleOption>
|
||||
<linkerMiddleOption>-lgfortran</linkerMiddleOption>
|
||||
<linkerMiddleOption>-Wl,-s</linkerMiddleOption>
|
||||
<linkerMiddleOption>-Wl,--version-script=${netlib.src}/symbol.map</linkerMiddleOption>
|
||||
<linkerMiddleOption>-Wl,--gc-sections</linkerMiddleOption>
|
||||
</linkerMiddleOptions>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>runtime</id>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>source</id>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Fri Aug 18 09:26:57 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692343516861
|
||||
https\://repo.maven.apache.org/maven2/.lastUpdated=1692343617026
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692343416595
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692343616993
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-linux-i686\:pom\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: Connect timed out
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-linux-i686\:pom\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: Connect timed out
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692343416729
|
||||
+1
@@ -0,0 +1 @@
|
||||
05bf810d0fd27b447f4eaf7a286bb30bae17e56c
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Tue Aug 22 19:36:50 CEST 2023
|
||||
netlib-native_ref-linux-x86_64-1.1.pom>central=
|
||||
netlib-native_ref-linux-x86_64-1.1-natives.jar>central=
|
||||
+17
@@ -0,0 +1,17 @@
|
||||
#Tue Aug 22 10:41:05 CEST 2023
|
||||
ltl-snapshots|http\://basa.ltl.uni-due.de\:34001/artifactory/snapshots|sources=1692535272361
|
||||
ltl-model|http\://basa.ltl.uni-due.de\:34001/artifactory/models|javadoc=1692693665459
|
||||
ukp-oss-model-releases|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local|javadoc=1692693665459
|
||||
ukp-oss-snapshots|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/|javadoc=1692693665459
|
||||
central|https\://repo.maven.apache.org/maven2|javadoc=1692693665459
|
||||
ltl-releases|http\://basa.ltl.uni-due.de\:34001/artifactory/releases|sources=1692535272361
|
||||
ukp-oss-model-releases|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local|sources=1692535272361
|
||||
ukp-oss-snapshots|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/|sources=1692535272361
|
||||
ltl-model|http\://basa.ltl.uni-due.de\:34001/artifactory/models|sources=1692535272361
|
||||
ltl-releases|http\://basa.ltl.uni-due.de\:34001/artifactory/releases|javadoc=1692693665459
|
||||
ltl-snapshots|http\://basa.ltl.uni-due.de\:34001/artifactory/snapshots|javadoc=1692693665459
|
||||
data-local|file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib|javadoc=1692692512858
|
||||
data-local|file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib|javadoc=1692693665459
|
||||
data-local|file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib|sources=1692535270086
|
||||
central|https\://repo.maven.apache.org/maven2|sources=1692535272361
|
||||
data-local|file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib|sources=1692535272361
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Tue Aug 22 10:41:05 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692535271307
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.error=
|
||||
@default-central-https\://repo.maven.apache.org/maven2/.lastUpdated=1692535271310
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692535271309
|
||||
@default-ukp-oss-model-releases-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692535271304
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-linux-x86_64\:jar\:javadoc\:1.1 from/to ukp-oss-model-releases (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.error=
|
||||
@default-ukp-oss-snapshots-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692535271306
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.lastUpdated=1692692512857
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.lastUpdated=1692693665458
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-linux-x86_64\:jar\:javadoc\:1.1 from/to ukp-oss-snapshots (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-linux-x86_64\:jar\:javadoc\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: Network is unreachable
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-linux-x86_64\:jar\:javadoc\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: Network is unreachable
|
||||
https\://repo.maven.apache.org/maven2/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-linux-x86_64\:jar\:javadoc\:1.1 from/to central (https\://repo.maven.apache.org/maven2)\: repo.maven.apache.org
|
||||
BIN
Binary file not shown.
+17
@@ -0,0 +1,17 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Tue Aug 22 19:36:50 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692723163237
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.error=
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692725799713
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.error=
|
||||
@default-sonatype-releases-https\://oss.sonatype.org/content/repositories/releases/.lastUpdated=1692350644301
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.lastUpdated=1692432777739
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.lastUpdated=1692396595586
|
||||
https\://oss.sonatype.org/content/repositories/releases/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-linux-x86_64\:jar\:natives\:1.1 from/to sonatype-releases (https\://oss.sonatype.org/content/repositories/releases/)\: oss.sonatype.org
|
||||
https\://repo.maven.apache.org/maven2/.lastUpdated=1692725810715
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692719229665
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-linux-x86_64\:jar\:natives\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: Transfer failed for http\://basa.ltl.uni-due.de\:34001/artifactory/releases/com/github/fommil/netlib/netlib-native_ref-linux-x86_64/1.1/netlib-native_ref-linux-x86_64-1.1-natives.jar
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-linux-x86_64\:jar\:natives\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: Transfer failed for http\://basa.ltl.uni-due.de\:34001/artifactory/models/com/github/fommil/netlib/netlib-native_ref-linux-x86_64/1.1/netlib-native_ref-linux-x86_64-1.1-natives.jar
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692719231425
|
||||
+1
@@ -0,0 +1 @@
|
||||
05a3e5787d03c39790d5ae08cce189dd1ccc4a38
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Sun Aug 20 14:41:12 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692496279339
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.error=
|
||||
@default-central-https\://repo.maven.apache.org/maven2/.lastUpdated=1692496299366
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692496279342
|
||||
@default-ukp-oss-model-releases-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692496259316
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-linux-x86_64\:jar\:sources\:1.1 from/to ukp-oss-model-releases (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.error=
|
||||
@default-ukp-oss-snapshots-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692496259319
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.lastUpdated=1692535270085
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.lastUpdated=1692535272360
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-linux-x86_64\:jar\:sources\:1.1 from/to ukp-oss-snapshots (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-linux-x86_64\:jar\:sources\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: basa.ltl.uni-due.de
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-linux-x86_64\:jar\:sources\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: basa.ltl.uni-due.de
|
||||
https\://repo.maven.apache.org/maven2/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-linux-x86_64\:jar\:sources\:1.1 from/to central (https\://repo.maven.apache.org/maven2)\: repo.maven.apache.org
|
||||
+87
@@ -0,0 +1,87 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>com.github.fommil.netlib</groupId>
|
||||
<artifactId>native_ref-xbuilds</artifactId>
|
||||
<version>1.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>netlib-native_ref-linux-x86_64</artifactId>
|
||||
<packaging>so</packaging>
|
||||
|
||||
<!--
|
||||
This is built natively for Linux x86_64 on an x86_64 architecture.
|
||||
Ubuntu Wheezy is best as it compiles for GLIBC_2.2.5 whereas Ubuntu
|
||||
requires the more recent GLIBC_2.13.
|
||||
|
||||
sudo apt-get install gfortran openjdk-7-jdk
|
||||
|
||||
It is impossible to compile a library on Ubuntu that has static
|
||||
references to the fortran libraries, as the static fortran library
|
||||
has not been compiled with -fPIC. The only workaround would be
|
||||
to compile gcc from scratch, with the flags added, and then compile
|
||||
these natives. That is not a wise move.
|
||||
-->
|
||||
<properties>
|
||||
<netlib.src>../../../netlib</netlib.src>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>${project.parent.groupId}</groupId>
|
||||
<artifactId>native_ref-java</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>com.github.fommil.netlib</groupId>
|
||||
<artifactId>generator</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>blas</id>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>lapack</id>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>arpack</id>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>native-maven-plugin</artifactId>
|
||||
<extensions>true</extensions>
|
||||
<configuration>
|
||||
<javahOS>linux</javahOS>
|
||||
<linkerMiddleOptions>
|
||||
<linkerMiddleOption>-shared</linkerMiddleOption>
|
||||
<linkerMiddleOption>-lgfortran</linkerMiddleOption>
|
||||
<linkerMiddleOption>-Wl,-s</linkerMiddleOption>
|
||||
<linkerMiddleOption>-Wl,--version-script=${netlib.src}/symbol.map</linkerMiddleOption>
|
||||
<linkerMiddleOption>-Wl,--gc-sections</linkerMiddleOption>
|
||||
</linkerMiddleOptions>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>runtime</id>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>source</id>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Fri Aug 18 09:20:15 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692343115657
|
||||
https\://repo.maven.apache.org/maven2/.lastUpdated=1692343215837
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692343015398
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692343215781
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-linux-x86_64\:pom\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: Connect timed out
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-linux-x86_64\:pom\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: Connect timed out
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692343015523
|
||||
+1
@@ -0,0 +1 @@
|
||||
5f4741f9a19deaf91488df89cd6b26343b246a21
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Tue Aug 22 19:36:50 CEST 2023
|
||||
netlib-native_ref-osx-x86_64-1.1.pom>central=
|
||||
netlib-native_ref-osx-x86_64-1.1-natives.jar>central=
|
||||
+17
@@ -0,0 +1,17 @@
|
||||
#Tue Aug 22 10:41:05 CEST 2023
|
||||
ltl-snapshots|http\://basa.ltl.uni-due.de\:34001/artifactory/snapshots|sources=1692535272352
|
||||
ltl-model|http\://basa.ltl.uni-due.de\:34001/artifactory/models|javadoc=1692693665448
|
||||
ukp-oss-model-releases|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local|javadoc=1692693665448
|
||||
ukp-oss-snapshots|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/|javadoc=1692693665448
|
||||
central|https\://repo.maven.apache.org/maven2|javadoc=1692693665448
|
||||
ltl-releases|http\://basa.ltl.uni-due.de\:34001/artifactory/releases|sources=1692535272352
|
||||
ukp-oss-model-releases|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local|sources=1692535272352
|
||||
ukp-oss-snapshots|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/|sources=1692535272352
|
||||
ltl-model|http\://basa.ltl.uni-due.de\:34001/artifactory/models|sources=1692535272352
|
||||
ltl-releases|http\://basa.ltl.uni-due.de\:34001/artifactory/releases|javadoc=1692693665448
|
||||
ltl-snapshots|http\://basa.ltl.uni-due.de\:34001/artifactory/snapshots|javadoc=1692693665448
|
||||
data-local|file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib|javadoc=1692692512829
|
||||
data-local|file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib|javadoc=1692693665448
|
||||
data-local|file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib|sources=1692535270074
|
||||
central|https\://repo.maven.apache.org/maven2|sources=1692535272352
|
||||
data-local|file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib|sources=1692535272352
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Tue Aug 22 10:41:05 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692535271282
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.error=
|
||||
@default-central-https\://repo.maven.apache.org/maven2/.lastUpdated=1692535271284
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692535271283
|
||||
@default-ukp-oss-model-releases-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692535271279
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-osx-x86_64\:jar\:javadoc\:1.1 from/to ukp-oss-model-releases (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.error=
|
||||
@default-ukp-oss-snapshots-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692535271280
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.lastUpdated=1692692512828
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.lastUpdated=1692693665447
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-osx-x86_64\:jar\:javadoc\:1.1 from/to ukp-oss-snapshots (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-osx-x86_64\:jar\:javadoc\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: Network is unreachable
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-osx-x86_64\:jar\:javadoc\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: Network is unreachable
|
||||
https\://repo.maven.apache.org/maven2/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-osx-x86_64\:jar\:javadoc\:1.1 from/to central (https\://repo.maven.apache.org/maven2)\: repo.maven.apache.org
|
||||
BIN
Binary file not shown.
+17
@@ -0,0 +1,17 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Tue Aug 22 19:36:50 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692723163236
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.error=
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692725799713
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.error=
|
||||
@default-sonatype-releases-https\://oss.sonatype.org/content/repositories/releases/.lastUpdated=1692350644301
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.lastUpdated=1692432777739
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.lastUpdated=1692396595586
|
||||
https\://oss.sonatype.org/content/repositories/releases/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-osx-x86_64\:jar\:natives\:1.1 from/to sonatype-releases (https\://oss.sonatype.org/content/repositories/releases/)\: oss.sonatype.org
|
||||
https\://repo.maven.apache.org/maven2/.lastUpdated=1692725810714
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692719229664
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-osx-x86_64\:jar\:natives\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: Transfer failed for http\://basa.ltl.uni-due.de\:34001/artifactory/releases/com/github/fommil/netlib/netlib-native_ref-osx-x86_64/1.1/netlib-native_ref-osx-x86_64-1.1-natives.jar
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-osx-x86_64\:jar\:natives\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: Transfer failed for http\://basa.ltl.uni-due.de\:34001/artifactory/models/com/github/fommil/netlib/netlib-native_ref-osx-x86_64/1.1/netlib-native_ref-osx-x86_64-1.1-natives.jar
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692719231424
|
||||
+1
@@ -0,0 +1 @@
|
||||
80da53ec862f283dc3b191b9dbd3166ea6671831
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Sun Aug 20 14:41:12 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692496099114
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.error=
|
||||
@default-central-https\://repo.maven.apache.org/maven2/.lastUpdated=1692496119137
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692496099117
|
||||
@default-ukp-oss-model-releases-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692496079096
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-osx-x86_64\:jar\:sources\:1.1 from/to ukp-oss-model-releases (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.error=
|
||||
@default-ukp-oss-snapshots-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692496079098
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.lastUpdated=1692535270073
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.lastUpdated=1692535272351
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-osx-x86_64\:jar\:sources\:1.1 from/to ukp-oss-snapshots (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-osx-x86_64\:jar\:sources\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: basa.ltl.uni-due.de
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-osx-x86_64\:jar\:sources\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: basa.ltl.uni-due.de
|
||||
https\://repo.maven.apache.org/maven2/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-osx-x86_64\:jar\:sources\:1.1 from/to central (https\://repo.maven.apache.org/maven2)\: repo.maven.apache.org
|
||||
+95
@@ -0,0 +1,95 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>com.github.fommil.netlib</groupId>
|
||||
<artifactId>native_ref</artifactId>
|
||||
<version>1.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>netlib-native_ref-osx-x86_64</artifactId>
|
||||
<packaging>jnilib</packaging>
|
||||
|
||||
<properties>
|
||||
<netlib.src>../../netlib</netlib.src>
|
||||
</properties>
|
||||
|
||||
<!--
|
||||
NOTE: OS X does not come with a Fortran compiler.
|
||||
This configuration uses macports' distribution of gcc:
|
||||
|
||||
sudo port install gfortran48
|
||||
|
||||
To get the i5 AVX instructions, CLANG must be used for assembly
|
||||
|
||||
http://stackoverflow.com/questions/9840207
|
||||
|
||||
(although I haven't noticed much difference) with these extra GCC flags
|
||||
|
||||
-Xassembler -w -march=corei7-avx -mtune=corei7-avx
|
||||
-->
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>${project.parent.groupId}</groupId>
|
||||
<artifactId>native_ref-java</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>com.github.fommil.netlib</groupId>
|
||||
<artifactId>generator</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>blas</id>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>lapack</id>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>arpack</id>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>native-maven-plugin</artifactId>
|
||||
<extensions>true</extensions>
|
||||
<configuration>
|
||||
<javahOS>darwin</javahOS>
|
||||
<compilerExecutable>gcc-mp-4.8</compilerExecutable>
|
||||
<linkerExecutable>gcc-mp-4.8</linkerExecutable>
|
||||
<linkerMiddleOptions>
|
||||
<linkerMiddleOption>-dynamiclib</linkerMiddleOption>
|
||||
<linkerMiddleOption>-static-libgfortran</linkerMiddleOption>
|
||||
<linkerMiddleOption>/opt/local/lib/gcc48/libquadmath.a</linkerMiddleOption>
|
||||
<linkerMiddleOption>-static-libgcc</linkerMiddleOption>
|
||||
<linkerMiddleOption>-framework JavaVM</linkerMiddleOption>
|
||||
<linkerMiddleOption>-lgfortran</linkerMiddleOption>
|
||||
<linkerMiddleOption>-Wl,-dead_strip</linkerMiddleOption>
|
||||
<linkerMiddleOption>-Wl,-exported_symbol,_Java_*</linkerMiddleOption>
|
||||
<linkerMiddleOption>-Wl,-x</linkerMiddleOption>
|
||||
</linkerMiddleOptions>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>runtime</id>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>source</id>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Fri Aug 18 09:03:32 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692342112627
|
||||
https\://repo.maven.apache.org/maven2/.lastUpdated=1692342212806
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692342012354
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692342212769
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-osx-x86_64\:pom\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: Connect timed out
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-osx-x86_64\:pom\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: Connect timed out
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692342012498
|
||||
+1
@@ -0,0 +1 @@
|
||||
37f2f09e70eb72305a6c1752763e875f8fdd39f4
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Tue Aug 22 19:36:50 CEST 2023
|
||||
netlib-native_ref-win-i686-1.1.pom>central=
|
||||
netlib-native_ref-win-i686-1.1-natives.jar>central=
|
||||
+17
@@ -0,0 +1,17 @@
|
||||
#Tue Aug 22 10:41:05 CEST 2023
|
||||
ltl-snapshots|http\://basa.ltl.uni-due.de\:34001/artifactory/snapshots|sources=1692535272370
|
||||
ltl-model|http\://basa.ltl.uni-due.de\:34001/artifactory/models|javadoc=1692693665471
|
||||
ukp-oss-model-releases|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local|javadoc=1692693665471
|
||||
ukp-oss-snapshots|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/|javadoc=1692693665471
|
||||
central|https\://repo.maven.apache.org/maven2|javadoc=1692693665471
|
||||
ltl-releases|http\://basa.ltl.uni-due.de\:34001/artifactory/releases|sources=1692535272370
|
||||
ukp-oss-model-releases|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local|sources=1692535272370
|
||||
ukp-oss-snapshots|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/|sources=1692535272370
|
||||
ltl-model|http\://basa.ltl.uni-due.de\:34001/artifactory/models|sources=1692535272370
|
||||
ltl-releases|http\://basa.ltl.uni-due.de\:34001/artifactory/releases|javadoc=1692693665471
|
||||
ltl-snapshots|http\://basa.ltl.uni-due.de\:34001/artifactory/snapshots|javadoc=1692693665471
|
||||
data-local|file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib|javadoc=1692692512873
|
||||
data-local|file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib|javadoc=1692693665471
|
||||
data-local|file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib|sources=1692535270097
|
||||
central|https\://repo.maven.apache.org/maven2|sources=1692535272370
|
||||
data-local|file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib|sources=1692535272370
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Tue Aug 22 10:41:05 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692535271332
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.error=
|
||||
@default-central-https\://repo.maven.apache.org/maven2/.lastUpdated=1692535271335
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692535271334
|
||||
@default-ukp-oss-model-releases-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692535271329
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-win-i686\:jar\:javadoc\:1.1 from/to ukp-oss-model-releases (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.error=
|
||||
@default-ukp-oss-snapshots-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692535271331
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.lastUpdated=1692692512872
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.lastUpdated=1692693665470
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-win-i686\:jar\:javadoc\:1.1 from/to ukp-oss-snapshots (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-win-i686\:jar\:javadoc\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: Network is unreachable
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-win-i686\:jar\:javadoc\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: Network is unreachable
|
||||
https\://repo.maven.apache.org/maven2/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-win-i686\:jar\:javadoc\:1.1 from/to central (https\://repo.maven.apache.org/maven2)\: repo.maven.apache.org
|
||||
BIN
Binary file not shown.
+17
@@ -0,0 +1,17 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Tue Aug 22 19:36:50 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692723163237
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.error=
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692725799713
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.error=
|
||||
@default-sonatype-releases-https\://oss.sonatype.org/content/repositories/releases/.lastUpdated=1692350644302
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.lastUpdated=1692432777739
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.lastUpdated=1692396595587
|
||||
https\://oss.sonatype.org/content/repositories/releases/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-win-i686\:jar\:natives\:1.1 from/to sonatype-releases (https\://oss.sonatype.org/content/repositories/releases/)\: oss.sonatype.org
|
||||
https\://repo.maven.apache.org/maven2/.lastUpdated=1692725810716
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692719229665
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-win-i686\:jar\:natives\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: Transfer failed for http\://basa.ltl.uni-due.de\:34001/artifactory/releases/com/github/fommil/netlib/netlib-native_ref-win-i686/1.1/netlib-native_ref-win-i686-1.1-natives.jar
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-win-i686\:jar\:natives\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: Transfer failed for http\://basa.ltl.uni-due.de\:34001/artifactory/models/com/github/fommil/netlib/netlib-native_ref-win-i686/1.1/netlib-native_ref-win-i686-1.1-natives.jar
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692719231426
|
||||
+1
@@ -0,0 +1 @@
|
||||
167fb794a26cb0bfc74890c704c7137b1d5b50fd
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Sun Aug 20 14:41:12 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692496459552
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.error=
|
||||
@default-central-https\://repo.maven.apache.org/maven2/.lastUpdated=1692496479573
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692496459555
|
||||
@default-ukp-oss-model-releases-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692496439533
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-win-i686\:jar\:sources\:1.1 from/to ukp-oss-model-releases (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.error=
|
||||
@default-ukp-oss-snapshots-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692496439535
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.lastUpdated=1692535270097
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.lastUpdated=1692535272370
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-win-i686\:jar\:sources\:1.1 from/to ukp-oss-snapshots (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-win-i686\:jar\:sources\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: basa.ltl.uni-due.de
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-win-i686\:jar\:sources\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: basa.ltl.uni-due.de
|
||||
https\://repo.maven.apache.org/maven2/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-win-i686\:jar\:sources\:1.1 from/to central (https\://repo.maven.apache.org/maven2)\: repo.maven.apache.org
|
||||
+107
@@ -0,0 +1,107 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>com.github.fommil.netlib</groupId>
|
||||
<artifactId>native_ref</artifactId>
|
||||
<version>1.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>netlib-native_ref-win-i686</artifactId>
|
||||
<packaging>dll</packaging>
|
||||
|
||||
<!--
|
||||
This build is cross-compiled from OS X using the official MinGW snapshot
|
||||
downloaded from (I used mingw-w64-bin_i686-darwin_20130622)
|
||||
|
||||
http://sourceforge.net/projects/mingw-w64/
|
||||
|
||||
with the Windows 32 bit JDK obtained as per
|
||||
|
||||
http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html
|
||||
http://stackoverflow.com/a/14617087/1041691
|
||||
|
||||
mkdir java ; cd java
|
||||
# obtain the JDK via a browser
|
||||
WINEPREFIX=$PWD wine jdk-7u25-windows-i686.exe
|
||||
sudo mkdir -p /opt/win-i686
|
||||
sudo mv drive_c/Program\ Files\ (x86)/Java/jdk1.7.0_25 /opt/win-i686/jdk7
|
||||
-->
|
||||
<properties>
|
||||
<netlib.src>../../netlib</netlib.src>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>${project.parent.groupId}</groupId>
|
||||
<artifactId>native_ref-java</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>com.github.fommil.netlib</groupId>
|
||||
<artifactId>generator</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>blas</id>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>lapack</id>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>arpack</id>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>native-maven-plugin</artifactId>
|
||||
<extensions>true</extensions>
|
||||
<configuration>
|
||||
<!-- WIN32 is a misnomer -->
|
||||
<javahOS>win32</javahOS>
|
||||
<jdkIncludePath>/opt/win-i686/jdk7/include</jdkIncludePath>
|
||||
<compilerExecutable>i686-w64-mingw32-gcc</compilerExecutable>
|
||||
<linkerExecutable>i686-w64-mingw32-gcc</linkerExecutable>
|
||||
<compilerEndOptions>
|
||||
<!-- silencing warnings because jint* int* are actually safe on this platform -->
|
||||
<compilerEndOption>-w</compilerEndOption>
|
||||
</compilerEndOptions>
|
||||
<linkerMiddleOptions>
|
||||
<!-- check binary link with
|
||||
i686-w64-mingw32-objdump -p target/netlib-native_ref-win-i686.dll | grep DLL
|
||||
-->
|
||||
<linkerMiddleOption>-shared</linkerMiddleOption>
|
||||
<linkerMiddleOption>/opt/mingw32/mingw/lib/libgfortran.a</linkerMiddleOption>
|
||||
<linkerMiddleOption>/opt/mingw32/mingw/lib/libquadmath.a</linkerMiddleOption>
|
||||
<linkerMiddleOption>-static-libgcc</linkerMiddleOption>
|
||||
<!-- otherwise an "@..." symbol is added to the function name! -->
|
||||
<linkerMiddleOption>-Wl,--kill-at</linkerMiddleOption>
|
||||
<linkerMiddleOption>-Wl,--gc-sections</linkerMiddleOption>
|
||||
<linkerMiddleOption>-Wl,-s</linkerMiddleOption>
|
||||
<!-- Ignored, see http://sourceforge.net/p/mingw/bugs/1134/ -->
|
||||
<linkerMiddleOption>-Wl,--version-script=${netlib.src}/symbol.map</linkerMiddleOption>
|
||||
</linkerMiddleOptions>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>runtime</id>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>source</id>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Fri Aug 18 09:33:38 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692343918063
|
||||
https\://repo.maven.apache.org/maven2/.lastUpdated=1692344018260
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692343817819
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692344018211
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-win-i686\:pom\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: Connect timed out
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-win-i686\:pom\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: Connect timed out
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692343817958
|
||||
+1
@@ -0,0 +1 @@
|
||||
a07d3c953c40ffb43dc54d814f4b0aa12f262d4f
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Tue Aug 22 19:36:50 CEST 2023
|
||||
netlib-native_ref-win-x86_64-1.1-natives.jar>central=
|
||||
netlib-native_ref-win-x86_64-1.1.pom>central=
|
||||
+17
@@ -0,0 +1,17 @@
|
||||
#Tue Aug 22 10:41:05 CEST 2023
|
||||
ltl-snapshots|http\://basa.ltl.uni-due.de\:34001/artifactory/snapshots|sources=1692535272367
|
||||
ltl-model|http\://basa.ltl.uni-due.de\:34001/artifactory/models|javadoc=1692693665467
|
||||
ukp-oss-model-releases|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local|javadoc=1692693665467
|
||||
ukp-oss-snapshots|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/|javadoc=1692693665467
|
||||
central|https\://repo.maven.apache.org/maven2|javadoc=1692693665467
|
||||
ltl-releases|http\://basa.ltl.uni-due.de\:34001/artifactory/releases|sources=1692535272367
|
||||
ukp-oss-model-releases|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local|sources=1692535272367
|
||||
ukp-oss-snapshots|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/|sources=1692535272367
|
||||
ltl-model|http\://basa.ltl.uni-due.de\:34001/artifactory/models|sources=1692535272367
|
||||
ltl-releases|http\://basa.ltl.uni-due.de\:34001/artifactory/releases|javadoc=1692693665467
|
||||
ltl-snapshots|http\://basa.ltl.uni-due.de\:34001/artifactory/snapshots|javadoc=1692693665467
|
||||
data-local|file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib|javadoc=1692692512868
|
||||
data-local|file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib|javadoc=1692693665467
|
||||
data-local|file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib|sources=1692535270094
|
||||
central|https\://repo.maven.apache.org/maven2|sources=1692535272367
|
||||
data-local|file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib|sources=1692535272367
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Tue Aug 22 10:41:05 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692535271324
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.error=
|
||||
@default-central-https\://repo.maven.apache.org/maven2/.lastUpdated=1692535271326
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692535271325
|
||||
@default-ukp-oss-model-releases-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692535271321
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-win-x86_64\:jar\:javadoc\:1.1 from/to ukp-oss-model-releases (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.error=
|
||||
@default-ukp-oss-snapshots-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692535271322
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.lastUpdated=1692692512868
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.lastUpdated=1692693665466
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-win-x86_64\:jar\:javadoc\:1.1 from/to ukp-oss-snapshots (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-win-x86_64\:jar\:javadoc\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: Network is unreachable
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-win-x86_64\:jar\:javadoc\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: Network is unreachable
|
||||
https\://repo.maven.apache.org/maven2/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-win-x86_64\:jar\:javadoc\:1.1 from/to central (https\://repo.maven.apache.org/maven2)\: repo.maven.apache.org
|
||||
BIN
Binary file not shown.
+17
@@ -0,0 +1,17 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Tue Aug 22 19:36:50 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692723163237
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.error=
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692725799713
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.error=
|
||||
@default-sonatype-releases-https\://oss.sonatype.org/content/repositories/releases/.lastUpdated=1692350644302
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.lastUpdated=1692432777739
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.lastUpdated=1692396595586
|
||||
https\://oss.sonatype.org/content/repositories/releases/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-win-x86_64\:jar\:natives\:1.1 from/to sonatype-releases (https\://oss.sonatype.org/content/repositories/releases/)\: oss.sonatype.org
|
||||
https\://repo.maven.apache.org/maven2/.lastUpdated=1692725810716
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692719229665
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-win-x86_64\:jar\:natives\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: Transfer failed for http\://basa.ltl.uni-due.de\:34001/artifactory/releases/com/github/fommil/netlib/netlib-native_ref-win-x86_64/1.1/netlib-native_ref-win-x86_64-1.1-natives.jar
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-win-x86_64\:jar\:natives\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: Transfer failed for http\://basa.ltl.uni-due.de\:34001/artifactory/models/com/github/fommil/netlib/netlib-native_ref-win-x86_64/1.1/netlib-native_ref-win-x86_64-1.1-natives.jar
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692719231425
|
||||
+1
@@ -0,0 +1 @@
|
||||
4ab54511c2844546279d9f8e427c73953b794686
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Sun Aug 20 14:41:12 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692496399487
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.error=
|
||||
@default-central-https\://repo.maven.apache.org/maven2/.lastUpdated=1692496419504
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692496399490
|
||||
@default-ukp-oss-model-releases-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692496379463
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-win-x86_64\:jar\:sources\:1.1 from/to ukp-oss-model-releases (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.error=
|
||||
@default-ukp-oss-snapshots-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692496379465
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.lastUpdated=1692535270093
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.lastUpdated=1692535272366
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-win-x86_64\:jar\:sources\:1.1 from/to ukp-oss-snapshots (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-win-x86_64\:jar\:sources\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: basa.ltl.uni-due.de
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-win-x86_64\:jar\:sources\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: basa.ltl.uni-due.de
|
||||
https\://repo.maven.apache.org/maven2/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-win-x86_64\:jar\:sources\:1.1 from/to central (https\://repo.maven.apache.org/maven2)\: repo.maven.apache.org
|
||||
+106
@@ -0,0 +1,106 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>com.github.fommil.netlib</groupId>
|
||||
<artifactId>native_ref</artifactId>
|
||||
<version>1.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>netlib-native_ref-win-x86_64</artifactId>
|
||||
<packaging>dll</packaging>
|
||||
|
||||
<!--
|
||||
This build is cross-compiled from OS X using the official MinGW snapshot
|
||||
downloaded from (I used mingw-w64-bin_x86_64-darwin_20130622)
|
||||
|
||||
http://sourceforge.net/projects/mingw-w64/
|
||||
|
||||
with the Windows 64 bit JDK obtained as per
|
||||
|
||||
http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html
|
||||
http://stackoverflow.com/a/14617087/1041691
|
||||
|
||||
mkdir java ; cd java
|
||||
# obtain the JDK via a browser
|
||||
WINEPREFIX=$PWD wine jdk-7u25-windows-x64.exe
|
||||
sudo mkdir -p /opt/win-x86_64
|
||||
sudo mv drive_c/Program\ Files/Java/jdk1.7.0_25 /opt/win-x86_64/jdk7
|
||||
-->
|
||||
<properties>
|
||||
<netlib.src>../../netlib</netlib.src>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>${project.parent.groupId}</groupId>
|
||||
<artifactId>native_ref-java</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>com.github.fommil.netlib</groupId>
|
||||
<artifactId>generator</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>blas</id>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>lapack</id>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>arpack</id>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>native-maven-plugin</artifactId>
|
||||
<extensions>true</extensions>
|
||||
<configuration>
|
||||
<!-- WIN32 is a misnomer -->
|
||||
<javahOS>win32</javahOS>
|
||||
<jdkIncludePath>/opt/win-x86_64/jdk7/include</jdkIncludePath>
|
||||
<compilerExecutable>x86_64-w64-mingw32-gcc</compilerExecutable>
|
||||
<linkerExecutable>x86_64-w64-mingw32-gcc</linkerExecutable>
|
||||
<compilerEndOptions>
|
||||
<!-- silencing warnings because jint* int* are actually safe on this platform -->
|
||||
<compilerEndOption>-w</compilerEndOption>
|
||||
</compilerEndOptions>
|
||||
<linkerMiddleOptions>
|
||||
<!-- check binary link with
|
||||
x86_64-w64-mingw32-objdump -p target/netlib-native_ref-win-x86_64.dll | grep DLL
|
||||
x86_64-w64-mingw32-nm -g target/netlib-native_ref-win-x86_64.dll
|
||||
-->
|
||||
<linkerMiddleOption>-shared</linkerMiddleOption>
|
||||
<linkerMiddleOption>/opt/mingw64/mingw/lib/libgfortran.a</linkerMiddleOption>
|
||||
<linkerMiddleOption>/opt/mingw64/mingw/lib/libquadmath.a</linkerMiddleOption>
|
||||
<linkerMiddleOption>-static-libgcc</linkerMiddleOption>
|
||||
<linkerMiddleOption>-Wl,--gc-sections</linkerMiddleOption>
|
||||
<linkerMiddleOption>-Wl,-s</linkerMiddleOption>
|
||||
<!-- Ignored, see http://sourceforge.net/p/mingw/bugs/1134/ -->
|
||||
<linkerMiddleOption>-Wl,--version-script=${netlib.src}/symbol.map</linkerMiddleOption>
|
||||
</linkerMiddleOptions>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>runtime</id>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>source</id>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Fri Aug 18 09:30:17 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692343717476
|
||||
https\://repo.maven.apache.org/maven2/.lastUpdated=1692343817669
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692343617184
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692343817626
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-win-x86_64\:pom\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: Connect timed out
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_ref-win-x86_64\:pom\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: Connect timed out
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692343617336
|
||||
+1
@@ -0,0 +1 @@
|
||||
c657b4242a0df24f01c75a3d865b396062643498
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Tue Aug 22 19:36:50 CEST 2023
|
||||
netlib-native_system-linux-armhf-1.1-natives.jar>central=
|
||||
netlib-native_system-linux-armhf-1.1.pom>central=
|
||||
+17
@@ -0,0 +1,17 @@
|
||||
#Tue Aug 22 10:41:05 CEST 2023
|
||||
ltl-snapshots|http\://basa.ltl.uni-due.de\:34001/artifactory/snapshots|sources=1692535272390
|
||||
ltl-model|http\://basa.ltl.uni-due.de\:34001/artifactory/models|javadoc=1692693665491
|
||||
ukp-oss-model-releases|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local|javadoc=1692693665491
|
||||
ukp-oss-snapshots|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/|javadoc=1692693665491
|
||||
central|https\://repo.maven.apache.org/maven2|javadoc=1692693665491
|
||||
ltl-releases|http\://basa.ltl.uni-due.de\:34001/artifactory/releases|sources=1692535272390
|
||||
ukp-oss-model-releases|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local|sources=1692535272390
|
||||
ukp-oss-snapshots|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/|sources=1692535272390
|
||||
ltl-model|http\://basa.ltl.uni-due.de\:34001/artifactory/models|sources=1692535272390
|
||||
ltl-releases|http\://basa.ltl.uni-due.de\:34001/artifactory/releases|javadoc=1692693665491
|
||||
ltl-snapshots|http\://basa.ltl.uni-due.de\:34001/artifactory/snapshots|javadoc=1692693665491
|
||||
data-local|file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib|javadoc=1692692512896
|
||||
data-local|file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib|javadoc=1692693665491
|
||||
data-local|file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib|sources=1692535270119
|
||||
central|https\://repo.maven.apache.org/maven2|sources=1692535272390
|
||||
data-local|file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib|sources=1692535272390
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Tue Aug 22 10:41:05 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692535271384
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.error=
|
||||
@default-central-https\://repo.maven.apache.org/maven2/.lastUpdated=1692535271387
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692535271386
|
||||
@default-ukp-oss-model-releases-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692535271382
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-linux-armhf\:jar\:javadoc\:1.1 from/to ukp-oss-model-releases (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.error=
|
||||
@default-ukp-oss-snapshots-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692535271383
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.lastUpdated=1692692512896
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.lastUpdated=1692693665490
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-linux-armhf\:jar\:javadoc\:1.1 from/to ukp-oss-snapshots (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-linux-armhf\:jar\:javadoc\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: Network is unreachable
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-linux-armhf\:jar\:javadoc\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: Network is unreachable
|
||||
https\://repo.maven.apache.org/maven2/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-linux-armhf\:jar\:javadoc\:1.1 from/to central (https\://repo.maven.apache.org/maven2)\: repo.maven.apache.org
|
||||
BIN
Binary file not shown.
+17
@@ -0,0 +1,17 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Tue Aug 22 19:36:50 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692723163238
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.error=
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692725799714
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.error=
|
||||
@default-sonatype-releases-https\://oss.sonatype.org/content/repositories/releases/.lastUpdated=1692350644302
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.lastUpdated=1692432777740
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.lastUpdated=1692396595587
|
||||
https\://oss.sonatype.org/content/repositories/releases/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-linux-armhf\:jar\:natives\:1.1 from/to sonatype-releases (https\://oss.sonatype.org/content/repositories/releases/)\: oss.sonatype.org
|
||||
https\://repo.maven.apache.org/maven2/.lastUpdated=1692725810717
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692719229667
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-linux-armhf\:jar\:natives\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: Transfer failed for http\://basa.ltl.uni-due.de\:34001/artifactory/releases/com/github/fommil/netlib/netlib-native_system-linux-armhf/1.1/netlib-native_system-linux-armhf-1.1-natives.jar
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-linux-armhf\:jar\:natives\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: Transfer failed for http\://basa.ltl.uni-due.de\:34001/artifactory/models/com/github/fommil/netlib/netlib-native_system-linux-armhf/1.1/netlib-native_system-linux-armhf-1.1-natives.jar
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692719231427
|
||||
+1
@@ -0,0 +1 @@
|
||||
27ae9f6a9c88b3f8d12ffa52d62941615f8ed416
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Sun Aug 20 14:41:12 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692496819977
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.error=
|
||||
@default-central-https\://repo.maven.apache.org/maven2/.lastUpdated=1692496840003
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692496819980
|
||||
@default-ukp-oss-model-releases-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692496799953
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-linux-armhf\:jar\:sources\:1.1 from/to ukp-oss-model-releases (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.error=
|
||||
@default-ukp-oss-snapshots-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692496799956
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.lastUpdated=1692535270119
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.lastUpdated=1692535272390
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-linux-armhf\:jar\:sources\:1.1 from/to ukp-oss-snapshots (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-linux-armhf\:jar\:sources\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: basa.ltl.uni-due.de
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-linux-armhf\:jar\:sources\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: basa.ltl.uni-due.de
|
||||
https\://repo.maven.apache.org/maven2/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-linux-armhf\:jar\:sources\:1.1 from/to central (https\://repo.maven.apache.org/maven2)\: repo.maven.apache.org
|
||||
+118
@@ -0,0 +1,118 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>com.github.fommil.netlib</groupId>
|
||||
<artifactId>native_system-xbuilds</artifactId>
|
||||
<version>1.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>netlib-native_system-linux-armhf</artifactId>
|
||||
<packaging>so</packaging>
|
||||
|
||||
<!--
|
||||
This is built using a custom cross compiler from Debian,
|
||||
using the "rpi" config file in this directory.
|
||||
|
||||
http://elinux.org/RPi_Linaro_GCC_Compilation
|
||||
http://crosstool-ng.org
|
||||
http://stackoverflow.com/a/13384349/1041691
|
||||
|
||||
(don't forget to use `CT_DEBUG_CT_SAVE_STEPS=1`)
|
||||
|
||||
Note that although Ubuntu has a gnueabihf compiler, it
|
||||
is targeted a ludicrously niche ARMv7 chip that is not
|
||||
backwards compatible with the Raspberry Pi.
|
||||
|
||||
And obtain a JDK for ARM from
|
||||
|
||||
http://jdk8.java.net/download.html
|
||||
|
||||
installed into
|
||||
|
||||
/opt/gnueabihf-arm/jdk8
|
||||
|
||||
along with the contents of
|
||||
|
||||
for A in b/blas/libblas-dev_1.2.20110419-5_armhf.deb b/blas/libblas3_1.2.20110419-5_armhf.deb l/lapack/liblapack-dev_3.4.2%2bdfsg-1_armhf.deb l/lapack/liblapack3_3.4.2%2bdfsg-1_armhf.deb ; do
|
||||
curl -O "http://archive.raspbian.org/raspbian/pool/main/$A"
|
||||
ar vx `basename $A`
|
||||
sudo tar xfzv data.tar.gz -C /opt/gnueabihf-arm/
|
||||
done
|
||||
-->
|
||||
<properties>
|
||||
<netlib.src>../../../netlib</netlib.src>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>${project.parent.groupId}</groupId>
|
||||
<artifactId>native_system-java</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>com.github.fommil.netlib</groupId>
|
||||
<artifactId>generator</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>blas</id>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>lapack</id>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>arpack</id>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>native-maven-plugin</artifactId>
|
||||
<extensions>true</extensions>
|
||||
<configuration>
|
||||
<javahOS>linux</javahOS>
|
||||
<jdkIncludePath>/opt/gnueabihf-arm/jdk8/include</jdkIncludePath>
|
||||
<compilerExecutable>arm-rpi-linux-gnueabi-gcc</compilerExecutable>
|
||||
<linkerExecutable>arm-rpi-linux-gnueabi-gcc</linkerExecutable>
|
||||
<compilerStartOptions>
|
||||
<compilerStartOption>-Os</compilerStartOption>
|
||||
<compilerStartOption>-I/opt/gnueabihf-arm/usr/include/</compilerStartOption>
|
||||
</compilerStartOptions>
|
||||
<linkerMiddleOptions>
|
||||
<!-- Inspect binary with
|
||||
arm-rpi-linux-gnueabi-readelf -a target/netlib-native_system-linux-armhf.so | grep "Shared library:"
|
||||
-->
|
||||
<linkerMiddleOption>-L/opt/gnueabihf-arm/usr/lib/libblas</linkerMiddleOption>
|
||||
<linkerMiddleOption>-L/opt/gnueabihf-arm/usr/lib/lapack</linkerMiddleOption>
|
||||
<linkerMiddleOption>-shared</linkerMiddleOption>
|
||||
<linkerMiddleOption>-lgfortran</linkerMiddleOption>
|
||||
<linkerMiddleOption>-lblas</linkerMiddleOption>
|
||||
<linkerMiddleOption>-llapack</linkerMiddleOption>
|
||||
<linkerMiddleOption>-Wl,-s</linkerMiddleOption>
|
||||
<linkerMiddleOption>-Wl,--version-script=${netlib.src}/symbol.map</linkerMiddleOption>
|
||||
<linkerMiddleOption>-Wl,--gc-sections</linkerMiddleOption>
|
||||
</linkerMiddleOptions>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>runtime</id>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>source</id>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Fri Aug 18 10:00:23 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692345522916
|
||||
https\://repo.maven.apache.org/maven2/.lastUpdated=1692345623109
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692345422608
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692345623069
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-linux-armhf\:pom\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: Connect timed out
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-linux-armhf\:pom\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: Connect timed out
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692345422766
|
||||
+1
@@ -0,0 +1 @@
|
||||
7845cf5a60c77f850b5dbebe34cfc87f715e37e8
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Tue Aug 22 19:36:50 CEST 2023
|
||||
netlib-native_system-linux-i686-1.1.pom>central=
|
||||
netlib-native_system-linux-i686-1.1-natives.jar>central=
|
||||
+17
@@ -0,0 +1,17 @@
|
||||
#Tue Aug 22 10:41:05 CEST 2023
|
||||
ltl-snapshots|http\://basa.ltl.uni-due.de\:34001/artifactory/snapshots|sources=1692535272387
|
||||
ltl-model|http\://basa.ltl.uni-due.de\:34001/artifactory/models|javadoc=1692693665488
|
||||
ukp-oss-model-releases|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local|javadoc=1692693665488
|
||||
ukp-oss-snapshots|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/|javadoc=1692693665488
|
||||
central|https\://repo.maven.apache.org/maven2|javadoc=1692693665488
|
||||
ltl-releases|http\://basa.ltl.uni-due.de\:34001/artifactory/releases|sources=1692535272387
|
||||
ukp-oss-model-releases|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local|sources=1692535272387
|
||||
ukp-oss-snapshots|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/|sources=1692535272387
|
||||
ltl-model|http\://basa.ltl.uni-due.de\:34001/artifactory/models|sources=1692535272387
|
||||
ltl-releases|http\://basa.ltl.uni-due.de\:34001/artifactory/releases|javadoc=1692693665488
|
||||
ltl-snapshots|http\://basa.ltl.uni-due.de\:34001/artifactory/snapshots|javadoc=1692693665488
|
||||
data-local|file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib|javadoc=1692692512893
|
||||
data-local|file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib|javadoc=1692693665488
|
||||
data-local|file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib|sources=1692535270116
|
||||
central|https\://repo.maven.apache.org/maven2|sources=1692535272387
|
||||
data-local|file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib|sources=1692535272387
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Tue Aug 22 10:41:05 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692535271375
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.error=
|
||||
@default-central-https\://repo.maven.apache.org/maven2/.lastUpdated=1692535271378
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692535271377
|
||||
@default-ukp-oss-model-releases-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692535271373
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-linux-i686\:jar\:javadoc\:1.1 from/to ukp-oss-model-releases (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.error=
|
||||
@default-ukp-oss-snapshots-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692535271374
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.lastUpdated=1692692512892
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.lastUpdated=1692693665487
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-linux-i686\:jar\:javadoc\:1.1 from/to ukp-oss-snapshots (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-linux-i686\:jar\:javadoc\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: Network is unreachable
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-linux-i686\:jar\:javadoc\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: Network is unreachable
|
||||
https\://repo.maven.apache.org/maven2/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-linux-i686\:jar\:javadoc\:1.1 from/to central (https\://repo.maven.apache.org/maven2)\: repo.maven.apache.org
|
||||
BIN
Binary file not shown.
+17
@@ -0,0 +1,17 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Tue Aug 22 19:36:50 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692723163238
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.error=
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692725799714
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.error=
|
||||
@default-sonatype-releases-https\://oss.sonatype.org/content/repositories/releases/.lastUpdated=1692350644302
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.lastUpdated=1692432777740
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.lastUpdated=1692396595587
|
||||
https\://oss.sonatype.org/content/repositories/releases/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-linux-i686\:jar\:natives\:1.1 from/to sonatype-releases (https\://oss.sonatype.org/content/repositories/releases/)\: oss.sonatype.org
|
||||
https\://repo.maven.apache.org/maven2/.lastUpdated=1692725810717
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692719229667
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-linux-i686\:jar\:natives\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: Transfer failed for http\://basa.ltl.uni-due.de\:34001/artifactory/releases/com/github/fommil/netlib/netlib-native_system-linux-i686/1.1/netlib-native_system-linux-i686-1.1-natives.jar
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-linux-i686\:jar\:natives\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: Transfer failed for http\://basa.ltl.uni-due.de\:34001/artifactory/models/com/github/fommil/netlib/netlib-native_system-linux-i686/1.1/netlib-native_system-linux-i686-1.1-natives.jar
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692719231426
|
||||
+1
@@ -0,0 +1 @@
|
||||
dd43225560dbd9115d306f9be3ca195aed236b78
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Sun Aug 20 14:41:12 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692496759912
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.error=
|
||||
@default-central-https\://repo.maven.apache.org/maven2/.lastUpdated=1692496779934
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692496759914
|
||||
@default-ukp-oss-model-releases-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692496739895
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-linux-i686\:jar\:sources\:1.1 from/to ukp-oss-model-releases (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.error=
|
||||
@default-ukp-oss-snapshots-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692496739896
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.lastUpdated=1692535270115
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.lastUpdated=1692535272387
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-linux-i686\:jar\:sources\:1.1 from/to ukp-oss-snapshots (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-linux-i686\:jar\:sources\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: basa.ltl.uni-due.de
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-linux-i686\:jar\:sources\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: basa.ltl.uni-due.de
|
||||
https\://repo.maven.apache.org/maven2/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-linux-i686\:jar\:sources\:1.1 from/to central (https\://repo.maven.apache.org/maven2)\: repo.maven.apache.org
|
||||
+118
@@ -0,0 +1,118 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>com.github.fommil.netlib</groupId>
|
||||
<artifactId>native_system-xbuilds</artifactId>
|
||||
<version>1.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>netlib-native_system-linux-i686</artifactId>
|
||||
<packaging>so</packaging>
|
||||
|
||||
<!--
|
||||
This is built for Linux i686 on an x86_64 architecture.
|
||||
|
||||
sudo apt-get install libc6-dev-i386 gfortran-multilib
|
||||
|
||||
get the 32 bit JDK from
|
||||
|
||||
http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html
|
||||
|
||||
and install into
|
||||
|
||||
/opt/linux-i686/jdk7
|
||||
|
||||
along with the contents of
|
||||
|
||||
for A in b/blas/libblas-dev_1.2.20110419-5_i386.deb b/blas/libblas3_1.2.20110419-5_i386.deb l/lapack/liblapack3_3.4.1+dfsg-1+deb70u1_i386.deb l/lapack/liblapack-dev_3.4.1+dfsg-1+deb70u1_i386.deb ; do
|
||||
curl -O "http://mirrors.kernel.org/debian/pool/main/$A"
|
||||
ar vx `basename $A`
|
||||
sudo tar xfzv data.tar.gz -C /opt/linux-i686/
|
||||
done
|
||||
|
||||
It is impossible to compile a library on Ubuntu that has static
|
||||
references to the fortran libraries, as the static fortran library
|
||||
has not been compiled with -fPIC. The only workaround would be
|
||||
to compile gcc from scratch, with the flags added, and then compile
|
||||
these natives. That is not a wise move.
|
||||
|
||||
NOTE: on some Ubuntu systems, the libblas.so.3 and liblapack.so.3
|
||||
don't always exist. So you need to create them against the
|
||||
sudo ln -s libblas.so /usr/lib/libblas.so.3
|
||||
sudo ln -s liblapack.so /usr/lib/liblapack.so.3
|
||||
-->
|
||||
<properties>
|
||||
<netlib.src>../../../netlib</netlib.src>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>${project.parent.groupId}</groupId>
|
||||
<artifactId>native_system-java</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>com.github.fommil.netlib</groupId>
|
||||
<artifactId>generator</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>blas</id>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>lapack</id>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>arpack</id>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>native-maven-plugin</artifactId>
|
||||
<extensions>true</extensions>
|
||||
<configuration>
|
||||
<javahOS>linux</javahOS>
|
||||
<jdkIncludePath>/opt/linux-i686/jdk7/include</jdkIncludePath>
|
||||
<compilerEndOptions>
|
||||
<compilerEndOption>-m32</compilerEndOption>
|
||||
<compilerEndOption>-I/opt/linux-i686/usr/include/</compilerEndOption>
|
||||
</compilerEndOptions>
|
||||
<linkerEndOptions>
|
||||
<linkerEndOption>-m32</linkerEndOption>
|
||||
</linkerEndOptions>
|
||||
<linkerMiddleOptions>
|
||||
<linkerMiddleOption>-L/opt/linux-i686/usr/lib/libblas</linkerMiddleOption>
|
||||
<linkerMiddleOption>-L/opt/linux-i686/usr/lib/lapack</linkerMiddleOption>
|
||||
<linkerMiddleOption>-shared</linkerMiddleOption>
|
||||
<linkerMiddleOption>-lgfortran</linkerMiddleOption>
|
||||
<linkerMiddleOption>-lblas</linkerMiddleOption>
|
||||
<linkerMiddleOption>-llapack</linkerMiddleOption>
|
||||
<linkerMiddleOption>-Wl,-s</linkerMiddleOption>
|
||||
<linkerMiddleOption>-Wl,--version-script=${netlib.src}/symbol.map</linkerMiddleOption>
|
||||
<linkerMiddleOption>-Wl,--gc-sections</linkerMiddleOption>
|
||||
</linkerMiddleOptions>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>runtime</id>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>source</id>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Fri Aug 18 09:57:02 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692345322292
|
||||
https\://repo.maven.apache.org/maven2/.lastUpdated=1692345422453
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692345222007
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692345422412
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-linux-i686\:pom\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: Connect timed out
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-linux-i686\:pom\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: Connect timed out
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692345222165
|
||||
+1
@@ -0,0 +1 @@
|
||||
ccffd86d48d6e343592461aa492985f05d34f379
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Tue Aug 22 19:36:50 CEST 2023
|
||||
netlib-native_system-linux-x86_64-1.1-natives.jar>central=
|
||||
netlib-native_system-linux-x86_64-1.1.pom>central=
|
||||
+17
@@ -0,0 +1,17 @@
|
||||
#Tue Aug 22 10:41:05 CEST 2023
|
||||
ltl-snapshots|http\://basa.ltl.uni-due.de\:34001/artifactory/snapshots|sources=1692535272384
|
||||
ltl-model|http\://basa.ltl.uni-due.de\:34001/artifactory/models|javadoc=1692693665484
|
||||
ukp-oss-model-releases|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local|javadoc=1692693665484
|
||||
ukp-oss-snapshots|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/|javadoc=1692693665484
|
||||
central|https\://repo.maven.apache.org/maven2|javadoc=1692693665484
|
||||
ltl-releases|http\://basa.ltl.uni-due.de\:34001/artifactory/releases|sources=1692535272384
|
||||
ukp-oss-model-releases|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local|sources=1692535272384
|
||||
ukp-oss-snapshots|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/|sources=1692535272384
|
||||
ltl-model|http\://basa.ltl.uni-due.de\:34001/artifactory/models|sources=1692535272384
|
||||
ltl-releases|http\://basa.ltl.uni-due.de\:34001/artifactory/releases|javadoc=1692693665484
|
||||
ltl-snapshots|http\://basa.ltl.uni-due.de\:34001/artifactory/snapshots|javadoc=1692693665484
|
||||
data-local|file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib|javadoc=1692692512889
|
||||
data-local|file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib|javadoc=1692693665484
|
||||
data-local|file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib|sources=1692535270112
|
||||
central|https\://repo.maven.apache.org/maven2|sources=1692535272384
|
||||
data-local|file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib|sources=1692535272384
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Tue Aug 22 10:41:05 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692535271367
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.error=
|
||||
@default-central-https\://repo.maven.apache.org/maven2/.lastUpdated=1692535271370
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692535271369
|
||||
@default-ukp-oss-model-releases-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692535271364
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-linux-x86_64\:jar\:javadoc\:1.1 from/to ukp-oss-model-releases (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.error=
|
||||
@default-ukp-oss-snapshots-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692535271365
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.lastUpdated=1692692512888
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.lastUpdated=1692693665483
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-linux-x86_64\:jar\:javadoc\:1.1 from/to ukp-oss-snapshots (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-linux-x86_64\:jar\:javadoc\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: Network is unreachable
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-linux-x86_64\:jar\:javadoc\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: Network is unreachable
|
||||
https\://repo.maven.apache.org/maven2/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-linux-x86_64\:jar\:javadoc\:1.1 from/to central (https\://repo.maven.apache.org/maven2)\: repo.maven.apache.org
|
||||
BIN
Binary file not shown.
+17
@@ -0,0 +1,17 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Tue Aug 22 19:36:50 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692723163238
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.error=
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692725799714
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.error=
|
||||
@default-sonatype-releases-https\://oss.sonatype.org/content/repositories/releases/.lastUpdated=1692350644302
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.lastUpdated=1692432777740
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.lastUpdated=1692396595587
|
||||
https\://oss.sonatype.org/content/repositories/releases/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-linux-x86_64\:jar\:natives\:1.1 from/to sonatype-releases (https\://oss.sonatype.org/content/repositories/releases/)\: oss.sonatype.org
|
||||
https\://repo.maven.apache.org/maven2/.lastUpdated=1692725810717
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692719229666
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-linux-x86_64\:jar\:natives\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: Transfer failed for http\://basa.ltl.uni-due.de\:34001/artifactory/releases/com/github/fommil/netlib/netlib-native_system-linux-x86_64/1.1/netlib-native_system-linux-x86_64-1.1-natives.jar
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-linux-x86_64\:jar\:natives\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: Transfer failed for http\://basa.ltl.uni-due.de\:34001/artifactory/models/com/github/fommil/netlib/netlib-native_system-linux-x86_64/1.1/netlib-native_system-linux-x86_64-1.1-natives.jar
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692719231426
|
||||
+1
@@ -0,0 +1 @@
|
||||
163e88facabe7fa29952890dc2d3429e28501120
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Sun Aug 20 14:41:12 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692496699847
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.error=
|
||||
@default-central-https\://repo.maven.apache.org/maven2/.lastUpdated=1692496719866
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692496699849
|
||||
@default-ukp-oss-model-releases-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692496679822
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-linux-x86_64\:jar\:sources\:1.1 from/to ukp-oss-model-releases (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.error=
|
||||
@default-ukp-oss-snapshots-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692496679823
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.lastUpdated=1692535270111
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.lastUpdated=1692535272383
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-linux-x86_64\:jar\:sources\:1.1 from/to ukp-oss-snapshots (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-linux-x86_64\:jar\:sources\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: basa.ltl.uni-due.de
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-linux-x86_64\:jar\:sources\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: basa.ltl.uni-due.de
|
||||
https\://repo.maven.apache.org/maven2/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-linux-x86_64\:jar\:sources\:1.1 from/to central (https\://repo.maven.apache.org/maven2)\: repo.maven.apache.org
|
||||
+100
@@ -0,0 +1,100 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>com.github.fommil.netlib</groupId>
|
||||
<artifactId>native_system-xbuilds</artifactId>
|
||||
<version>1.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>netlib-native_system-linux-x86_64</artifactId>
|
||||
<packaging>so</packaging>
|
||||
|
||||
<!--
|
||||
This is built natively for Linux x86_64 on an x86_64 architecture.
|
||||
Ubuntu Wheezy is best as it compiles for GLIBC_2.2.5 whereas Ubuntu
|
||||
requires the more recent GLIBC_2.13.
|
||||
|
||||
sudo apt-get install gfortran openjdk-7-jdk libblas-dev liblapack-dev
|
||||
|
||||
DO NOT INSTALL OPENBLAS at compile time or it will (unexplicably)
|
||||
be added to the link path.
|
||||
|
||||
It is impossible to compile a library on Ubuntu that has static
|
||||
references to the fortran libraries, as the static fortran library
|
||||
has not been compiled with -fPIC. The only workaround would be
|
||||
to compile gcc from scratch, with the flags added, and then compile
|
||||
these natives. That is not a wise move.
|
||||
|
||||
Don't forget to enable your optimised system libraries at runtime!
|
||||
(double dashes below... damn you XML!)
|
||||
|
||||
sudo update-alternatives - -config libblas.so.3
|
||||
sudo update-alternatives - -config liblapack.so.3
|
||||
|
||||
see https://wiki.debian.org/DebianScience/LinearAlgebraLibraries for more.
|
||||
-->
|
||||
<properties>
|
||||
<netlib.src>../../../netlib</netlib.src>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>${project.parent.groupId}</groupId>
|
||||
<artifactId>native_system-java</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>com.github.fommil.netlib</groupId>
|
||||
<artifactId>generator</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>blas</id>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>lapack</id>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>arpack</id>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>native-maven-plugin</artifactId>
|
||||
<extensions>true</extensions>
|
||||
<configuration>
|
||||
<javahOS>linux</javahOS>
|
||||
<linkerMiddleOptions>
|
||||
<linkerMiddleOption>-shared</linkerMiddleOption>
|
||||
<linkerMiddleOption>-lgfortran</linkerMiddleOption>
|
||||
<linkerMiddleOption>-lblas</linkerMiddleOption>
|
||||
<linkerMiddleOption>-llapack</linkerMiddleOption>
|
||||
<linkerMiddleOption>-Wl,-s</linkerMiddleOption>
|
||||
<linkerMiddleOption>-Wl,--version-script=${netlib.src}/symbol.map</linkerMiddleOption>
|
||||
<linkerMiddleOption>-Wl,--gc-sections</linkerMiddleOption>
|
||||
</linkerMiddleOptions>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>runtime</id>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>source</id>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Fri Aug 18 09:50:21 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692344921073
|
||||
https\://repo.maven.apache.org/maven2/.lastUpdated=1692345021241
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692344820781
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692345021200
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-linux-x86_64\:pom\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: Connect timed out
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-linux-x86_64\:pom\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: Connect timed out
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692344820918
|
||||
+1
@@ -0,0 +1 @@
|
||||
c7951834397404640a2b87d346ecbb10e2992222
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Tue Aug 22 19:36:50 CEST 2023
|
||||
netlib-native_system-osx-x86_64-1.1-natives.jar>central=
|
||||
netlib-native_system-osx-x86_64-1.1.pom>central=
|
||||
+17
@@ -0,0 +1,17 @@
|
||||
#Tue Aug 22 10:41:05 CEST 2023
|
||||
ltl-snapshots|http\://basa.ltl.uni-due.de\:34001/artifactory/snapshots|sources=1692535272377
|
||||
ltl-model|http\://basa.ltl.uni-due.de\:34001/artifactory/models|javadoc=1692693665477
|
||||
ukp-oss-model-releases|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local|javadoc=1692693665477
|
||||
ukp-oss-snapshots|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/|javadoc=1692693665477
|
||||
central|https\://repo.maven.apache.org/maven2|javadoc=1692693665477
|
||||
ltl-releases|http\://basa.ltl.uni-due.de\:34001/artifactory/releases|sources=1692535272377
|
||||
ukp-oss-model-releases|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local|sources=1692535272377
|
||||
ukp-oss-snapshots|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/|sources=1692535272377
|
||||
ltl-model|http\://basa.ltl.uni-due.de\:34001/artifactory/models|sources=1692535272377
|
||||
ltl-releases|http\://basa.ltl.uni-due.de\:34001/artifactory/releases|javadoc=1692693665477
|
||||
ltl-snapshots|http\://basa.ltl.uni-due.de\:34001/artifactory/snapshots|javadoc=1692693665477
|
||||
data-local|file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib|javadoc=1692692512881
|
||||
data-local|file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib|javadoc=1692693665477
|
||||
data-local|file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib|sources=1692535270105
|
||||
central|https\://repo.maven.apache.org/maven2|sources=1692535272377
|
||||
data-local|file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib|sources=1692535272377
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Tue Aug 22 10:41:05 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692535271349
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.error=
|
||||
@default-central-https\://repo.maven.apache.org/maven2/.lastUpdated=1692535271352
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692535271351
|
||||
@default-ukp-oss-model-releases-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692535271347
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-osx-x86_64\:jar\:javadoc\:1.1 from/to ukp-oss-model-releases (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.error=
|
||||
@default-ukp-oss-snapshots-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692535271348
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.lastUpdated=1692692512880
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.lastUpdated=1692693665477
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-osx-x86_64\:jar\:javadoc\:1.1 from/to ukp-oss-snapshots (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-osx-x86_64\:jar\:javadoc\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: Network is unreachable
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-osx-x86_64\:jar\:javadoc\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: Network is unreachable
|
||||
https\://repo.maven.apache.org/maven2/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-osx-x86_64\:jar\:javadoc\:1.1 from/to central (https\://repo.maven.apache.org/maven2)\: repo.maven.apache.org
|
||||
BIN
Binary file not shown.
+17
@@ -0,0 +1,17 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Tue Aug 22 19:36:50 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692723163237
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.error=
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692725799714
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.error=
|
||||
@default-sonatype-releases-https\://oss.sonatype.org/content/repositories/releases/.lastUpdated=1692350644302
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.lastUpdated=1692432777739
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.lastUpdated=1692396595587
|
||||
https\://oss.sonatype.org/content/repositories/releases/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-osx-x86_64\:jar\:natives\:1.1 from/to sonatype-releases (https\://oss.sonatype.org/content/repositories/releases/)\: oss.sonatype.org
|
||||
https\://repo.maven.apache.org/maven2/.lastUpdated=1692725810716
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692719229666
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-osx-x86_64\:jar\:natives\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: Transfer failed for http\://basa.ltl.uni-due.de\:34001/artifactory/releases/com/github/fommil/netlib/netlib-native_system-osx-x86_64/1.1/netlib-native_system-osx-x86_64-1.1-natives.jar
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-osx-x86_64\:jar\:natives\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: Transfer failed for http\://basa.ltl.uni-due.de\:34001/artifactory/models/com/github/fommil/netlib/netlib-native_system-osx-x86_64/1.1/netlib-native_system-osx-x86_64-1.1-natives.jar
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692719231426
|
||||
+1
@@ -0,0 +1 @@
|
||||
d724e33675dc8eaa5c8fcb05a3aaca6f3339afa7
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Sun Aug 20 14:41:12 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692496579703
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.error=
|
||||
@default-central-https\://repo.maven.apache.org/maven2/.lastUpdated=1692496599723
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692496579705
|
||||
@default-ukp-oss-model-releases-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692496559683
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-osx-x86_64\:jar\:sources\:1.1 from/to ukp-oss-model-releases (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.error=
|
||||
@default-ukp-oss-snapshots-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692496559685
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.lastUpdated=1692535270104
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.lastUpdated=1692535272377
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-osx-x86_64\:jar\:sources\:1.1 from/to ukp-oss-snapshots (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-osx-x86_64\:jar\:sources\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: basa.ltl.uni-due.de
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-osx-x86_64\:jar\:sources\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: basa.ltl.uni-due.de
|
||||
https\://repo.maven.apache.org/maven2/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-osx-x86_64\:jar\:sources\:1.1 from/to central (https\://repo.maven.apache.org/maven2)\: repo.maven.apache.org
|
||||
+99
@@ -0,0 +1,99 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>com.github.fommil.netlib</groupId>
|
||||
<artifactId>native_system</artifactId>
|
||||
<version>1.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>netlib-native_system-osx-x86_64</artifactId>
|
||||
<packaging>jnilib</packaging>
|
||||
|
||||
<properties>
|
||||
<netlib.src>../../netlib</netlib.src>
|
||||
</properties>
|
||||
|
||||
<!--
|
||||
NOTE: OS X does not come with a Fortran compiler.
|
||||
This configuration uses macports' distribution of gcc:
|
||||
|
||||
sudo port install gfortran48
|
||||
|
||||
To get the i5 AVX instructions, CLANG must be used for assembly
|
||||
|
||||
http://stackoverflow.com/questions/9840207
|
||||
|
||||
(although I haven't noticed much difference) with these extra GCC flags
|
||||
|
||||
-Xassembler -w -march=corei7-avx -mtune=corei7-avx
|
||||
-->
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>${project.parent.groupId}</groupId>
|
||||
<artifactId>native_system-java</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>com.github.fommil.netlib</groupId>
|
||||
<artifactId>generator</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>blas</id>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>lapack</id>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>arpack</id>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>native-maven-plugin</artifactId>
|
||||
<extensions>true</extensions>
|
||||
<configuration>
|
||||
<javahOS>darwin</javahOS>
|
||||
<compilerExecutable>gcc-mp-4.8</compilerExecutable>
|
||||
<linkerExecutable>gcc-mp-4.8</linkerExecutable>
|
||||
<compilerEndOptions>
|
||||
<compilerEndOption>-I/System/Library/Frameworks/vecLib.framework/Headers</compilerEndOption>
|
||||
</compilerEndOptions>
|
||||
<linkerMiddleOptions>
|
||||
<linkerMiddleOption>-dynamiclib</linkerMiddleOption>
|
||||
<linkerMiddleOption>-static-libgfortran</linkerMiddleOption>
|
||||
<linkerMiddleOption>/opt/local/lib/gcc48/libquadmath.a</linkerMiddleOption>
|
||||
<linkerMiddleOption>-static-libgcc</linkerMiddleOption>
|
||||
<linkerMiddleOption>-framework JavaVM</linkerMiddleOption>
|
||||
<linkerMiddleOption>-framework veclib</linkerMiddleOption>
|
||||
<linkerMiddleOption>-lgfortran</linkerMiddleOption>
|
||||
<linkerMiddleOption>-Wl,-dead_strip</linkerMiddleOption>
|
||||
<linkerMiddleOption>-Wl,-exported_symbol,_Java_*</linkerMiddleOption>
|
||||
<linkerMiddleOption>-Wl,-x</linkerMiddleOption>
|
||||
</linkerMiddleOptions>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>runtime</id>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>source</id>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Fri Aug 18 09:40:19 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692344319288
|
||||
https\://repo.maven.apache.org/maven2/.lastUpdated=1692344419471
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692344218999
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692344419436
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-osx-x86_64\:pom\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: Connect timed out
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-osx-x86_64\:pom\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: Connect timed out
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692344219147
|
||||
+1
@@ -0,0 +1 @@
|
||||
44643ee7c6b628af88a479a599962b49812b5427
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Tue Aug 22 19:36:50 CEST 2023
|
||||
netlib-native_system-win-i686-1.1.pom>central=
|
||||
netlib-native_system-win-i686-1.1-natives.jar>central=
|
||||
+17
@@ -0,0 +1,17 @@
|
||||
#Tue Aug 22 10:41:05 CEST 2023
|
||||
ltl-snapshots|http\://basa.ltl.uni-due.de\:34001/artifactory/snapshots|sources=1692535272397
|
||||
ltl-model|http\://basa.ltl.uni-due.de\:34001/artifactory/models|javadoc=1692693665497
|
||||
ukp-oss-model-releases|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local|javadoc=1692693665497
|
||||
ukp-oss-snapshots|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/|javadoc=1692693665497
|
||||
central|https\://repo.maven.apache.org/maven2|javadoc=1692693665497
|
||||
ltl-releases|http\://basa.ltl.uni-due.de\:34001/artifactory/releases|sources=1692535272397
|
||||
ukp-oss-model-releases|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local|sources=1692535272397
|
||||
ukp-oss-snapshots|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/|sources=1692535272397
|
||||
ltl-model|http\://basa.ltl.uni-due.de\:34001/artifactory/models|sources=1692535272397
|
||||
ltl-releases|http\://basa.ltl.uni-due.de\:34001/artifactory/releases|javadoc=1692693665497
|
||||
ltl-snapshots|http\://basa.ltl.uni-due.de\:34001/artifactory/snapshots|javadoc=1692693665497
|
||||
data-local|file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib|javadoc=1692692512904
|
||||
data-local|file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib|javadoc=1692693665497
|
||||
data-local|file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib|sources=1692535270127
|
||||
central|https\://repo.maven.apache.org/maven2|sources=1692535272397
|
||||
data-local|file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib|sources=1692535272397
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Tue Aug 22 10:41:05 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692535271402
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.error=
|
||||
@default-central-https\://repo.maven.apache.org/maven2/.lastUpdated=1692535271404
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692535271403
|
||||
@default-ukp-oss-model-releases-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692535271399
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-win-i686\:jar\:javadoc\:1.1 from/to ukp-oss-model-releases (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.error=
|
||||
@default-ukp-oss-snapshots-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692535271400
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.lastUpdated=1692692512903
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.lastUpdated=1692693665496
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-win-i686\:jar\:javadoc\:1.1 from/to ukp-oss-snapshots (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-win-i686\:jar\:javadoc\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: Network is unreachable
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-win-i686\:jar\:javadoc\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: Network is unreachable
|
||||
https\://repo.maven.apache.org/maven2/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-win-i686\:jar\:javadoc\:1.1 from/to central (https\://repo.maven.apache.org/maven2)\: repo.maven.apache.org
|
||||
BIN
Binary file not shown.
+17
@@ -0,0 +1,17 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Tue Aug 22 19:36:50 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692723163238
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.error=
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692725799714
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.error=
|
||||
@default-sonatype-releases-https\://oss.sonatype.org/content/repositories/releases/.lastUpdated=1692350644303
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.lastUpdated=1692432777740
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.lastUpdated=1692396595587
|
||||
https\://oss.sonatype.org/content/repositories/releases/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-win-i686\:jar\:natives\:1.1 from/to sonatype-releases (https\://oss.sonatype.org/content/repositories/releases/)\: oss.sonatype.org
|
||||
https\://repo.maven.apache.org/maven2/.lastUpdated=1692725810718
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692719229667
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-win-i686\:jar\:natives\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: Transfer failed for http\://basa.ltl.uni-due.de\:34001/artifactory/releases/com/github/fommil/netlib/netlib-native_system-win-i686/1.1/netlib-native_system-win-i686-1.1-natives.jar
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-win-i686\:jar\:natives\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: Transfer failed for http\://basa.ltl.uni-due.de\:34001/artifactory/models/com/github/fommil/netlib/netlib-native_system-win-i686/1.1/netlib-native_system-win-i686-1.1-natives.jar
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692719231427
|
||||
+1
@@ -0,0 +1 @@
|
||||
c25fd1881cf93f7716f47b7deec859f6b6b7be50
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Sun Aug 20 14:41:12 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692496940128
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.error=
|
||||
@default-central-https\://repo.maven.apache.org/maven2/.lastUpdated=1692496960155
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692496940131
|
||||
@default-ukp-oss-model-releases-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692496920105
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-win-i686\:jar\:sources\:1.1 from/to ukp-oss-model-releases (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.error=
|
||||
@default-ukp-oss-snapshots-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692496920108
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.lastUpdated=1692535270126
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.lastUpdated=1692535272396
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-win-i686\:jar\:sources\:1.1 from/to ukp-oss-snapshots (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-win-i686\:jar\:sources\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: basa.ltl.uni-due.de
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-win-i686\:jar\:sources\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: basa.ltl.uni-due.de
|
||||
https\://repo.maven.apache.org/maven2/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-win-i686\:jar\:sources\:1.1 from/to central (https\://repo.maven.apache.org/maven2)\: repo.maven.apache.org
|
||||
+120
@@ -0,0 +1,120 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>com.github.fommil.netlib</groupId>
|
||||
<artifactId>native_system</artifactId>
|
||||
<version>1.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>netlib-native_system-win-i686</artifactId>
|
||||
<packaging>dll</packaging>
|
||||
|
||||
<!--
|
||||
This build is cross-compiled from OS X using the official MinGW snapshot
|
||||
downloaded from (I used mingw-w64-bin_i686-darwin_20130622)
|
||||
|
||||
http://sourceforge.net/projects/mingw-w64/
|
||||
|
||||
with the Windows 32 bit JDK obtained as per
|
||||
|
||||
http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html
|
||||
http://stackoverflow.com/a/14617087/1041691
|
||||
|
||||
mkdir java ; cd java
|
||||
# obtain the JDK via a browser
|
||||
WINEPREFIX=$PWD wine jdk-7u25-windows-i686.exe
|
||||
sudo mkdir -p /opt/win-i686
|
||||
sudo mv drive_c/Program\ Files\ (x86)/Java/jdk1.7.0_25 /opt/win-i686/jdk7
|
||||
|
||||
|
||||
i686-w64-mingw32-gcc BLAS/*.f CBLAS/*.c CBLAS/*.f -shared -o libblas3.dll -lgfortran -DADD_ -Wl,DOUBLEDASHkill-at
|
||||
i686-w64-mingw32-gcc LAPACK/*.f -shared -o liblapack3.dll -lgfortran -L. -lblas3 -Wl,DOUBLEDASHkill-at
|
||||
sudo mv libblas3.dll liblapack3.dll /opt/win-i686/lib
|
||||
sudo cp CBLAS/*.h /opt/win-i686/include
|
||||
|
||||
where DOUBLEDASH should be replaced with a double dash (not valid in XML comments)
|
||||
|
||||
-->
|
||||
<properties>
|
||||
<netlib.src>../../netlib</netlib.src>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>${project.parent.groupId}</groupId>
|
||||
<artifactId>native_system-java</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>com.github.fommil.netlib</groupId>
|
||||
<artifactId>generator</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>blas</id>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>lapack</id>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>arpack</id>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>native-maven-plugin</artifactId>
|
||||
<extensions>true</extensions>
|
||||
<configuration>
|
||||
<!-- WIN32 is a misnomer -->
|
||||
<javahOS>win32</javahOS>
|
||||
<jdkIncludePath>/opt/win-i686/jdk7/include</jdkIncludePath>
|
||||
<compilerExecutable>i686-w64-mingw32-gcc</compilerExecutable>
|
||||
<linkerExecutable>i686-w64-mingw32-gcc</linkerExecutable>
|
||||
<compilerEndOptions>
|
||||
<!-- silencing warnings because jint* int* are actually safe on this platform -->
|
||||
<compilerEndOption>-w</compilerEndOption>
|
||||
<compilerEndOption>-I/opt/win-i686/include</compilerEndOption>
|
||||
</compilerEndOptions>
|
||||
<linkerMiddleOptions>
|
||||
<!-- check binary link with
|
||||
i686-w64-mingw32-objdump -p target/netlib-native_system-win-i686.dll | grep DLL
|
||||
-->
|
||||
<linkerMiddleOption>-shared</linkerMiddleOption>
|
||||
<linkerMiddleOption>-L/opt/win-i686/lib</linkerMiddleOption>
|
||||
<linkerMiddleOption>-lblas3</linkerMiddleOption>
|
||||
<linkerMiddleOption>-llapack3</linkerMiddleOption>
|
||||
<linkerMiddleOption>/opt/mingw32/mingw/lib/libgfortran.a</linkerMiddleOption>
|
||||
<linkerMiddleOption>/opt/mingw32/mingw/lib/libquadmath.a</linkerMiddleOption>
|
||||
<linkerMiddleOption>-static-libgcc</linkerMiddleOption>
|
||||
<!-- otherwise an "@..." symbol is added to the function name! -->
|
||||
<linkerMiddleOption>-Wl,--kill-at</linkerMiddleOption>
|
||||
<linkerMiddleOption>-Wl,--gc-sections</linkerMiddleOption>
|
||||
<linkerMiddleOption>-Wl,-s</linkerMiddleOption>
|
||||
<!-- Ignored, see http://sourceforge.net/p/mingw/bugs/1134/ -->
|
||||
<linkerMiddleOption>-Wl,--version-script=${netlib.src}/symbol.map</linkerMiddleOption>
|
||||
</linkerMiddleOptions>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>runtime</id>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>source</id>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Fri Aug 18 10:07:04 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692345924225
|
||||
https\://repo.maven.apache.org/maven2/.lastUpdated=1692346024445
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692345823948
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692346024393
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-win-i686\:pom\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: Connect timed out
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-win-i686\:pom\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: Connect timed out
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692345824091
|
||||
+1
@@ -0,0 +1 @@
|
||||
7b0a6749747962413dbc7bb6cfdd9e4f206c285c
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Tue Aug 22 19:36:50 CEST 2023
|
||||
netlib-native_system-win-x86_64-1.1-natives.jar>central=
|
||||
netlib-native_system-win-x86_64-1.1.pom>central=
|
||||
+17
@@ -0,0 +1,17 @@
|
||||
#Tue Aug 22 10:41:05 CEST 2023
|
||||
ltl-snapshots|http\://basa.ltl.uni-due.de\:34001/artifactory/snapshots|sources=1692535272394
|
||||
ltl-model|http\://basa.ltl.uni-due.de\:34001/artifactory/models|javadoc=1692693665494
|
||||
ukp-oss-model-releases|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local|javadoc=1692693665494
|
||||
ukp-oss-snapshots|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/|javadoc=1692693665494
|
||||
central|https\://repo.maven.apache.org/maven2|javadoc=1692693665494
|
||||
ltl-releases|http\://basa.ltl.uni-due.de\:34001/artifactory/releases|sources=1692535272394
|
||||
ukp-oss-model-releases|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local|sources=1692535272394
|
||||
ukp-oss-snapshots|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/|sources=1692535272394
|
||||
ltl-model|http\://basa.ltl.uni-due.de\:34001/artifactory/models|sources=1692535272394
|
||||
ltl-releases|http\://basa.ltl.uni-due.de\:34001/artifactory/releases|javadoc=1692693665494
|
||||
ltl-snapshots|http\://basa.ltl.uni-due.de\:34001/artifactory/snapshots|javadoc=1692693665494
|
||||
data-local|file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib|javadoc=1692692512900
|
||||
data-local|file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib|javadoc=1692693665494
|
||||
data-local|file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib|sources=1692535270123
|
||||
central|https\://repo.maven.apache.org/maven2|sources=1692535272394
|
||||
data-local|file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib|sources=1692535272394
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Tue Aug 22 10:41:05 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692535271393
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.error=
|
||||
@default-central-https\://repo.maven.apache.org/maven2/.lastUpdated=1692535271396
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692535271395
|
||||
@default-ukp-oss-model-releases-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692535271391
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-win-x86_64\:jar\:javadoc\:1.1 from/to ukp-oss-model-releases (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.error=
|
||||
@default-ukp-oss-snapshots-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692535271392
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.lastUpdated=1692692512900
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.lastUpdated=1692693665493
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-win-x86_64\:jar\:javadoc\:1.1 from/to ukp-oss-snapshots (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-win-x86_64\:jar\:javadoc\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: Network is unreachable
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-win-x86_64\:jar\:javadoc\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: Network is unreachable
|
||||
https\://repo.maven.apache.org/maven2/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-win-x86_64\:jar\:javadoc\:1.1 from/to central (https\://repo.maven.apache.org/maven2)\: repo.maven.apache.org
|
||||
BIN
Binary file not shown.
+17
@@ -0,0 +1,17 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Tue Aug 22 19:36:50 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692723163238
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.error=
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692725799714
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.error=
|
||||
@default-sonatype-releases-https\://oss.sonatype.org/content/repositories/releases/.lastUpdated=1692350644303
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.lastUpdated=1692432777740
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.lastUpdated=1692396595587
|
||||
https\://oss.sonatype.org/content/repositories/releases/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-win-x86_64\:jar\:natives\:1.1 from/to sonatype-releases (https\://oss.sonatype.org/content/repositories/releases/)\: oss.sonatype.org
|
||||
https\://repo.maven.apache.org/maven2/.lastUpdated=1692725810718
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692719229667
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-win-x86_64\:jar\:natives\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: Transfer failed for http\://basa.ltl.uni-due.de\:34001/artifactory/releases/com/github/fommil/netlib/netlib-native_system-win-x86_64/1.1/netlib-native_system-win-x86_64-1.1-natives.jar
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-win-x86_64\:jar\:natives\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: Transfer failed for http\://basa.ltl.uni-due.de\:34001/artifactory/models/com/github/fommil/netlib/netlib-native_system-win-x86_64/1.1/netlib-native_system-win-x86_64-1.1-natives.jar
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692719231427
|
||||
+1
@@ -0,0 +1 @@
|
||||
222c7915be1daf1c26a4206f375d4957ae5f9d81
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Sun Aug 20 14:41:12 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692496880054
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.error=
|
||||
@default-central-https\://repo.maven.apache.org/maven2/.lastUpdated=1692496900077
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692496880056
|
||||
@default-ukp-oss-model-releases-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692496860030
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-win-x86_64\:jar\:sources\:1.1 from/to ukp-oss-model-releases (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.error=
|
||||
@default-ukp-oss-snapshots-http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692496860034
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.languagetool/lib/.lastUpdated=1692535270122
|
||||
file\:///home/felix/Documents/work/hiwi/iwm-tuebingen/escrito-stuff/escrito/de.unidue.ltl.escrito/de.unidue.ltl.escrito.features/lib/.lastUpdated=1692535272393
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-win-x86_64\:jar\:sources\:1.1 from/to ukp-oss-snapshots (http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/)\: zoidberg.ukp.informatik.tu-darmstadt.de
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-win-x86_64\:jar\:sources\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: basa.ltl.uni-due.de
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-win-x86_64\:jar\:sources\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: basa.ltl.uni-due.de
|
||||
https\://repo.maven.apache.org/maven2/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-win-x86_64\:jar\:sources\:1.1 from/to central (https\://repo.maven.apache.org/maven2)\: repo.maven.apache.org
|
||||
+118
@@ -0,0 +1,118 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>com.github.fommil.netlib</groupId>
|
||||
<artifactId>native_system</artifactId>
|
||||
<version>1.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>netlib-native_system-win-x86_64</artifactId>
|
||||
<packaging>dll</packaging>
|
||||
|
||||
<!--
|
||||
This build is cross-compiled from OS X using the official MinGW snapshot
|
||||
downloaded from (I used mingw-w64-bin_x86_64-darwin_20130622)
|
||||
|
||||
http://sourceforge.net/projects/mingw-w64/
|
||||
|
||||
with the Windows 64 bit JDK obtained as per
|
||||
|
||||
http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html
|
||||
http://stackoverflow.com/a/14617087/1041691
|
||||
|
||||
mkdir java ; cd java
|
||||
# obtain the JDK via a browser
|
||||
WINEPREFIX=$PWD wine jdk-7u25-windows-x64.exe
|
||||
sudo mkdir -p /opt/win-x86_64
|
||||
sudo mv drive_c/Program\ Files/Java/jdk1.7.0_25 /opt/win-x86_64/jdk7
|
||||
|
||||
There are no sensible pre-built binaries of BLAS for Windows
|
||||
(they are usually missing the CBLAS API)
|
||||
so we compile our own from the netlib folder
|
||||
|
||||
x86_64-w64-mingw32-gcc BLAS/*.f CBLAS/*.c CBLAS/*.f -shared -o libblas3.dll -lgfortran -DADD_
|
||||
x86_64-w64-mingw32-gcc LAPACK/*.f -shared -o liblapack3.dll -lgfortran -L. -lblas3
|
||||
sudo mv libblas3.dll liblapack3.dll /opt/win-x86_64/lib
|
||||
sudo cp CBLAS/*.h /opt/win-x86_64/include
|
||||
-->
|
||||
<properties>
|
||||
<netlib.src>../../netlib</netlib.src>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>${project.parent.groupId}</groupId>
|
||||
<artifactId>native_system-java</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>com.github.fommil.netlib</groupId>
|
||||
<artifactId>generator</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>blas</id>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>lapack</id>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>arpack</id>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>native-maven-plugin</artifactId>
|
||||
<extensions>true</extensions>
|
||||
<configuration>
|
||||
<!-- WIN32 is a misnomer -->
|
||||
<javahOS>win32</javahOS>
|
||||
<jdkIncludePath>/opt/win-x86_64/jdk7/include</jdkIncludePath>
|
||||
<compilerExecutable>x86_64-w64-mingw32-gcc</compilerExecutable>
|
||||
<linkerExecutable>x86_64-w64-mingw32-gcc</linkerExecutable>
|
||||
<compilerEndOptions>
|
||||
<!-- silencing warnings because jint* int* are actually safe on this platform -->
|
||||
<compilerEndOption>-w</compilerEndOption>
|
||||
<compilerEndOption>-I/opt/win-x86_64/include</compilerEndOption>
|
||||
</compilerEndOptions>
|
||||
<linkerMiddleOptions>
|
||||
<!-- check binary link with
|
||||
x86_64-w64-mingw32-objdump -p target/netlib-native_system-win-x86_64.dll | grep DLL
|
||||
-->
|
||||
<linkerMiddleOption>-shared</linkerMiddleOption>
|
||||
<linkerMiddleOption>-L/opt/win-x86_64/lib</linkerMiddleOption>
|
||||
<linkerMiddleOption>-lblas3</linkerMiddleOption>
|
||||
<linkerMiddleOption>-llapack3</linkerMiddleOption>
|
||||
<linkerMiddleOption>/opt/mingw64/mingw/lib/libgfortran.a</linkerMiddleOption>
|
||||
<linkerMiddleOption>/opt/mingw64/mingw/lib/libquadmath.a</linkerMiddleOption>
|
||||
<linkerMiddleOption>-static-libgcc</linkerMiddleOption>
|
||||
<linkerMiddleOption>-Wl,--gc-sections</linkerMiddleOption>
|
||||
<linkerMiddleOption>-Wl,-s</linkerMiddleOption>
|
||||
<!-- Ignored, see http://sourceforge.net/p/mingw/bugs/1134/ -->
|
||||
<linkerMiddleOption>-Wl,--version-script=${netlib.src}/symbol.map</linkerMiddleOption>
|
||||
</linkerMiddleOptions>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>runtime</id>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>source</id>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Fri Aug 18 10:03:43 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692345723522
|
||||
https\://repo.maven.apache.org/maven2/.lastUpdated=1692345823790
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692345623250
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692345823665
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-win-x86_64\:pom\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: Connect timed out
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:netlib-native_system-win-x86_64\:pom\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: Connect timed out
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692345623391
|
||||
+1
@@ -0,0 +1 @@
|
||||
bf775da70a3f64e70d9c08edc16cf6167a312809
|
||||
@@ -0,0 +1,3 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Fri Aug 18 08:53:31 CEST 2023
|
||||
parent-1.1.pom>central=
|
||||
@@ -0,0 +1,269 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<!--
|
||||
NOTE: generator is not part of the reactor and
|
||||
must be build/released separately. Also, the
|
||||
release plugin **TOTALLY SUCKS** for git modules
|
||||
(especially the setup here) so we need to do
|
||||
manual version name changes and deploys.
|
||||
|
||||
# Deploying requires two machines (OS X and Linux)...
|
||||
|
||||
# to RELEASE, do the version line and append
|
||||
# -Durl=https://oss.sonatype.org/service/local/staging/deploy/maven2/
|
||||
mvn versions:set -DnewVersion=1.0
|
||||
# MANUALLY update all the xbuild and all, perf modules (sigh)
|
||||
# after release, create a release tag on git and do the same again
|
||||
git tag 1.0
|
||||
git push -tags (use double dash... XML is too puny to handle it)
|
||||
|
||||
# OS X (Mountain Lion, see build poms for macports setup)
|
||||
mvn clean
|
||||
mvn compile
|
||||
mvn deploy -Psonatype-oss-release
|
||||
|
||||
# Linux (Debian Wheezy 64 bit, see xbuild poms for apt-get and crosstool-ng setup)
|
||||
cd native_ref/xbuilds
|
||||
mvn clean
|
||||
mvn compile
|
||||
mvn deploy -Psonatype-oss-release
|
||||
|
||||
cd native_system/xbuilds
|
||||
mvn clean
|
||||
mvn compile
|
||||
mvn deploy -Psonatype-oss-release
|
||||
|
||||
|
||||
# (OS X or Linux) Oober project
|
||||
cd all
|
||||
mvn clean
|
||||
mvn deploy -Psonatype-oss-release
|
||||
|
||||
|
||||
# To delete unwanted files from sonatype (use sparingly)
|
||||
curl -X DELETE -u <username>:<password> https://oss.sonatype.org/content/repositories/snapshots/com/github/fommil/netlib/
|
||||
curl -X DELETE -u <username>:<password> https://oss.sonatype.org/content/repositories/snapshots/com/googlecode/netlib-java/
|
||||
|
||||
# For release, follow this process for the same order
|
||||
-> https://oss.sonatype.org
|
||||
-> "Staging Repositories"
|
||||
-> "close"
|
||||
-> wait for confirmation -> "release"
|
||||
-->
|
||||
|
||||
<groupId>com.github.fommil.netlib</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>1.1</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<modules>
|
||||
<module>core</module>
|
||||
<module>legacy</module>
|
||||
<module>native_ref</module>
|
||||
<module>native_system</module>
|
||||
</modules>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
<prerequisites>
|
||||
<maven>3.0.3</maven>
|
||||
</prerequisites>
|
||||
|
||||
<parent>
|
||||
<groupId>org.sonatype.oss</groupId>
|
||||
<artifactId>oss-parent</artifactId>
|
||||
<version>7</version>
|
||||
</parent>
|
||||
<name>netlib for Java</name>
|
||||
<description>Mission-critical components for linear algebra systems.</description>
|
||||
<url>https://github.com/fommil/netlib-java</url>
|
||||
<licenses>
|
||||
<license>
|
||||
<!-- Being the license of the original Fortran code. -->
|
||||
<name>BSD 3 Clause</name>
|
||||
<url>http://opensource.org/licenses/BSD-3-Clause</url>
|
||||
</license>
|
||||
</licenses>
|
||||
<!-- SCM appears to not support the multi-module setup we have here -->
|
||||
<scm>
|
||||
<url>https://github.com/fommil/netlib-java</url>
|
||||
<connection>scm:git:git@github.com:fommil/netlib-java.git</connection>
|
||||
<developerConnection>scm:git:git@github.com:fommil/netlib-java.git</developerConnection>
|
||||
</scm>
|
||||
<developers>
|
||||
<developer>
|
||||
<name>Sam Halliday</name>
|
||||
<id>fommil</id>
|
||||
<email>sam.halliday@gmail.com</email>
|
||||
</developer>
|
||||
</developers>
|
||||
<issueManagement>
|
||||
<system>github</system>
|
||||
<url>https://github.com/fommil/netlib-java/issues</url>
|
||||
</issueManagement>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>sonatype-snapshots</id>
|
||||
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
|
||||
<releases>
|
||||
<enabled>false</enabled>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>sonatype-releases</id>
|
||||
<url>https://oss.sonatype.org/content/repositories/releases/</url>
|
||||
<releases>
|
||||
<enabled>true</enabled>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>sonatype-plugins-snapshots</id>
|
||||
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
|
||||
<releases>
|
||||
<enabled>false</enabled>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
</pluginRepository>
|
||||
<!-- Only needed during releases -->
|
||||
<!-- <pluginRepository>
|
||||
<id>sonatype-releases</id>
|
||||
<url>https://oss.sonatype.org/content/repositories/releases/</url>
|
||||
<releases>
|
||||
<enabled>true</enabled>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
</pluginRepository> -->
|
||||
</pluginRepositories>
|
||||
|
||||
<!-- mvn versions:display-dependency-updates -->
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
<artifactId>lombok</artifactId>
|
||||
<version>1.12.2</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.guava</groupId>
|
||||
<artifactId>guava</artifactId>
|
||||
<version>15.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.code.findbugs</groupId>
|
||||
<artifactId>jsr305</artifactId>
|
||||
<version>2.0.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.sourceforge.f2j</groupId>
|
||||
<artifactId>arpack_combined_all</artifactId>
|
||||
<classifier>javadoc</classifier>
|
||||
<scope>provided</scope>
|
||||
<version>0.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.sourceforge.f2j</groupId>
|
||||
<artifactId>arpack_combined_all</artifactId>
|
||||
<version>0.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.fommil</groupId>
|
||||
<artifactId>jniloader</artifactId>
|
||||
<version>1.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.sf.opencsv</groupId>
|
||||
<artifactId>opencsv</artifactId>
|
||||
<version>2.3</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.fommil</groupId>
|
||||
<artifactId>java-logging</artifactId>
|
||||
<version>1.1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>4.11</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<!-- mvn versions:display-plugin-updates -->
|
||||
<build>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>com.github.fommil.netlib</groupId>
|
||||
<artifactId>generator</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-gpg-plugin</artifactId>
|
||||
<version>1.4</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>sign-artifacts</id>
|
||||
<phase>verify</phase>
|
||||
<goals>
|
||||
<goal>sign</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>3.1</version>
|
||||
<configuration>
|
||||
<source>1.6</source>
|
||||
<target>1.6</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>native-maven-plugin</artifactId>
|
||||
<version>1.0-alpha-7</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<version>2.4</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.16</version>
|
||||
<configuration>
|
||||
<argLine>-Xmx2g</argLine>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
</build>
|
||||
|
||||
</project>
|
||||
@@ -0,0 +1,11 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Fri Aug 18 08:53:31 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692341510866
|
||||
https\://repo.maven.apache.org/maven2/.lastUpdated=1692341611049
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692341410600
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692341611009
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact com.github.fommil.netlib\:parent\:pom\:1.1 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: Connect timed out
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact com.github.fommil.netlib\:parent\:pom\:1.1 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: Connect timed out
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692341410744
|
||||
@@ -0,0 +1 @@
|
||||
9bf46ff702a17c5fa4351cd333d6daf6630e2cbe
|
||||
Reference in New Issue
Block a user