gridengine/drmaa2-python

Make with params.mk crates __init__.py

rayoogmy opened this issue · 2 comments

Hi there,

Just trying to make the project from a fresh clone.

Upon running make, __version__ gets set to 8.6.8 which is clearly not a valid number nor a proper string.

Latest source code has it set to __version__ = '8.7.0a0' in init.py. Setting the variable in params.mk to "'8.7.0a0'" fixes the issue.

This was done with python3, using venv.

Makefile has been fixed meanwhile...