[
https://issues.apache.org/jira/browse/IGNITE-6192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vladimir Ozerov updated IGNITE-6192:
------------------------------------
Labels: important ml (was: ml)
> Ignite-ML does not compile
> --------------------------
>
> Key: IGNITE-6192
> URL: https://issues.apache.org/jira/browse/IGNITE-6192
> Project: Ignite
> Issue Type: Bug
> Reporter: Oleg Ostanin
> Assignee: Oleg Ostanin
> Priority: Critical
> Labels: important, ml
> Fix For: 2.3
>
>
> 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.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)