From 1b3d38e68cd71fcda6805da8622ffd592707ffd4 Mon Sep 17 00:00:00 2001 From: xuezhixin Date: Thu, 14 Nov 2024 22:03:26 +0800 Subject: [PATCH] use the new cmake macros --- armadillo.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/armadillo.spec b/armadillo.spec index d41107e..6541206 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -1,6 +1,6 @@ Name: armadillo Version: 12.6.2 -Release: 2 +Release: 3 Summary: Fast C++ matrix library with syntax similar to MATLAB and Octave License: ASL 2.0 URL: http://arma.sourceforge.net/ @@ -28,11 +28,11 @@ This package contains header files. sed -i 's/\r//' README.md %build -%{cmake} -%make_build VERBOSE=1 +%cmake +%cmake_build %install -%make_install +%cmake_install rm -f examples/{Makefile.cmake,example1_win64.sln,example1_win64.vcxproj,example1_win64.README.txt} rm -rf examples/example2_win64.* @@ -61,6 +61,9 @@ rm -rf examples/lib_win64 %doc armadillo_*.pdf %changelog +* Wed Oct 30 2024 xuezhixin - 12.6.2-3 +- use the new cmake macros + * Mon Aug 19 2024 Pan Zhang - 12.6.2-2 - Replaced declaration of help subpackage with the 'package_help' macro. -- Gitee