From 00f559881565ef3a5bcaef28d24b6bbd2c8b54fe Mon Sep 17 00:00:00 2001 From: baizg1107 Date: Tue, 1 Jun 2021 16:24:44 +0800 Subject: [PATCH] Add build requires for fixing building error --- blosc.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/blosc.spec b/blosc.spec index 2012312..fe1a575 100644 --- a/blosc.spec +++ b/blosc.spec @@ -1,12 +1,12 @@ Name: blosc Version: 1.14.4 -Release: 3 +Release: 4 Summary: Binary compressor License: MIT URL: https://github.com/Blosc/c-blosc Source: https://github.com/Blosc/c-blosc/archive/v%{version}/blosc-%{version}.tar.gz -BuildRequires: cmake lz4-devel snappy-devel zlib-devel libzstd-devel +BuildRequires: cmake lz4-devel snappy-devel zlib-devel libzstd-devel gcc-g++ %description Blosc is a compression library that is faster than traditional compression. @@ -84,6 +84,10 @@ install -p bench/plot-speeds.py %{buildroot}/%{_bindir}/%{name}-plot-times %{_bindir}/%{name}-plot-times %changelog +* Mon May 31 2021 baizhonggui - 1.14.4-4 +- Fix building error: No CMAKE_CXX_COMPULER could be found +- Add gcc-g++ in BuildRequires + * Thu Nov 14 2019 wangye - 1.14.4-3 - Update * Thu Nov 14 2019 wangye - 1.14.4-2