netlib

Gradle trying to unzip a pom typed dependency

送分小仙女□ 提交于 2020-01-14 14:42:49
问题 In a project of mine I have a dependency on a java matrix library MTJ which I specify like this in build.gradle : dependencies { ... compile 'com.googlecode.matrix-toolkits-java:mtj:1.0.4' ... } MTJ in turns depends on netlib, more concretely it would be the equivalent of explicitly adding compile 'com.github.fommil.netlib:all:1.1.2' above. When I run the gradle build. I get the following error: Could not expand ZIP '/Users/valentin/.gradle/caches/modules-2/files-2.1/com.github.fommil.netlib

Spark netlib-java BLAS

China☆狼群 提交于 2019-12-10 13:09:15
问题 i am trying to troubleshoot my non-working apache spark and netlib setup and i don't know what to do next. Here some info: Spark 1.3.1 (but also tried 1.5.1) Mesos Cluster with 3 Nodes Ubuntu Trusty on every node and installed following BLAS package $ dpkg -l | grep 'blas\|atlas\|lapack' ii libopenblas-base 0.2.8-6ubuntu1 amd64 Optimized BLAS (linear algebra) library based on GotoBLAS2 $ update-alternatives --get-selections | grep 'blas\|lapack' libblas.so.3 auto /usr/lib/openblas-base