From 2feccafa99a9c4292ce80f670f1f8b0263a6f5b4 Mon Sep 17 00:00:00 2001 From: Leo Orveillon Date: Tue, 10 Feb 2026 17:31:22 +0100 Subject: [PATCH] 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 --- 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