Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (f52e0f36dca37e96d5314faf94262536ad2e8c4a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (f52e0f36dca37e96d5314faf94262536ad2e8c4a)
  • Date: Sat, 23 Jun 2018 19:52:29 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

utils/numactl/DETAILS | 8 ++++----
utils/numactl/HISTORY | 5 +++++
utils/numactl/PRE_BUILD | 3 ---
3 files changed, 9 insertions(+), 7 deletions(-)

New commits:
commit f52e0f36dca37e96d5314faf94262536ad2e8c4a
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

numactl 2.0.11

diff --git a/utils/numactl/DETAILS b/utils/numactl/DETAILS
index 044b19b..feead31 100755
--- a/utils/numactl/DETAILS
+++ b/utils/numactl/DETAILS
@@ -1,10 +1,10 @@
SPELL=numactl
- VERSION=2.0.10
+ VERSION=2.0.11
SOURCE="${SPELL}-${VERSION}.tar.gz"
- SOURCE_URL[0]=ftp://oss.sgi.com/www/projects/libnuma/download/${SOURCE}
-
SOURCE_HASH=sha512:00c3ff40e28a38e738e9ec4d061c1c0ab68dfa582291a8e5b898990098ef0b460d1e7941b0cb63633351a7027f8e0d089951fc2f4cbfbb084dfd2301b2a5d833
+
SOURCE_URL[0]=https://github.com/$SPELL/$SPELL/releases/download/v$VERSION/$SOURCE
+
SOURCE_HASH=sha512:1969d7ee0ff3de0d6f1fa42ec089a17cdb3f92cb35d453b8f8b2eec49724c43787ecbd213357013a8f2500a260b0df9844d515815ca3a0376314a0eed050a0d4
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
- WEB_SITE="ftp://oss.sgi.com/www/projects/libnuma/";
+ WEB_SITE="https://github.com/numactl/numactl";
LICENSE[0]=(L)GPLv2
ENTERED=20150423
SHORT="Utilities and library for NUMA architectures"
diff --git a/utils/numactl/HISTORY b/utils/numactl/HISTORY
index 339679d..a77d0c0 100644
--- a/utils/numactl/HISTORY
+++ b/utils/numactl/HISTORY
@@ -1,3 +1,8 @@
+2018-06-23 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: fixed WEB_SITE
+ updated spell to 2.0.11
+ * PRE_BUILD: removed, not needed anymore
+
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
deleted file mode 100755
index 5daf71e..0000000
--- a/utils/numactl/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-./autogen.sh



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (f52e0f36dca37e96d5314faf94262536ad2e8c4a), Ismael Luceno, 06/23/2018

Archive powered by MHonArc 2.6.24.

Top of Page