From b63cfc2fe74c578be55445a73369528ace90f3d4 Mon Sep 17 00:00:00 2001 From: zhouwenpei Date: Thu, 17 Mar 2022 11:26:43 +0800 Subject: [PATCH] rolling back commit to tune up build speed --- openblas.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/openblas.spec b/openblas.spec index 01c148f..f5abdcb 100644 --- a/openblas.spec +++ b/openblas.spec @@ -2,7 +2,7 @@ Name: openblas Version: 0.3.18 -Release: 2 +Release: 3 Summary: An optimized BLAS library based on GotoBLAS2 1.13 BSD version License: BSD URL: https://github.com/xianyi/OpenBLAS/ @@ -15,7 +15,12 @@ Patch0003: rm-make-test-from-Makefile-and-add-this-to-spec-in-f.patch Requires: %{name}-devel = %{version}-%{release} BuildRequires: gcc gcc-gfortran perl-devel gcc-c++ +%if 0%{?openEuler} +%define build64 1 +%else %define build64 0 +%endif + %if %{with system_lapack} BuildRequires: lapack-static lapack64-static %global lapacke 0 @@ -414,6 +419,9 @@ rm -rf %{buildroot}%{_libdir}/pkgconfig %endif %changelog +* Thu Mar 17 2022 zhouwenpei - 0.3.18-3 +- rolling back commit to tune up build speed + * Tue Mar 15 2022 zhouwenpei - 0.3.18-2 - restore tune up build speed -- Gitee