Update to 1.7
This commit is contained in:
parent
58c94c3d04
commit
b7f2785e89
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@ hwloc-1.0.2.tar.bz2
|
|||||||
/hwloc-1.5.tar.bz2
|
/hwloc-1.5.tar.bz2
|
||||||
/hwloc-1.5.1.tar.bz2
|
/hwloc-1.5.1.tar.bz2
|
||||||
/hwloc-1.6.1.tar.bz2
|
/hwloc-1.6.1.tar.bz2
|
||||||
|
/hwloc-1.7.tar.bz2
|
||||||
|
18
hwloc.spec
18
hwloc.spec
@ -1,14 +1,15 @@
|
|||||||
Summary: Portable Hardware Locality - portable abstraction of hierarchical architectures
|
Summary: Portable Hardware Locality - portable abstraction of hierarchical architectures
|
||||||
Name: hwloc
|
Name: hwloc
|
||||||
Version: 1.6.1
|
Version: 1.7
|
||||||
Release: 1%{?dist}
|
Release: 0%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: http://www.open-mpi.org/projects/hwloc/
|
URL: http://www.open-mpi.org/projects/hwloc/
|
||||||
Source0: http://www.open-mpi.org/software/hwloc/v1.6/downloads/%{name}-%{version}.tar.bz2
|
Source0: http://www.open-mpi.org/software/hwloc/v1.7/downloads/%{name}-%{version}.tar.bz2
|
||||||
|
Patch0: hwloc-1.7.patch
|
||||||
Requires: %{name}-libs = %{version}-%{release}
|
Requires: %{name}-libs = %{version}-%{release}
|
||||||
|
|
||||||
BuildRequires: libX11-devel libxml2-devel cairo-devel ncurses-devel pciutils-devel transfig doxygen w3m
|
BuildRequires: libX11-devel libxml2-devel cairo-devel ncurses-devel libpciaccess-devel libXNVCtrl-devel transfig doxygen w3m texlive-latex texlive-makeindex libtool-ltdl-devel
|
||||||
%ifnarch s390 s390x
|
%ifnarch s390 s390x
|
||||||
BuildRequires: libibverbs-devel
|
BuildRequires: libibverbs-devel
|
||||||
%endif
|
%endif
|
||||||
@ -48,11 +49,13 @@ Run time libraries for the hwloc
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
autoreconf --force --install
|
||||||
%configure
|
%configure
|
||||||
|
##sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
||||||
|
##sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
||||||
%{__make} %{?_smp_mflags} V=1
|
%{__make} %{?_smp_mflags} V=1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -105,6 +108,9 @@ Run time libraries for the hwloc
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 31 2013 Jirka Hladky <hladky.jiri@gmail.com> - 1.7-0
|
||||||
|
- Update to version 1.7
|
||||||
|
|
||||||
* Thu Jan 31 2013 Jirka Hladky <hladky.jiri@gmail.com> - 1.6.1-1
|
* Thu Jan 31 2013 Jirka Hladky <hladky.jiri@gmail.com> - 1.6.1-1
|
||||||
- Created libs package with reduced dependencies
|
- Created libs package with reduced dependencies
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user