alicevision / geogram

Git mirror of the geogram library by INRIA
https://github.com/BrunoLevy/geogram
BSD 3-Clause "New" or "Revised" License
123 stars 54 forks source link

header files for include #25

Closed ngodber closed 3 years ago

ngodber commented 3 years ago

Hi guys,

I'm working on getting geogram added to conda-forge as part of a effort to polish up a functionality gap that exists in the python 3D geometry library landscape (see https://github.com/PyMesh/PyMesh/issues/302). I've managed to get the software bulding with VS 19 and mscv 14. I'm unsure which header files I should copy into \include as part of the build process.

Cheers, Neil

simogasp commented 3 years ago

Building the INSTALL target should give you all the needed headers copied in the install folder

ngodber commented 3 years ago

@simogasp @fabiencastan are you OK with being added as recipe maintainers along with myself?

simogasp commented 3 years ago

You should contact the author of the library, Bruno Levy, at geogram-users@lists.gforge.inria.fr We are only maintaining a mirror of the official library here on github because it's handier for our project

ngodber commented 3 years ago

Thanks for pointing that out. I saw 'alice' when perusing the home page and so assumed it was the same teams. Hopefully there is some interest in the work that I've done so that I can get some assistance from those more familiar with the intricacies of the build system otherwise I suspect the time I've invested has been for nothing!