Closed ppxasjsm closed 3 years ago
It looks like the miniconda hasn't downloaded (nothing transferred) so perhaps there was a network issue? I've checked the link here and it is still valid.
It also looks like you are building Sire within an existing conda environment (base) which could cause problems. Could you try building outside of conda.
I'll try a macOS build myself later this morning.
I've tested here and it appears to be an issue with the curl command, which is what is used by default on macOS (since wget doesn't come installed as standard). The MiniConda download link has changed to being a redirect, which curl doesn't follow by default. Adding a -L
flag to the command makes things work.
I'll update devel now and you can merge across into your feature branch. Just to note. If you add Doxygen style comments to your function (eitther the prototype or definition) then it will be picked up by the wrapper generator and added to the Python docstring. It might be worth calling the function something like getSerialisedOpemMMSystem
just to be clear that what is returned is an OpenMM system, not a Sire one. (Not that I expect anyone to directly use this functionality.)
Not really sure what to make of this: