conda-forge / gdcm-feedstock

A conda-smithy repository for gdcm.
BSD 3-Clause "New" or "Revised" License
1 stars 11 forks source link

Headers are not installed #3

Open blowekamp opened 7 years ago

blowekamp commented 7 years ago

I am working on a package for the Insight Toolkit: conda-forge/staged-recipes/pull/2849

It has been recommended that I build against the condo-forge version of GDCM. However there are no headers installed, presumably due to GDCM_INSTALL_NO_DEVELOPMENT disabled. Can GDCM be built with the headers enabled?

Korijn commented 7 years ago

You can open a pull request to make the necesary changes! I would be happy to review and merge.

blowekamp commented 7 years ago

Since this depender, conda-forge/itk-feedstock, does not depend on a python version and is large and time consuming to compile, it has been suggested to create a separate libgdcm package which is just C++ headers and libraries with out the python wrapping.

Could the python wrapping be able to be configured to reuse this library?

Korijn commented 7 years ago

I'm not sure; it's part of the cmake configuration and the documentation is, well, let's call it lacking. Getting it to this state was already a big stretch for my knowledge of the library. I certainly am not up to the task.