-
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
Added gtsam 4.1.1 #11122
Added gtsam 4.1.1 #11122
Conversation
This comment has been minimized.
This comment has been minimized.
@martinvl Please, don't forget to sign the CLA listed above. Also, you need to update the |
This comment has been minimized.
This comment has been minimized.
Oops, thanks for the heads up! Should be fixed now! |
This comment has been minimized.
This comment has been minimized.
Hooks produced the following warnings for commit 43beeb5gtsam/4.1.1
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
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.
One tiny nit otherwise this is good
Co-authored-by: Chris Mc <prince.chrismc@gmail.com>
Awesome, thanks for the added link! |
recipes/gtsam/all/conanfile.py
Outdated
@@ -121,6 +121,10 @@ def validate(self): | |||
if self.settings.compiler == "Visual Studio" and tools.Version(self.settings.compiler.version) < 15: | |||
raise ConanInvalidConfiguration ("GTSAM requires MSVC >= 15") | |||
|
|||
if self.settings.compiler == "Visual Studio" and tools.Version(self.version) >= '4.1' \ |
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.
if self.settings.compiler == "Visual Studio" and tools.Version(self.version) >= '4.1' \ | |
if is_msvc(self) and tools.Version(self.version) >= '4.1' \ |
Don't forget to add the new import
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.
Very nice! Pushed a commit which replaces the manual checks with is_msvc()
now.
All green in build 14 (
|
Specify library name and version: gtsam/4.1.1
Bumps GTSAM to 4.1.1.