remove x86_64 linking issue workaround
This commit is contained in:
parent
91039a5990
commit
40898d6245
15
scipy.spec
15
scipy.spec
@ -25,7 +25,7 @@
|
|||||||
Summary: Scientific Tools for Python
|
Summary: Scientific Tools for Python
|
||||||
Name: scipy
|
Name: scipy
|
||||||
Version: 1.10.1
|
Version: 1.10.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
|
|
||||||
# BSD -- whole package except:
|
# BSD -- whole package except:
|
||||||
# Boost -- scipy/special/cephes/scipy_iv.c
|
# Boost -- scipy/special/cephes/scipy_iv.c
|
||||||
@ -122,12 +122,7 @@ for PY in %{python3_version}; do
|
|||||||
%else
|
%else
|
||||||
FFLAGS="$RPM_OPT_FLAGS -fPIC" \
|
FFLAGS="$RPM_OPT_FLAGS -fPIC" \
|
||||||
%endif
|
%endif
|
||||||
%ifarch x86_64
|
LDFLAGS="%{__global_ldflags}" \
|
||||||
# workaround for https://bugzilla.redhat.com/show_bug.cgi?id=2068530
|
|
||||||
LDFLAGS="%{__global_ldflags} -Wl,--no-as-needed -lmvec -Wl,--as-needed" \
|
|
||||||
%else
|
|
||||||
LDFLAGS="%{__global_ldflags}" \
|
|
||||||
%endif
|
|
||||||
%{_bindir}/python$PY setup.py config_fc \
|
%{_bindir}/python$PY setup.py config_fc \
|
||||||
--fcompiler=gnu95 --noarch \
|
--fcompiler=gnu95 --noarch \
|
||||||
build
|
build
|
||||||
@ -231,7 +226,11 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Feb 21 2023 Pavel Šimovec <psimovec@redhat.com> - 1.10.1-1
|
* Wed Mar 15 2023 Pavel Šimovec <psimovec@redhat.com> - 1.10.1-2
|
||||||
|
- Remove workaround for linking issue on x86_64
|
||||||
|
- resolves: #2068530
|
||||||
|
|
||||||
|
* Wed Feb 22 2023 Pavel Šimovec <psimovec@redhat.com> - 1.10.1-1
|
||||||
- New upstream release 1.10.1
|
- New upstream release 1.10.1
|
||||||
resolves: #2101172
|
resolves: #2101172
|
||||||
- Use the optional python3-pooch dependency
|
- Use the optional python3-pooch dependency
|
||||||
|
Loading…
Reference in New Issue
Block a user