This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2feccafa99 gnu: n2p2: Add files to output/lib.
2feccafa99 is described below

commit 2feccafa99a9c4292ce80f670f1f8b0263a6f5b4
Author: Leo Orveillon <[email protected]>
AuthorDate: Tue Feb 10 17:31:22 2026 +0100

    gnu: n2p2: Add files to output/lib.
    
    * gnu/packages/maths.scm (n2p2):[phases]{install}: Remove condition to
    add only ".so" files in "/lib", it is required to build lammps with n2p2
    support.
    
    Merges: https://codeberg.org/guix/guix/pulls/6291
    Change-Id: I1e8fe34f4c874e85ffaab3104e8e141adf74c783
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/maths.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index e9c4ec65e9..fe3cd4a322 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2611,7 +2611,7 @@ scientific data storage.")
                (for-each (lambda (f) (install-file f bindir))
                          (find-files "bin" "^nnp-"))
                (for-each (lambda (f) (install-file f libdir))
-                         (find-files "lib" "\\.so$"))
+                         (find-files "lib" "."))
                (for-each (lambda (f) (install-file f incdir))
                          (find-files "include" "\\.h$"))))))))
     (inputs

Reply via email to