Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Donald Johnson (27832f763f62282104e0576c114deda187450002)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Donald Johnson <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Donald Johnson (27832f763f62282104e0576c114deda187450002)
  • Date: Sun, 30 Aug 2009 03:09:47 -0500

GIT changes to master z-rejected grimoire by Donald Johnson
<ltdonny AT gmail.com>:

ChangeLog | 5 +++++
z-libs/acml32/BUILD | 1 +
z-libs/acml32/CONFLICTS | 2 ++
z-libs/acml32/DETAILS | 18 ++++++++++++++++++
z-libs/acml32/HISTORY | 2 ++
z-libs/acml32/INSTALL | 11 +++++++++++
z-libs/acml32/PREPARE | 1 +
z-libs/acml32/PRE_BUILD | 4 ++++
z-libs/acml64-int64/BUILD | 1 +
z-libs/acml64-int64/CONFLICTS | 2 ++
z-libs/acml64-int64/DETAILS | 17 +++++++++++++++++
z-libs/acml64-int64/HISTORY | 2 ++
z-libs/acml64-int64/INSTALL | 11 +++++++++++
z-libs/acml64-int64/PREPARE | 1 +
z-libs/acml64-int64/PRE_BUILD | 4 ++++
z-libs/acml64/BUILD | 1 +
z-libs/acml64/CONFLICTS | 2 ++
z-libs/acml64/DETAILS | 18 ++++++++++++++++++
z-libs/acml64/HISTORY | 2 ++
z-libs/acml64/INSTALL | 11 +++++++++++
z-libs/acml64/PREPARE | 1 +
z-libs/acml64/PRE_BUILD | 4 ++++
22 files changed, 121 insertions(+)

New commits:
commit c02abf2261a439a56750ff94f8a0ecd3fc5819c0
Author: Donald Johnson <ltdonny AT gmail.com>
Commit: Donald Johnson <ltdonny AT gmail.com>

z-libs/acml64-int64: new spell, AMD Core Math Library

commit abcc12bfe858aa00e50f3c153cd6f5ace2110e46
Author: Donald Johnson <ltdonny AT gmail.com>
Commit: Donald Johnson <ltdonny AT gmail.com>

z-libs/acml64: new spell, AMD Core Math Library

commit 001ef5255d50e3101f4639a73092a440869e685d
Author: Donald Johnson <ltdonny AT gmail.com>
Commit: Donald Johnson <ltdonny AT gmail.com>

z-libs/acml32: new spell, AMD Core Math Library

diff --git a/ChangeLog b/ChangeLog
index 3eb1806..504a5f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-08-23 Donald Johnson <ltdonny AT gmail.com>
+ * z-libs/acml32: New spell, AMD Core Math Library (32-bit)
+ * z-libs/acml64: New spell, AMD Core Math Library (64-bit)
+ * z-libs/acml64-int64: New spell, AMD Core Math Library (64-bit)
+
2009-08-18 Donald Johnson <ltdonny AT gmail.com>
* z-graphics/blender-bin: spell deprecated, moved to binary

diff --git a/z-libs/acml32/BUILD b/z-libs/acml32/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/z-libs/acml32/BUILD
@@ -0,0 +1 @@
+true
diff --git a/z-libs/acml32/CONFLICTS b/z-libs/acml32/CONFLICTS
new file mode 100755
index 0000000..2d0fa1f
--- /dev/null
+++ b/z-libs/acml32/CONFLICTS
@@ -0,0 +1,2 @@
+conflicts acml64 y
+conflicts acml64-int64 y
diff --git a/z-libs/acml32/DETAILS b/z-libs/acml32/DETAILS
new file mode 100755
index 0000000..d8942c7
--- /dev/null
+++ b/z-libs/acml32/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=acml32
+ VERSION=4.3.0
+ SOURCE=acml-${VERSION//./-}-gfortran-32bit.tgz
+
SOURCE_HASH=sha512:a24f702428bdcfcffe6f55a0539633d7ceb3b79db30f2ad1caab0c52d5aff31e13e9d0709e3f5039a55b0dc4b929f515665c9e3c50c11c1512b2d2f1b48e8eba

+ RELEASE=1
+ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ LICENSE=ACML
+ WEB_SITE=http://www.amd.com/acml
+ ENTERED=20090117
+ KEYWORDS="mpi infiniband"
+ REJECT="must download from the website because of proprietary
license"
+ DOCS="${DOCS} ACML-EULA.txt README.64-bit ReleaseNotes
ReleaseNotes.acml_mv"
+ ARCHIVE=off
+ SHORT="openmpi is an open MPI implementation"
+
+cat <<EOF
+
+EOF
diff --git a/z-libs/acml32/HISTORY b/z-libs/acml32/HISTORY
new file mode 100644
index 0000000..5d7bb02
--- /dev/null
+++ b/z-libs/acml32/HISTORY
@@ -0,0 +1,2 @@
+2008-08-26 Donald Johnson <ltdonny AT gmail.com>
+ * all: Created spell based off of dmlb2000's submission.
diff --git a/z-libs/acml32/INSTALL b/z-libs/acml32/INSTALL
new file mode 100755
index 0000000..2f54823
--- /dev/null
+++ b/z-libs/acml32/INSTALL
@@ -0,0 +1,11 @@
+cd ${SOURCE_DIRECTORY} &&
+for dir in gfortran32*
+do
+ mkdir -p "${INSTALL_ROOT}/usr/lib/$dir" \
+ "${INSTALL_ROOT}/usr/include/$dir" \
+ "${INSTALL_ROOT}/usr/share/doc/$SPELL/$dir" &&
+ cp -a $dir/lib/* "${INSTALL_ROOT}/usr/lib/$dir" &&
+ cp -a $dir/include/* "${INSTALL_ROOT}/usr/include/$dir" &&
+ cp -a $dir/examples "${INSTALL_ROOT}/usr/share/doc/$SPELL/$dir"
+done &&
+cp -a Doc "${INSTALL_ROOT}/usr/share/doc/$SPELL"
diff --git a/z-libs/acml32/PREPARE b/z-libs/acml32/PREPARE
new file mode 100755
index 0000000..4aeb4b1
--- /dev/null
+++ b/z-libs/acml32/PREPARE
@@ -0,0 +1 @@
+. $GRIMOIRE/REJECTED_MSG
diff --git a/z-libs/acml32/PRE_BUILD b/z-libs/acml32/PRE_BUILD
new file mode 100755
index 0000000..3a1cd43
--- /dev/null
+++ b/z-libs/acml32/PRE_BUILD
@@ -0,0 +1,4 @@
+mk_source_dir "$SOURCE_DIRECTORY" &&
+cd "$SOURCE_DIRECTORY" &&
+unpack_file '' &&
+tar -xzf contents-*.tgz
diff --git a/z-libs/acml64-int64/BUILD b/z-libs/acml64-int64/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/z-libs/acml64-int64/BUILD
@@ -0,0 +1 @@
+true
diff --git a/z-libs/acml64-int64/CONFLICTS b/z-libs/acml64-int64/CONFLICTS
new file mode 100755
index 0000000..033163d
--- /dev/null
+++ b/z-libs/acml64-int64/CONFLICTS
@@ -0,0 +1,2 @@
+conflicts acml32 y
+conflicts acml64 y
diff --git a/z-libs/acml64-int64/DETAILS b/z-libs/acml64-int64/DETAILS
new file mode 100755
index 0000000..6e4f4a1
--- /dev/null
+++ b/z-libs/acml64-int64/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=acml64-int64
+ VERSION=4.3.0
+ SOURCE=acml-${VERSION//./-}-gfortran-64bit-int64.tgz
+
SOURCE_HASH=sha512:244b6f572c2d352c6b3c7c8f33f467c2e8926d4aa191e5433a55d822416b33c95e82dca82c3cbaf912231e0996854db9acd167f98c2b1c841e37ebffb5387b3e

+ RELEASE=1
+ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ LICENSE=ACML
+ WEB_SITE=http://www.amd.com/acml
+ REJECT="must download from the website because of proprietary
license"
+ ENTERED=20090117
+ KEYWORDS="mpi infiniband"
+ SHORT="openmpi is an open MPI implementation"
+ DOCS="${DOCS} ACML-EULA.txt README.64-bit ReleaseNotes
ReleaseNotes.acml_mv"
+ ARCHIVE=off
+cat <<EOF
+
+EOF
diff --git a/z-libs/acml64-int64/HISTORY b/z-libs/acml64-int64/HISTORY
new file mode 100644
index 0000000..5d7bb02
--- /dev/null
+++ b/z-libs/acml64-int64/HISTORY
@@ -0,0 +1,2 @@
+2008-08-26 Donald Johnson <ltdonny AT gmail.com>
+ * all: Created spell based off of dmlb2000's submission.
diff --git a/z-libs/acml64-int64/INSTALL b/z-libs/acml64-int64/INSTALL
new file mode 100755
index 0000000..93fa76f
--- /dev/null
+++ b/z-libs/acml64-int64/INSTALL
@@ -0,0 +1,11 @@
+cd ${SOURCE_DIRECTORY} &&
+for dir in gfortran64*
+do
+ mkdir -p "${INSTALL_ROOT}/usr/lib/$dir" \
+ "${INSTALL_ROOT}/usr/include/$dir" \
+ "${INSTALL_ROOT}/usr/share/doc/$SPELL/$dir" &&
+ cp -a $dir/lib/* "${INSTALL_ROOT}/usr/lib/$dir" &&
+ cp -a $dir/include/* "${INSTALL_ROOT}/usr/include/$dir" &&
+ cp -a $dir/examples "${INSTALL_ROOT}/usr/share/doc/$SPELL/$dir"
+done &&
+cp -a Doc "${INSTALL_ROOT}/usr/share/doc/$SPELL"
diff --git a/z-libs/acml64-int64/PREPARE b/z-libs/acml64-int64/PREPARE
new file mode 100755
index 0000000..4aeb4b1
--- /dev/null
+++ b/z-libs/acml64-int64/PREPARE
@@ -0,0 +1 @@
+. $GRIMOIRE/REJECTED_MSG
diff --git a/z-libs/acml64-int64/PRE_BUILD b/z-libs/acml64-int64/PRE_BUILD
new file mode 100755
index 0000000..3a1cd43
--- /dev/null
+++ b/z-libs/acml64-int64/PRE_BUILD
@@ -0,0 +1,4 @@
+mk_source_dir "$SOURCE_DIRECTORY" &&
+cd "$SOURCE_DIRECTORY" &&
+unpack_file '' &&
+tar -xzf contents-*.tgz
diff --git a/z-libs/acml64/BUILD b/z-libs/acml64/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/z-libs/acml64/BUILD
@@ -0,0 +1 @@
+true
diff --git a/z-libs/acml64/CONFLICTS b/z-libs/acml64/CONFLICTS
new file mode 100755
index 0000000..87ead5b
--- /dev/null
+++ b/z-libs/acml64/CONFLICTS
@@ -0,0 +1,2 @@
+conflicts acml32 y
+conflicts acml64-int64 y
diff --git a/z-libs/acml64/DETAILS b/z-libs/acml64/DETAILS
new file mode 100755
index 0000000..21cccbd
--- /dev/null
+++ b/z-libs/acml64/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=acml64
+ VERSION=4.3.0
+ SOURCE=acml-${VERSION//./-}-gfortran-64bit.tgz
+
SOURCE_HASH=sha512:bb7957b8644d267960489d2484c374402c98932e927b44bd9694c026a3544e5b2acb4d0541d28faed44cf03de6603a3abd37f1758d1c40ae6c822ca7c58052ee

+ RELEASE=1
+ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ LICENSE=ACML
+ REJECT="must download from the website because of proprietary
license"
+ WEB_SITE=http://www.amd.com/acml
+ ENTERED=20090117
+ DOCS="${DOCS} ACML-EULA.txt README.64-bit ReleaseNotes
ReleaseNotes.acml_mv"
+ KEYWORDS="mpi infiniband"
+ SHORT="openmpi is an open MPI implementation"
+ ARCHIVE=off
+
+cat <<EOF
+
+EOF
diff --git a/z-libs/acml64/HISTORY b/z-libs/acml64/HISTORY
new file mode 100644
index 0000000..5d7bb02
--- /dev/null
+++ b/z-libs/acml64/HISTORY
@@ -0,0 +1,2 @@
+2008-08-26 Donald Johnson <ltdonny AT gmail.com>
+ * all: Created spell based off of dmlb2000's submission.
diff --git a/z-libs/acml64/INSTALL b/z-libs/acml64/INSTALL
new file mode 100755
index 0000000..93fa76f
--- /dev/null
+++ b/z-libs/acml64/INSTALL
@@ -0,0 +1,11 @@
+cd ${SOURCE_DIRECTORY} &&
+for dir in gfortran64*
+do
+ mkdir -p "${INSTALL_ROOT}/usr/lib/$dir" \
+ "${INSTALL_ROOT}/usr/include/$dir" \
+ "${INSTALL_ROOT}/usr/share/doc/$SPELL/$dir" &&
+ cp -a $dir/lib/* "${INSTALL_ROOT}/usr/lib/$dir" &&
+ cp -a $dir/include/* "${INSTALL_ROOT}/usr/include/$dir" &&
+ cp -a $dir/examples "${INSTALL_ROOT}/usr/share/doc/$SPELL/$dir"
+done &&
+cp -a Doc "${INSTALL_ROOT}/usr/share/doc/$SPELL"
diff --git a/z-libs/acml64/PREPARE b/z-libs/acml64/PREPARE
new file mode 100755
index 0000000..4aeb4b1
--- /dev/null
+++ b/z-libs/acml64/PREPARE
@@ -0,0 +1 @@
+. $GRIMOIRE/REJECTED_MSG
diff --git a/z-libs/acml64/PRE_BUILD b/z-libs/acml64/PRE_BUILD
new file mode 100755
index 0000000..3a1cd43
--- /dev/null
+++ b/z-libs/acml64/PRE_BUILD
@@ -0,0 +1,4 @@
+mk_source_dir "$SOURCE_DIRECTORY" &&
+cd "$SOURCE_DIRECTORY" &&
+unpack_file '' &&
+tar -xzf contents-*.tgz




Archive powered by MHonArc 2.6.24.

Top of Page