Skip to content

mmseqs2: avoid pkgsStatic#456530

Merged
wolfgangwalther merged 1 commit intoNixOS:masterfrom
wolfgangwalther:mmseqs2-zstd-static
Oct 28, 2025
Merged

mmseqs2: avoid pkgsStatic#456530
wolfgangwalther merged 1 commit intoNixOS:masterfrom
wolfgangwalther:mmseqs2-zstd-static

Conversation

@wolfgangwalther
Copy link
Contributor

@wolfgangwalther wolfgangwalther commented Oct 28, 2025

Pulling in a zstd built with possibly a different libc, from an entirely different package set and putting it in nativeBuildInputs is.. brave!

Things done


Add a 👍 reaction to pull requests you find important.

Pulling in a zstd built with possibly a different libc, from an entirely
different package set and putting it in nativeBuildInputs is.. brave!
@nixpkgs-ci nixpkgs-ci bot added 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. labels Oct 28, 2025
@nix-owners nix-owners bot requested a review from natsukium October 28, 2025 18:53
Comment on lines +65 to +66
zlib
bzip2
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(FWIW, I doubt these are only required on Clang – more likely it falls back to vendored versions and it just so happens that Clang is exposing build failures in older vendored versions of these?

Not a blocker, of course, since it’s pre‐existing.)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tested: zlib and bzip2 are optional both with and without clang. The source repo doesn't look like these are vendored either, the configure output just says that these are not found and all is good.

Won't do anything here, though.

@wolfgangwalther
Copy link
Contributor Author

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 456530
Commit: 580d05f24ca3e198a1be5fecc4f7b044104cb55b


x86_64-linux

✅ 1 package built:
  • mmseqs2

aarch64-linux

✅ 1 package built:
  • mmseqs2

x86_64-darwin

✅ 1 package built:
  • mmseqs2

aarch64-darwin

✅ 1 package built:
  • mmseqs2

@wolfgangwalther wolfgangwalther added this pull request to the merge queue Oct 28, 2025
Merged via the queue into NixOS:master with commit 8e54002 Oct 28, 2025
37 of 39 checks passed
@wolfgangwalther wolfgangwalther deleted the mmseqs2-zstd-static branch October 28, 2025 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants