Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
7.0.0
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.