-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add fcl/0.6.1 #1263
add fcl/0.6.1 #1263
Conversation
Just to mention two things;
|
Some configurations of 'fcl/0.6.1' failed in build 1 (
|
f5aee35
to
c3875eb
Compare
All green in build 3 (
|
All green in build 4 (
|
|
It works for MinGW as static lib, so point 1 is not longer relevant. I've also a huge patch to fix shared lib on Windows (MinGW and Visual Studio), but honestly, I can't put that in the recipe (it exceeds size limit for one recipe). I'll submit a PR to upstream. It was hard and tedious to fix. |
That would be nice! |
I've submitted a PR: flexible-collision-library/fcl#461 |
Great job! In a similar situation, I had to avoid using |
Because I use an option of generate_export_header introduced in 3.7 (CUSTOM_CONTENT_FROM_VARIABLE ) in order to inject a bunch of macros (those related to explicit instantiation declaration and definition) at the end of export file: fmt has similars macros, but fmt doesn't use at all generate_export_header, while fcl does. |
All green in build 5 (
|
Specify library name and version: fcl/0.6.1
conan-center hook activated.
#621