Closed tlestang closed 3 years ago
I made a small test with your registry, and there is a path error.
Your registry has:
versions/s-/sundials/sundials.json
But it should be:
versions/s-/sundials.json
Thanks so much for taking the time @vicroms ! It would certainly have taken me a long time to find that problem...
Hi there,
I've been experimenting with setting my own vcpkg registry at sundials-vcpkg-registry, following the instructions on this blog post (Registries: Bring your own libraries to vcpkg) . Everything went relatively smoothly.
Until I can't install my project's dependencies anymore:
I must have done something wrong, but I don't have a clue what. I don't really understand what the error message it about, since the file
C:\Users\tlestang\AppData\Local\vcpkg\registries\git-trees\fbfbdcd45148d106aa5cd9a034dd94b3de1a098a\s-\sundials.json
does exist. I also tried to bootstrap vcpkg again, but that didn't do it.In my project directory (
PyBaMM
), I have both avcpkg-configuration.json
:and a
vcpkg.json
:I think the problem first occured after I modified the portfile in the registry, commited and modified the git-tree entry in the
sundials.json
accordingly, setting it to the result ofgit rev-parse HEAD:ports/sundials
. Anything I am missing or an idea of what could cause that issue?