erleben / OpenTissue

OpenTissue is a collection of generic algorithms and data structures for rapid development of interactive modeling and simulation.
http://www.opentissue.org
95 stars 26 forks source link

Conan packages not installing due to server deprecation #33

Open adennen opened 2 years ago

adennen commented 2 years ago

I'm getting an error when using a new install of conan to install package dependencies: Triangle/1.0@OpenTissue/stable: Not found in local cache, looking in remotes... Triangle/1.0@OpenTissue/stable: Trying with 'conancenter'... ERROR: Unable to find 'Triangle/1.0@OpenTissue/stable' in remotes

it looks like the problem is the package format OpenTissues uses in conanfile.txt is deprecated and it seems to want all conan packages to be in the main repository going forward?

from https://docs.conan.io/en/latest/uploading_packages/remotes.html:

"conan-center was the official repository but is no longer a default remote in the Conan client and its usage is completely discouraged. This documentation is kept here only for reference purposes.

$ conan-center: https://conan.bintray.com [Verify SSL: True]

It contains all the packages that were uploaded to ConanCenter before July 1st (new packages are no longer uploaded to this remote), as well as legacy packages with full reference (zlib/1.2.11@conan/stable). These package binaries were created by users in their own Bintray repositories and included in this main repository. This flow of contributing packages to ConanCenter is no longer available and packages are not recommended and should be considered as legacy."

ricortiz commented 2 years ago

Hi @adennen, thanks for filling the bug. I will be working on an alternative to bintray and post a patch soon.

holyodin776 commented 2 years ago

Any progress so far?