Accepting request 452955 from home:tsaupe:branches:devel:libraries:c_c++
Update hwloc to support Knights Mill (fate#321929) OBS-URL: https://build.opensuse.org/request/show/452955 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/hwloc?expand=0&rev=21
This commit is contained in:
parent
8d61934959
commit
42607abfd8
3
hwloc-1.11.5.tar.gz
Normal file
3
hwloc-1.11.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3211d30e3d54ec4d2c7c5eda8aa267f618ac2d25497b9f16a6349af8a2e26433
|
||||||
|
size 1582550
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 27 13:14:01 UTC 2017 - Thomas.Blume@suse.com
|
||||||
|
|
||||||
|
- use correct upstream source version
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 24 15:10:18 UTC 2017 - Thomas.Blume@suse.com
|
Tue Jan 24 15:10:18 UTC 2017 - Thomas.Blume@suse.com
|
||||||
|
|
||||||
|
@ -20,15 +20,16 @@
|
|||||||
%if ! 0%{?is_opensuse}
|
%if ! 0%{?is_opensuse}
|
||||||
%define version_prefix 2.0.0.
|
%define version_prefix 2.0.0.
|
||||||
%endif
|
%endif
|
||||||
|
%define mainversion 1.11.5
|
||||||
Name: hwloc
|
Name: hwloc
|
||||||
Version: %{?version_prefix}1.11.5
|
Version: %{?version_prefix}%{?mainversion}
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Portable Hardware Locality
|
Summary: Portable Hardware Locality
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Productivity/Clustering/Computing
|
Group: Productivity/Clustering/Computing
|
||||||
Url: http://www.open-mpi.org/projects/hwloc/
|
Url: http://www.open-mpi.org/projects/hwloc/
|
||||||
#Source0: %{name}-%{version}.tar.xz
|
#Source0: %{name}-%{version}.tar.xz
|
||||||
Source0: https://github.com/open-mpi/hwloc/archive/v1.11.tar.gz
|
Source0: https://github.com/open-mpi/hwloc/archive/%{name}-%{mainversion}.tar.gz
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
@ -103,7 +104,7 @@ BuildArch: noarch
|
|||||||
Package contains documentation for %{name}.
|
Package contains documentation for %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-1.11
|
%setup -q -n %{name}-%{name}-%{mainversion}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fvi
|
autoreconf -fvi
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c1ed66930f32db9630f55ebcea0f41649dc8c174d3f3ea5af7a80e1f3695882f
|
|
||||||
size 1585620
|
|
Loading…
Reference in New Issue
Block a user