From 1e81064a898a29a8f610afaa69179a0ba5b6a665 Mon Sep 17 00:00:00 2001 From: yanzh_h Date: Tue, 17 Mar 2020 18:56:08 +0800 Subject: [PATCH] fix compile error --- scipy.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/scipy.spec b/scipy.spec index e8a4bf2..ddfaee9 100644 --- a/scipy.spec +++ b/scipy.spec @@ -1,8 +1,9 @@ %global py_setup_args config_fc --fcompiler=gnu95 --noarch +%global debug_package %{nil} Name: scipy Version: 1.2.2 -Release: 1 +Release: 2 Summary: A Python-based ecosystem of open-source software for mathematics, science, and engineering License: BSD, MIT, Boost and Public Domain URL: https://www.scipy.org @@ -130,5 +131,8 @@ env FFLAGS="$RPM_OPT_FLAGS -fPIC" \ %endif %changelog -* Mon Nov 4 2019 openEuler Buildteam - version-release +* Tue Mar 17 2020 openEuler Buildteam - 1.2.2-2 +- fix compile error + +* Mon Nov 4 2019 openEuler Buildteam - 1.2.2-1 - Package init -- Gitee