diff options
author | Nicolas Graves via Guix-patches via <guix-patches@gnu.org> | 2024-11-24 21:16:23 +0100 |
---|---|---|
committer | Zheng Junjie <z572@z572.online> | 2025-06-23 12:31:14 +0800 |
commit | ef12829e264c3a30f33337bbbe59a3f03ff5fd55 (patch) | |
tree | 0d2a011fd230d9c9223b18d87dc146a7f6e6f63f | |
parent | 9a591e580b372f979032508f59449ef63c80bf0b (diff) |
gnu: spectra: Add lint-hidden-cpe-vendors property.
* gnu/packages/algebra.scm (spectra)[properties]: Add
lint-hidden-cpe-vendors property.
Signed-off-by: Zheng Junjie <z572@z572.online>
-rw-r--r-- | gnu/packages/algebra.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm index 105c908841..c9008183d8 100644 --- a/gnu/packages/algebra.scm +++ b/gnu/packages/algebra.scm @@ -1474,6 +1474,7 @@ a Redesigned ARPACK. It is a C++ library for large scale eigenvalue problems, built on top of Eigen. It is implemented as a header-only C++ library and can be easily embedded in C++ projects that require calculating eigenvalues of large matrices.") + (properties `((lint-hidden-cpe-vendors . ("brainstormforce" "wpspectra")))) (license license:mpl2.0))) (define-public gappa |