-
Notifications
You must be signed in to change notification settings - Fork 208
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
Conan bump deps #4015
Conan bump deps #4015
Conversation
ConanInstall.cmake
Outdated
websocketpp/0.8.1@bincrafters/stable | ||
geographiclib/1.49@bincrafters/stable | ||
swig_installer/4.0.1@bincrafters/stable | ||
openstudio_ruby/2.5.5@nrel/testing # TODO: Temp #@nrel/stable |
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.
Recipe done with this PR: NREL/conan-openstudio-ruby#28
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.
Are just waiting for that conan recipe to pass CI and push upstream? And then once that conan package is available we can change openstudio_ruby/2.5.5@nrel/testing to openstudio_ruby/2.5.5@nrel/stable?
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. I need a mac to debug why conan openstudio ruby is unhappy on the travis mac, but I failed to connect the NREL VPN yesterday after repeated attempts (not sure whether I forgot my password or my access is blocked). I need to pull my old MBP
ConanInstall.cmake
Outdated
# Add NREL remote and place it first in line, so that if we vendor dependencies to NREL's repo they will be picked first | ||
conan_add_remote(NAME nrel INDEX 0 | ||
URL https://api.bintray.com/conan/commercialbuilding/nrel) | ||
|
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.
Important (especially if we go for #3940)
…cause I thought that was required, but perhaps not. Note: conan 1.27.1 is out currently
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.
Pending the export of the new stable recipe, but lining up the change to be made to revert to stable
the 1.73 is untested, but since ruby stable is same as testing if it fails we can just revert that
Pull request overview
This PR bumps the conan dependencies to try and use only packages in conan-center-index.
A companion PR exists for openstudio ruby: NREL/conan-openstudio-ruby#28
(This is also somewhat related to #3940, since if we end up freezing the dependencies, might as well get them in order and up to date)
Pull Request Author
Add to this list or remove from it as applicable. This is a simple templated set of guidelines.
src/model/test
)src/energyplus/Test
)src/osversion/VersionTranslator.cpp
)src/openstudio_lib/library/OpenStudioPolicy.xml
)Labels:
IDDChange
APIChange
Pull Request - Ready for CI
so that CI builds your PRReview Checklist
This will not be exhaustively relevant to every PR.