Description
Ignite ML module does not compile with this error:
[19:06:28]W: [Step 10/12] [ERROR] /data/teamcity/work/6256635eb5425b7f/incubator-ignite/modules/ml/src/main/java/org/apache/ignite/ml/math/Blas.java:[21,32] package com.github.fommil.netlib does not exist
[19:06:28]W: [Step 10/12] [ERROR] /data/teamcity/work/6256635eb5425b7f/incubator-ignite/modules/ml/src/main/java/org/apache/ignite/ml/math/Blas.java:[44,30] cannot find symbol
[19:06:28] : [Step 10/12] symbol: class BLAS
I've checked modules/ml/pom.xml file and I think the reason is line:
<type>pom</type>
in this dependency:
<dependency>
<groupId>com.github.fommil.netlib</groupId>
<artifactId>core</artifactId>
<version>${netlibjava.version}</version>
<type>pom</type>
</dependency>
I've double-checked three times on two different machines, after removing the line module does compile.