openstudiocoalition / OpenStudioApplication

The OpenStudio Application is a fully featured graphical interface to OpenStudio models including envelope, loads, schedules, and HVAC.
https://openstudiocoalition.org
Other
127 stars 23 forks source link

Upgrade from Conan v1 to Conan v2 #668

Open macumber opened 8 months ago

macumber commented 8 months ago

Enhancement Request

Conan v1 is being deprecated, need to update to Conan v2

Possible Implementation

Not sure if this depends on OS SDK updating first: https://github.com/NREL/OpenStudio/issues/4818

macumber commented 8 months ago

I am hoping the changes from this commit will no longer be needed after updating to Conan v2

https://github.com/openstudiocoalition/OpenStudioApplication/commit/407b2d0ddcb1c8229cfb748f254a00a81fee70c6

macumber commented 8 months ago

From @jmarrec:

This occurs because the packages for the Mac OS 13 runner isn't uploaded to NREL's conan repo yet. Updating the recipe is one way. https://docs.conan.io/en/1.45/configuration/download_cache.html is an option. There's also a download mirror config (core.sources:download_urls) that can help.

jmarrec commented 8 months ago

Can't update to conan 2 for now. Recipe conan-openstudio-ruby isn't 2.x compatible. Will be fixed by NREL/OpenStudio first (when upgrading to ruby 3.x)