nieder
nieder
Other macOS sources: https://pdb.finkproject.org/pdb/package.php/bowtie2 https://formulae.brew.sh/formula/bowtie2#default
Apple's default compiler doesn't have openmp. Either use gcc to build, or run make as `make openmp=no` but lose openmp functionality. Fink has cd-hit available to deal with all this:...
Found out the immediate cause: when using ./autogen.sh to generate ./configure, libtool (v2.4.6) doesn't know about BigSur (macOS11/darwin20) and fails to add the linker flags `-Wl,-undefined -Wl,dynamic_lookup`. Upstream libtool knows...
Also, samtools-1.14 removed `include/bam/sam.h`, so can't even start to compile (never mind link) cufflinks against the newest samtools. From their NEWS: ``` * The legacy samtools API (libbam.a, bam_endian.h, sam.h...
Thanks for the pointer. Reverting 04bb9a0 lets the gdimagestringft_bbox test pass on 2.3.0
Still valid. If I keep 04bb9a0 in the code, then the test fails. If I revert 04bb9a0, then the test passes. If I disable raqm (`--without-raqm`), then `gdimagestringft/gdimagestringft_bbox` passes, even...
I can't find the produced pic. The only thing in the test directory are the executable, .c, .o, .log, and .trs files.
Ping. I'm seeing similar results with git master 30597b1: ``` ┌─────┬────────────────────┬──────────┬──────┬───────┬──────────────┬──────────────┐ │ No. │ Name │ Score │ Won? │ Moves │ Largest Tile │ Duration │ ├─────┼────────────────────┼──────────┼──────┼───────┼──────────────┼──────────────┤ │ 1....
I've built 1.9.5 against ffmpeg-6.0 and the ffmpeg.so plugin loaded. However, I don't know how to test it because all the files that I have I think are being read...
Thanks for the pointer. I was able to test a 3gp and a dsf file. Both sounded fine with 1.9.5 built against ffmpeg-6.0.