Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (144d5c558340b527c970f38b9d34b302f13a8fd1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (144d5c558340b527c970f38b9d34b302f13a8fd1)
  • Date: Wed, 22 Apr 2015 18:01:20 -0500

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

ChangeLog | 3 +++
utils/numactl/DETAILS | 21 +++++++++++++++++++++
utils/numactl/HISTORY | 3 +++
utils/numactl/PRE_BUILD | 3 +++
4 files changed, 30 insertions(+)

New commits:
commit 144d5c558340b527c970f38b9d34b302f13a8fd1
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

numactl: new spell

diff --git a/ChangeLog b/ChangeLog
index 77e4d30..8b75ff9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2015-04-23 Thomas Orgis <sobukus AT sourcemage.org>
+ * utils/numactl: new spell, NUMA support
+
2015-04-22 Vlad Glagolev <stealth AT sourcemage.org>
* FUNCTIONS: fixed check_tmp_noexec for tmp-less systems, do not force
noexec option
diff --git a/utils/numactl/DETAILS b/utils/numactl/DETAILS
new file mode 100755
index 0000000..044b19b
--- /dev/null
+++ b/utils/numactl/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=numactl
+ VERSION=2.0.10
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=ftp://oss.sgi.com/www/projects/libnuma/download/${SOURCE}
+
SOURCE_HASH=sha512:00c3ff40e28a38e738e9ec4d061c1c0ab68dfa582291a8e5b898990098ef0b460d1e7941b0cb63633351a7027f8e0d089951fc2f4cbfbb084dfd2301b2a5d833
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="ftp://oss.sgi.com/www/projects/libnuma/";
+ LICENSE[0]=(L)GPLv2
+ ENTERED=20150423
+ SHORT="Utilities and library for NUMA architectures"
+cat << EOF
+Simple NUMA policy support. It consists of a numactl program to run other
+programs with a specific NUMA policy and a libnuma shared library ("NUMA
API")
+to set NUMA policy in applications.
+
+The libnuma binary interface is supposed to stay binary compatible.
+Incompatible changes will use new symbol version numbers.
+
+In addition there are various test and utility programs, like numastat to
+display NUMA allocation statistics and memhog.
+EOF
diff --git a/utils/numactl/HISTORY b/utils/numactl/HISTORY
new file mode 100644
index 0000000..339679d
--- /dev/null
+++ b/utils/numactl/HISTORY
@@ -0,0 +1,3 @@
+2015-04-23 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS, PRE_BUILD: spell created
+
diff --git a/utils/numactl/PRE_BUILD b/utils/numactl/PRE_BUILD
new file mode 100755
index 0000000..5daf71e
--- /dev/null
+++ b/utils/numactl/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+./autogen.sh



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (144d5c558340b527c970f38b9d34b302f13a8fd1), Thomas Orgis, 04/22/2015

Archive powered by MHonArc 2.6.24.

Top of Page