Closed FriedrichFroebel closed 1 year ago
Will be resolved with #61 as well.
This code has been removed in the latest commit. The install option "-nowx" has been removed, and gamera will now install regardless whether wx is installed: if it is not present, the only effect will be that gamera_gui cannot be started.
When looking at the build/install log, I observed the following warning:
Skimming through the code, it seems like this is caused by the following lines, which define the
description
field value for the package: https://github.com/hsnr-gamera/gamera-4/blob/f37443466ba9aa78ef3a0a3896d92cd38fb9983c/setup.py#L231-L243Is it correct that the package describes itself with some information regarding the build/installation requirements, instead of its actual purpose?