-
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
qpoases/3.2.1 #3962
qpoases/3.2.1 #3962
Conversation
Sorry, the build is only launched for Early Access Program users. You can request access writing in this issue. |
Sorry, the build is only launched for Early Access Program users. You can request access writing in this issue. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You certainly should not need components, just the names
is enough.
We have to have a namespace for cmake but feel free to add a FIXME comment so we do not forget!
Also you sent cmake version to 3.10 by convenience we sent to 3.1 but that's not an issue.
On mobile but LGTM! Amazing work
I learned some more during yesterdays port of ACADE,
If you can tell me what this means or point me to an example, I can try and add it.
done
Thanks 😄 |
Sorry, the build is only launched for Early Access Program users. You can request access writing in this issue. |
I think the Makefile is an afterthought. The project has some Makefiles: The makefiles contain references to BLAS, LAPACK and libhsl. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution, only a few points to be checked.
Co-authored-by: Uilian Ries <uilianries@gmail.com>
Failure in build 4 (
|
I do not know if the I only ever used the CML, and it works without any obvious dependencies (no |
Failure in build 5 (
|
Some configurations of 'qpoases/3.2.1' failed in build 6 (
|
Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>
Some configurations of 'qpoases/3.2.1' failed in build 7 (
|
Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>
Some configurations of 'qpoases/3.2.1' failed in build 8 (
|
All green in build 9 (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Specify library name and version: qpoases/3.2.1
I got 3 open points/questions to the community:
fPIC
at all?qpOASES
(no leadingqpOASES::
). This target is not available with the conan package anymore, so existing consumers have to rewrite their CML, right?qpOASES::qpOASES
to make it all work, any ideas why? SOLVED:self.cpp_info.libs = tools.collect_libs(self)
was missingThe important stuff:
conan-center hook activated.