diff options
| author | Leo Orveillon <leo.orveillon@univ-grenoble-alpes.fr> | 2026-02-10 17:31:22 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-12 09:51:06 +0000 |
| commit | 2feccafa99a9c4292ce80f670f1f8b0263a6f5b4 (patch) | |
| tree | f7064fad7e21924ff167eda8d552bada1a3f82f0 /gnu | |
| parent | b0bdd3f99d1258c3e82eb5116a07d7fcf21a8767 (diff) | |
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>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/maths.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index e9c4ec65e91..fe3cd4a3227 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 |
