You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The binary gets built but the tests fail - the binary can not be executed. The issue also now affects the previous version of GW which previously compiled on bioconda without issue. Not sure what is causing it, or how to try and fix it. I added some debug commands, e.g. file, otool and nm. The output confirms the binary is not a Mach o file.
There are conflicting mmacosx-version-min flags set, but other than that I can't see an issue with the compilation. Do you think this could be the issue?
Any help would be much appreciated.
The text was updated successfully, but these errors were encountered:
A strange issue has appeared when trying to compile GW for osx x86_64:
#51426
The binary gets built but the tests fail - the binary can not be executed. The issue also now affects the previous version of GW which previously compiled on bioconda without issue. Not sure what is causing it, or how to try and fix it. I added some debug commands, e.g. file, otool and nm. The output confirms the binary is not a Mach o file.
https://dev.azure.com/bioconda/bioconda-recipes/_build/results?buildId=72081&view=logs&j=1b052f1d-4456-52f0-9d43-71c4c5bd734d&t=34540139-28f3-5244-2e84-5ff07800d4d9
This is the output which is probably most informative:
There are conflicting mmacosx-version-min flags set, but other than that I can't see an issue with the compilation. Do you think this could be the issue?
Any help would be much appreciated.
The text was updated successfully, but these errors were encountered: