spacetelescope / imexam

imexam is a python tool for simple image examination, and plotting, with similar functionality to IRAF's imexamine
http://imexam.readthedocs.io
BSD 3-Clause "New" or "Revised" License
74 stars 45 forks source link

Optionally build against an installed XPA #203

Open olebole opened 4 years ago

olebole commented 4 years ago

On Debian, we have to patch imexam in order to get it built against the XPA version (library and executables) provided by the system. This is necessary to get it conform to our policy.

Maintaining this patch is however not trivial. It would be better if imexam could provide a flag to setup.py or setup.cfg that uses the system XPA libs for build instead of the convenience copies.

sosey commented 4 years ago

lemme see what I can do....in the meantime, feel free to submit a PR as well.