-
Notifications
You must be signed in to change notification settings - Fork 48
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 osqp-matlab #585
Merged
Merged
Add osqp-matlab #585
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
6421204
Create Buildosqp-eigen.cmake
traversaro 14b7b18
Update 2021.02.yaml
traversaro f4595a0
Update RobotologySuperbuildLogic.cmake
traversaro 94e8b69
Merge branch 'master' into add-osqp-matlab
traversaro ef10795
Update and rename Buildosqp-eigen.cmake to Buildosqp-matlab.cmake
traversaro cc2ba01
Update Buildosqp-matlab.cmake
traversaro 27f8bc9
Update latest.releases.yaml
traversaro File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Copyright (C) Fondazione Istituto Italiano di Tecnologia | ||
# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT | ||
include(YCMEPHelper) | ||
include(FindOrBuildPackage) | ||
|
||
find_or_build_package(osqp QUIET) | ||
|
||
ycm_ep_helper(osqp-matlab TYPE GIT | ||
STYLE GITHUB | ||
REPOSITORY dic-iit/osqp-matlab-cmake-buildsystem.git | ||
TAG main | ||
COMPONENT dynamics | ||
FOLDER src | ||
CMAKE_ARGS -DOSQP_MATLAB_USES_MATLAB:BOOL=${ROBOTOLOGY_USES_MATLAB} | ||
DEPENDS osqp) | ||
|
||
# Metadata for conda package generation | ||
# If we do not set the package name, by default the repo name would be used | ||
# so in this case osqp-matlab-cmake-buildsystem that is not descriptive of the | ||
# generated artifact that is contained in the conda package | ||
set(osqp-matlab_CONDA_PKG_NAME "osqp-matlab") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -183,3 +183,4 @@ repositories: | |
type: git | ||
url: https://github.com/robotology/diagnostic-daemon.git | ||
version: v1.0.0 | ||
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
osqp-matlab
disappeared after the merge from master. Was this intended?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.
Yes. The PR was opened before the 2021.02 release, but as the 2021.02 release has passed, it does not make sense to add a release for osqp-matlab here. Furthermore, we now have the latest releases file: #596 , so once osqp-matlab has a release we can add it there.
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.
Indeed, I had seen that one. Great.
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.
Do we do it in a new issue or we hold this PR until then?
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.
I think we can review ami-iit/osqp-matlab-cmake-buildsystem#2 and then I will release a first version of osqp-matlab so that we can add its release here.
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.
Ok. I took a look at
robotologyUpdateLatestReleases.sh
and saw that in this linerobotology-superbuild/scripts/robotologyUpdateLatestReleases.sh
Line 72 in ac6952e
it assumes that the entry for the package exists, so if I understood it well, I guess we'll have to add it manually the first time.
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.
looking at ami-iit/osqp-matlab-cmake-buildsystem#2 now...
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.
Yes!