You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Oleg Ignatenko (JIRA)" <ji...@apache.org> on 2017/09/11 08:54:00 UTC

[jira] [Updated] (IGNITE-6192) Ignite-ML does not compile

     [ https://issues.apache.org/jira/browse/IGNITE-6192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Oleg Ignatenko updated IGNITE-6192:
-----------------------------------
    Labels: ml  (was: )

> 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: 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)