Alex Petty
Alex Petty
This is disappointing, I ran into this immediately upon trying to use Kiwix. Immediate crashes on trying to search: ``` Exception Type: EXC_BAD_INSTRUCTION (SIGILL) Exception Codes: 0x0000000000000001, 0x0000000000000000 Exception Note:...
I successfully built on Mac OS / Apple Clang and also GCC 13 on an Apple Silicon Mac this afternoon, I'm going to check which OpenMP was used.
OK, it seems to be working with the PRs that I've created this week. It does require libomp on the system, which you can install from brew or any other...
What processor do you have? Did you compile vcflib on the same machine that you are running it on, or install vcflib from compiled binaries somewhere?
@jonahcullen and what model of processor are you running it on? I believe that this is happening because you are running it on a CPU with fewer features than vcflib...
Don't thank me, I've barely contributed to vcflib but I've worked w/ packaging it. The bioconda recipe is not fixed but I might get around to it shortly. The binary...
The docs specify to use zig 0.10.0, vcflib doesn't support any newer versions at this time. I've been wanting to poke at Zig, so I'll take a peek at what...
The latest master branch of WFA2-lib can't build with OpenMP, so I'm rolling back to an older commit. https://github.com/smarco/WFA2-lib/issues/67
OK! WFA2-lib merged my fix, so I'm updating this to the latest version. This seems to fix https://github.com/vcflib/vcflib/issues/350, as I'm now able to do a build with default apple clang...
To be clear, Bioconda does not support Apple Silicon (or any ARM) platform yet. There is ongoing work to enable this, but for now you would have to download the...