SasView / sasmodels

Package for calculation of small angle scattering models using OpenCL.
BSD 3-Clause "New" or "Revised" License
15 stars 27 forks source link

Include lib/*.h in list of installed files #506

Closed pkienzle closed 2 years ago

pkienzle commented 2 years ago

cl_complex.h was not being installed with sasmodels, so models with complex amplitude won't compile in the installed application. Need to add 'lib/*.h' to the following:

https://github.com/SasView/sasmodels/blob/15f94f762fce2c73bdcd1964a0df0d4a1b98542e/setup.py#L68