Uploaded image for project: 'Machine Learning Library'
  1. Machine Learning Library
  2. ML-425

GLM bundle has a malformed dependency on ML_Core

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 7.0.0
    • 7.0.0
    • GLM

    Description

      The dependency line in GLM bundle contains:

      EXPORT DependsOn := ['ML_Core-3.1.1', 'PBblas'];

      The hyphen should be replace by a space:

      EXPORT DependsOn := ['ML_Core 3.1.1', 'PBblas'];

      This causes an error during bundle installation.  It is looking for a bundle called ML_Core-3.1.1 rather than looking for ML_Core with a version of at least 3.1.1.

       

      Attachments

        Activity

          People

            rdev Roger Dev
            rdev Roger Dev
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: