Open mborisyak opened 4 days ago
Hi Maxim, thanks for the bug report.
Could you share your version of aliBuild aliBuild version
and alidist (cd alidist && git log -1)
?
I believe this error should've been fixed by https://github.com/alisw/alidist/commit/9d9fb8bc6, which happened a while ago
I'm just realizing now that you're using shipdist, not alidist, apologies. I agree that version: 1.0
should be valid recipe syntax and therefore this is a bug.
I'll open a PR with your patch, thanks for your help!
Thank you! An alternative would be to raise an error, but you are right --- converting the version into a string is easier and more intuitive.
Dear alibuild developers,
I was using
aliBuild
for compiling FairShip and encountered the following error:The error was provoked by the following dependency:
It seems like the version was parsed as float.
Forcing
str
in alibuild_helpers/utilities.py:126 does solve the problem:however, I'm not sure if it is the right way to fix the issue.
Sincerely, Maxim.