David Lecomber
David Lecomber
Linux distros do not include it with their LLVM packages. Fixes #969.
In CMakeLists.txt, `check_cxx_compiler_flag(-stdlib=libc++ HAVE_LIBCPP)` is used to determine whether to use LLVM's C++ stdlib - libc++, or the system's own GNU one (libstdc++). Unfortunately, those distros do not ship with...
tiara is currently pinned to pytorch 1.7, can it be updated? - current pytorch is v2.7. The earliest pytorch supported on linux-aarch64 by conda-forge is 1.12, so even bumping to...
### Your question: There are now options for building natively on Arm within the Azure pipelines and [free Github runners](https://github.blog/changelog/2025-01-16-linux-arm64-hosted-runners-now-available-for-free-in-public-repositories-public-preview/) Conda Forge is still using a mix of emulation and...
I'm trying to make the osx-arm64 bioconda package of sepp available - but it hangs during the test phase, with a pplacer invocation that succeeds on linux-aarch64 but that hangs...