Open jakirkham opened 2 months ago
Or am I misunderstanding that comment and it is referring to the scripts
in setup.py
?
Here is the relevant line from setup.py
scripts=['scripts/readelf.py'],
Or am I misunderstanding that comment and it is referring to the
scripts
insetup.py
?
Yep. Those are problematic to conda. I'm not sure if this is still an issue. If my memory is correct the problem is that the script is not added to the path on Windows and one must call it using the full path.
It looks like
noarch: python
has been tried here before, but was disabled as there were scripts in therecipe
directoryhttps://github.com/conda-forge/pyelftools-feedstock/blob/14550f74647a6eeae0862df6cc8ad10942b052a9/recipe/meta.yaml#L13-L17
However it looks like there are no scripts in the
recipe
directory currentlySo could we try making this
noarch: python
again? This would allow the same packages to be installed on other platforms