forked from pool/numactl
Accepting request 52787 from Base:System
Accepted submit request 52787 from user a_jaeger OBS-URL: https://build.opensuse.org/request/show/52787 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/numactl?expand=0&rev=29
This commit is contained in:
commit
622e815ffb
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bd23b99026cc03cfb454ae7ff5ce270d46d675928d7a596de0b0d2292e4f9a09
|
||||
size 67085
|
3
numactl-2.0.6-rc3.tar.bz2
Normal file
3
numactl-2.0.6-rc3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:616441e8b8b9c2a516ed93af3b0027d3d4abcd4d88268893bcd3d3403a3416c3
|
||||
size 67709
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 31 12:37:02 UTC 2010 - jengelh@medozas.de
|
||||
|
||||
- Use %_smp_mflags
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 12 10:00:03 UTC 2010 - trenn@novell.com
|
||||
|
||||
- Updated to version 2.0.6-rc3
|
||||
* Fix numa_get_run_node_mask() to return a cpuset-aware node mask (Cliff W.)
|
||||
* Add a better warning to numa_node_to_cpus()
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 5 15:34:17 UTC 2010 - trenn@novell.com
|
||||
|
||||
- Updated to version 2.0.6-rc1
|
||||
* numa_num_task_cpus()/..nodes() to return actual counts (Cliff W.)
|
||||
* Correct numa_max_node() use of broken numa_num_configured_nodes() (Tim Pepper)
|
||||
* Use numa_max_node() not numa_num_configured_nodes() (Tim Pepper)
|
||||
* Fix numa_num_configured_nodes() to match man page description (Tim Pepper)
|
||||
* Clarify comment for numa_all_nodes_ptr extern (Tim Pepper)
|
||||
* numactl --hardware should handle sparse node numbering (Tim Pepper)
|
||||
* Maintain compatibility with 2.0.3 numa_num_thread...()'s (Cliff W.)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 3 07:47:48 UTC 2010 - aj@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package numactl (Version 2.0.5)
|
||||
# spec file for package numactl (Version 2.0.6.rc1)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -22,9 +22,9 @@ Url: http://oss.sgi.com/projects/libnuma/
|
||||
Name: numactl
|
||||
License: GPLv2+
|
||||
Summary: NUMA Policy Control
|
||||
Version: 2.0.5
|
||||
Version: 2.0.6
|
||||
Release: 1
|
||||
%define origversion 2.0.5
|
||||
%define origversion 2.0.6-rc3
|
||||
AutoReqProv: on
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
@ -69,7 +69,7 @@ individual NUMA policy in applications.
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
make %{?jobs:-j%jobs} CFLAGS="${RPM_OPT_FLAGS}"
|
||||
make %{?_smp_mflags} CFLAGS="${RPM_OPT_FLAGS}"
|
||||
|
||||
%install
|
||||
install -d -m 755 $RPM_BUILD_ROOT/usr/bin
|
||||
|
Loading…
Reference in New Issue
Block a user