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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
Oleg Ostanin created IGNITE-6192:
------------------------------------

             Summary: 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
             Fix For: 2.2


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)