Accepting request 134045 from devel:languages:python
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/134045 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=23
This commit is contained in:
parent
f81be4a10d
commit
2fb0d92668
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 17 08:20:36 UTC 2012 - toddrme2178@gmail.com
|
||||
|
||||
- Disable atlas buildrequires until the problems with atlas are
|
||||
worked out
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 4 15:30:34 UTC 2012 - toddrme2178@gmail.com
|
||||
|
||||
|
@ -34,9 +34,10 @@ Provides: numpy = %{version}
|
||||
%if 0%{?suse_version}
|
||||
BuildRequires: gcc-fortran
|
||||
BuildRequires: fdupes
|
||||
%if 0%{?suse_version} <= 1210
|
||||
BuildRequires: libatlas3-devel
|
||||
%endif
|
||||
# FIXME: atlas is horribly broken
|
||||
# %if 0%{?suse_version} <= 1210
|
||||
# BuildRequires: libatlas3-devel
|
||||
# %endif
|
||||
%if 0%{?suse_version} <= 1110
|
||||
%{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
|
||||
%else
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 17 08:20:36 UTC 2012 - toddrme2178@gmail.com
|
||||
|
||||
- Disable atlas buildrequires until the problems with atlas are
|
||||
worked out
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 4 15:30:34 UTC 2012 - toddrme2178@gmail.com
|
||||
|
||||
|
@ -31,9 +31,10 @@ BuildRequires: python3-2to3
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: blas-devel
|
||||
BuildRequires: lapack-devel
|
||||
%if 0%{?suse_version} <= 1210
|
||||
BuildRequires: libatlas3-devel
|
||||
%endif
|
||||
# FIXME: atlas is horribly broken
|
||||
# %if 0%{?suse_version} <= 1210
|
||||
# BuildRequires: libatlas3-devel
|
||||
# %endif
|
||||
%if 0%{?suse_version} <= 1140
|
||||
%{!?python3_sitearch: %global python3_sitearch %(python3 -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
|
||||
%{!?py3_ver: %global py3_ver %(python3 -c "import sys; version=str(sys.version_info[0]) + '.' + str(sys.version_info[1]); print(version)" 2>/dev/null || echo PYTHON-NOT-FOUND)}
|
||||
|
Loading…
Reference in New Issue
Block a user