[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/07: gnu: gromacs: Mark as tunable.
From: |
guix-commits |
Subject: |
01/07: gnu: gromacs: Mark as tunable. |
Date: |
Thu, 12 Jan 2023 17:34:02 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 88572ededc5df860ef84dfb05a7a38cdec159878
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Jan 10 11:52:19 2023 +0100
gnu: gromacs: Mark as tunable.
* gnu/packages/chemistry.scm (gromacs)[properties]: New field.
---
gnu/packages/chemistry.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/chemistry.scm b/gnu/packages/chemistry.scm
index 065d75da6e..fb6d6fc27f 100644
--- a/gnu/packages/chemistry.scm
+++ b/gnu/packages/chemistry.scm
@@ -435,7 +435,8 @@ interactions, but since GROMACS is extremely fast at
calculating the nonbonded
interactions (that usually dominate simulations) many groups are also using it
for research on non-biological systems, e.g. polymers. GROMACS supports all
the
usual algorithms you expect from a modern molecular dynamics implementation.")
- (license license:lgpl2.1+)))
+ (license license:lgpl2.1+)
+ (properties '((tunable? . #t)))))
(define-public openbabel
(package
- branch master updated (483bc044eb -> 505d7ce025), guix-commits, 2023/01/12
- 02/07: gnu: gloo: Build the shared library only., guix-commits, 2023/01/12
- 01/07: gnu: gromacs: Mark as tunable.,
guix-commits <=
- 05/07: gnu: guile-aa-tree: Update Guile version to 3.0 ., guix-commits, 2023/01/12
- 07/07: gnu: Add dislocker., guix-commits, 2023/01/12
- 03/07: gnu: gloo: Add dependency on rdma-core., guix-commits, 2023/01/12
- 04/07: gnu: guile-aa-tree: Restrict install to aa-tree.scm., guix-commits, 2023/01/12
- 06/07: gnu: Add hydra., guix-commits, 2023/01/12