Skip to content

new(github.com/pachterlab/kallisto): kallisto 0.52.0#13465

Open
tannevaled wants to merge 1 commit into
pkgxdev:mainfrom
tannevaled:new/kallisto
Open

new(github.com/pachterlab/kallisto): kallisto 0.52.0#13465
tannevaled wants to merge 1 commit into
pkgxdev:mainfrom
tannevaled:new/kallisto

Conversation

@tannevaled

Copy link
Copy Markdown
Contributor

Adds kallisto — near-optimal RNA-seq quantification. C++/CMake. Links HDF5 (-DUSE_HDF5=ON) + zlib. Upstream comments out find_package(HDF5), so the recipe injects -DHDF5_INCLUDE_DIRS/-DHDF5_LIBRARIES (full .so/.dylib path) — load-bearing, else the link breaks. -DCOMPILATION_ARCH=OFF drops -march=native (and must NOT set ENABLE_AVX2=OFF, which injects x86-only -mno-avx2 that gcc rejects on aarch64). CMAKE_POLICY_VERSION_MINIMUM=3.5 (env, so the bundled bifrost ExternalProject inherits it under cmake 4). gcc 14 build + libstdcxx runtime on linux (gcc 16 fails bifrost templates; darwin = Apple clang). Verified on linux/arm64: ldd shows libhdf5 linked, kallisto version -> 0.52.0, kallisto index+inspect on a shipped transcripts.fa.

@tannevaled tannevaled force-pushed the new/kallisto branch 2 times, most recently from c6ff6e7 to 2f57ab3 Compare June 21, 2026 06:42
RNA-seq quantification (C++/CMake). HDF5+zlib; explicit HDF5_LIBRARIES (find_package commented upstream); COMPILATION_ARCH=OFF for arm64; companion transcripts.fa.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant