From 8e4495f90f045980026a4e74a5bf90ab3fb083ff Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Sun, 5 Oct 2025 12:23:49 +0200 Subject: [PATCH] mlpack, small change to trigger build (#13021) --- sci-libs/mlpack/mlpack-4.6.2.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/mlpack/mlpack-4.6.2.recipe b/sci-libs/mlpack/mlpack-4.6.2.recipe index 1b2c80bdc..91bf9afeb 100644 --- a/sci-libs/mlpack/mlpack-4.6.2.recipe +++ b/sci-libs/mlpack/mlpack-4.6.2.recipe @@ -1,6 +1,6 @@ SUMMARY="Scalable header only C++ machine learning library" -DESCRIPTION="mlpack is an intuitive, fast, scalable header only C++ machine learning \ -library, meant to be a machine learning analog to LAPACK. It aims to implement a wide array of \ +DESCRIPTION="mlpack is an intuitive, fast, scalable header only C++ machine learning library, \ +meant to be a machine learning analog to LAPACK. It aims to implement a wide array of \ machine learning methods and functions as a \"swiss army knife\" for machine learning \ researchers." HOMEPAGE="https://www.mlpack.org/"