tfmoraes / python-gdcm

GDCM Packaging
Apache License 2.0
20 stars 6 forks source link

Gdcm applications #3

Closed tfmoraes closed 3 years ago

JSousa-UoL commented 3 years ago

Your latest commit allowed a successful build it seems. How exactly can I test this? I can get your branch and the files, but I don't know exactly how I can help you.

Should I run python setup.py install or should I do pip install python-gdcm? Or should I run a completely different command?

tfmoraes commented 3 years ago

I uploaded all wheel files generated here https://we.tl/t-HK80R6HP0w

JSousa-UoL commented 3 years ago

I tested for Windows Python 3.7 and the pip install of the wheel went ok and it's working fine overall. I still haven't found the apps I'm looking for, but something should have happened since the CMAKE flag was switched to ON. Feel free to merge this PR and thank you so much for doing all this effort so far @tfmoraes

tfmoraes commented 3 years ago

They will be inside gdcm folder in the python site-packages. Inside the scripts in python instalation will be the wrappers I created to call the GDCM applications. Unfortunately in Windows it doesn't work this way but in MacOS and Linux the wrappers will be in the PATH then it will be possible to call the GDCM applications very easily.