Skip to content

superlu: 5.2.1 -> 7.0.0; openmolcas: unpin Boost#359050

Merged
markuskowa merged 2 commits intoNixOS:stagingfrom
emilazy:push-sooksozmwnyq
Nov 30, 2024
Merged

superlu: 5.2.1 -> 7.0.0; openmolcas: unpin Boost#359050
markuskowa merged 2 commits intoNixOS:stagingfrom
emilazy:push-sooksozmwnyq

Conversation

@emilazy
Copy link
Member

@emilazy emilazy commented Nov 25, 2024

Includes fixes for GCC 14. Also addresses non‐free code already removed by Debian. If there’s demand for this functionality it could be re‐added under a flag.

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 25.05 Release Notes (or backporting 24.11 and 25.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

Includes fixes for GCC 14. Also addresses non‐free code already
removed by Debian. If there’s demand for this functionality it
could be re‐added under a flag.
@ofborg ofborg bot requested a review from markuskowa November 26, 2024 13:22
@ofborg ofborg bot added 10.rebuild-darwin: 11-100 This PR causes between 11 and 100 packages to rebuild on Darwin. 10.rebuild-linux: 11-100 This PR causes between 11 and 100 packages to rebuild on Linux. labels Nov 26, 2024
Copy link
Member

@markuskowa markuskowa left a comment

Choose a reason for hiding this comment

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

openmolcas LGTM. I am just a bit confused here: how is openmolcas connected to superlu?

cc @sheepforce

@sheepforce
Copy link
Member

sheepforce commented Nov 27, 2024

how is openmolcas connected to superlu?

I think it isn't:

$ nix why-depends nixpkgs/master#openmolcas nixpkgs/master#superlu
this path will be fetched (0.20 MiB download, 0.63 MiB unpacked):
  /nix/store/df9zjr9xbip7qsbs4icy6wlmb5nsjwiv-superlu-5.2.1
'flake:nixpkgs/master#openmolcas' does not depend on 'flake:nixpkgs/master#superlu'

Otherwise unpinning boost in OpenMolcas is certainly a good idea :)

@emilazy
Copy link
Member Author

emilazy commented Nov 27, 2024

It’s a build‐time dependency, so I had to fix superlu to check whether openmolcas could be unpinned:

yuyuko:~/Developer/nixpkgs  (empty) (no description set)
❭ nix why-depends --derivation .#legacyPackages.x86_64-linux.{openmolcas,superlu}
/nix/store/ljkz2ic7z8xca2db2380pb5q7vl558bm-openmolcas-24.10.drv
└───/nix/store/57ya1bmb77z5fmd9dd54p98llxman2yy-armadillo-14.0.3.drv
    └───/nix/store/q4vf39pii368h9cliylbslvsfxi2b048-superlu-7.0.0.drv

Whether that’s sensible or not, I don’t know – I confess that I’m doing a tree‐wide clean‐up and couldn’t accurately describe exactly what this software does :)

@wegank wegank added 12.approvals: 1 This PR was reviewed and approved by one person. 12.approved-by: package-maintainer This PR was reviewed and approved by a maintainer listed in any of the changed packages. labels Nov 27, 2024
@markuskowa markuskowa merged commit cde6712 into NixOS:staging Nov 30, 2024
@paparodeo
Copy link
Contributor

paparodeo commented Dec 21, 2024

for whatever reason after the update to superlu darwin is segfaulting running tests. not linking to accelerate and using the bias package fixes -- #367110

[edit] superlu is using the single precision interface

@emilazy emilazy deleted the push-sooksozmwnyq branch September 17, 2025 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

10.rebuild-darwin: 11-100 This PR causes between 11 and 100 packages to rebuild on Darwin. 10.rebuild-linux: 11-100 This PR causes between 11 and 100 packages to rebuild on Linux. 12.approvals: 1 This PR was reviewed and approved by one person. 12.approved-by: package-maintainer This PR was reviewed and approved by a maintainer listed in any of the changed packages.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants