1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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 <sharlatanus@gmail.com>
This commit is contained in:
Leo Orveillon
2026-02-10 17:31:22 +01:00
committed by Sharlatan Hellseher
parent b0bdd3f99d
commit 2feccafa99

View File

@@ -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