Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-6192

Ignite-ML does not compile

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • None
    • 2.3
    • None

    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.

      Attachments

        Activity

          People

            oleg-ostanin Oleg Ostanin
            oleg-ostanin Oleg Ostanin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: