[bug#76819,v7,05/35] gnu: spectra: Add lint-hidden-cpe-vendors property.

Message ID 20250307183914.8825-5-ngraves@ngraves.fr
State New
Headers
Series Add lint-hidden-cpe-vendors property |

Commit Message

Nicolas Graves March 7, 2025, 6:38 p.m. UTC
  From: Nicolas Graves via Guix-patches via <guix-patches@gnu.org>

* gnu/packages/algebra.scm (spectra)[properties]: Add
lint-hidden-cpe-vendors property.
---
 gnu/packages/algebra.scm | 1 +
 1 file changed, 1 insertion(+)
  

Patch

diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 5c12413faa..1e702150ae 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -1474,6 +1474,7 @@  (define-public spectra
 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