You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In updating the Fedora Linux package for giada, I’m preparing to package this new build dependency as a separate header-only library. That means installing it in /usr/include/geompp since the header names are quite generic. To use it that way, I can patch the internal includes from:
Or, I can leave them as they were, and users of the package (at the moment this just means my own giada package build) need to add -I/usr/include/geompp or similar.
I was wondering if you had a preference—and, if you prefer the geompp directory, whether you would consider adding it upstream. If you intend this library to eventually be used by the “general public,” I would suggest the directory to reduce the possibility of header name conflicts. If it’s really only intended for giada, then I guess it doesn’t matter much at all.
The text was updated successfully, but these errors were encountered:
Thanks for the input @musicinmybrain , this is an interesting topic. The geompp library is/was intended to be used internally, that is only by Giada and few other projects. However I like the idea of making it production-ready, or at least to prepare it for the general public in a more or less distant future.
You are the expert here when it comes to packaging libraries - more expert than me, at least 😎 - I'll update the include path in one of the next commits.
In updating the Fedora Linux package for giada, I’m preparing to package this new build dependency as a separate header-only library. That means installing it in
/usr/include/geompp
since the header names are quite generic. To use it that way, I can patch the internal includes from:to
Or, I can leave them as they were, and users of the package (at the moment this just means my own giada package build) need to add
-I/usr/include/geompp
or similar.I was wondering if you had a preference—and, if you prefer the
geompp
directory, whether you would consider adding it upstream. If you intend this library to eventually be used by the “general public,” I would suggest the directory to reduce the possibility of header name conflicts. If it’s really only intended for giada, then I guess it doesn’t matter much at all.The text was updated successfully, but these errors were encountered: