New commits:
commit 30569b2af5865e871ef5cf016c6077e02aed03af
Merge: c1dcfa518340f8702c18cac67f6141c375f4bed9
00c6e805eef403714616695796441348e747b1dc
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
Merge branch 'master' of ssh://scm.sourcemage.org/smgl/grimoire
commit c1dcfa518340f8702c18cac67f6141c375f4bed9
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
Removed BUILD_API=2 as entire grimoire is set
commit a3f3b4ac507ad617a9faa59e3addd7d8b884a79f
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
Converted xpvm to build_api 2
commit c1b1f128994c0a5c6a7302104ff0025c3f9869e0
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
Converted procstatd to build_api 2
commit 56d96a6929287cfffdb21f2112779b97cfe5648b
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
Converted parmetis to build_api 2
commit bb2b4293e355e0582ccf31fb7872f3a20408664b
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
Converted openmosixview to build_api 2
commit 3ac28b19673f35373ef2156d0dc5e83d12c262aa
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
Converted oompi to build_api 2
commit 1c2cfc90da997072e83fdf0cb69a951b9375fb17
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
Converted netpipe to build_api 2
commit 78a207ac913c0d46819541b61afd1bc73a5283f8
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
Converted metis to build_api 2
commit 51c7a583b35f377665665a7d02bb6164aa721c1b
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
Fix typo for api type
commit 8de7d6ab5f9f392945cb695186b26f043c1a3b86
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
Converted lui to build_api 2
commit 8a0bb505bd238d1e085612c86e54930639f034ba
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
Fix typo for api type
commit 9a0ed900742f849278f0421a29ba5f542be24165
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
Converted lapack to build_api 2
commit 780dbdff03b139ad34917b3553c498f76eedea8a
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
Converted lam to build_api 2
commit c7d2a0d2aae6c547f2998b117e0ec5fc31950463
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
SOURCE_HASH=sha512:bdd28aa030900ed5bc4cfe35f911f99870d22c948e44b4ba0bc6fdbb454ac4952824327753eccc84131fdcf54d9acaa83174524345ae9255559fc5682c965ee2
- WEB_SITE=http://www.lam-mpi.org/
- ENTERED=20020509
- UPDATED=20020509
LICENSE[0]=BSD
KEYWORDS="cluster"
- BUILD_API=1
+ WEB_SITE=http://www.lam-mpi.org/
+ ENTERED=20020509
SHORT="heterogeneus network implementation of MPI"
cat << EOF
LAM (Local Area Multicomputer) is an MPI programming environment and
development system for heterogeneous computers on a network. With LAM, a
dedicated cluster or an existing network computing infrastructure can act as
one parallel computer solving one problem.
diff --git a/cluster/lam/HISTORY b/cluster/lam/HISTORY
index 5e1c407..2971e5e 100644
--- a/cluster/lam/HISTORY
+++ b/cluster/lam/HISTORY
@@ -1,3 +1,8 @@
+2006-06-29 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Removed BUILD_API=1 and UPDATED
+ * BUILD: Converted to build_api 2
+ Use INSTALL_ROOT and TRACK_ROOT
+
2006-06-12 Arwed v. Merkatz <v.merkatz AT gmx.net>
* DETAILS: inserted BUILD_API=1 line
diff --git a/cluster/lapack/BUILD b/cluster/lapack/BUILD
index cacb6c9..529e4b6 100755
--- a/cluster/lapack/BUILD
+++ b/cluster/lapack/BUILD
@@ -1,25 +1,4 @@
-(
- cp INSTALL/make.inc.LINUX make.inc &&
-
- make install &&
- make blaslib &&
- make lapacklib &&
- make tmglib &&
-
- install -m 644 blas_LINUX.a /usr/lib/libblas.a
- install -m 644 lapack_LINUX.a /usr/lib/liblapack.a
- install -m 644 tmglib_LINUX.a /usr/lib/libtmglib.a
-
- install -d -m 755 /usr/man/manl
- for file in `ls -1 man/manl/*` ; do
- install -m 644 $file /usr/man/manl
- done
-
- for file in `ls -1 blas/man/manl/*` ; do
- install -m 644 $file /usr/man/manl
- done
-
- gcc -o equivalence equivalence.c
- install -m 755 equivalence /usr/bin
-
-) > $C_FIFO 2>&1
+make install &&
+make blaslib &&
+make lapacklib &&
+make tmglib
diff --git a/cluster/lapack/DETAILS b/cluster/lapack/DETAILS
index ceac07b..e1b4f87 100755
--- a/cluster/lapack/DETAILS
+++ b/cluster/lapack/DETAILS
@@ -8,15 +8,11 @@
SOURCE2_DIRECTORY=$BUILD_DIRECTORY/LAPACK/man
SOURCE_URL[0]=http://www.netlib.org/$SPELL/$SOURCE
SOURCE2_URL[0]=http://www.netlib.org/$SPELL/$SOURCE2
+ LICENSE[0]=http://netlib2.cs.utk.edu/lapack/faq.html#1.2
WEB_SITE=http://www.netlib.org/lapack
- ENTERED=20020519
- UPDATED=20020519
- MAINTAINER=zoran AT idi.ntnu.no
- LICENSE=http://netlib2.cs.utk.edu/lapack/faq.html#1.2
KEYWORDS="fortran algebra cluster"
- BUILD_API=1
+ ENTERED=20020519
SHORT="Linear Algebra PACKage (Fortran version)"
-
cat << EOF
LAPACK provides routines for solving systems of simultaneous
linear equations, least-squares solutions of linear systems
diff --git a/cluster/lapack/HISTORY b/cluster/lapack/HISTORY
index 7720e49..6eee549 100644
--- a/cluster/lapack/HISTORY
+++ b/cluster/lapack/HISTORY
@@ -1,3 +1,12 @@
+2006-06-29 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Removed BUILD_API=1, MAINTAINER, and UPDATED
+ Changed LICENSE to LICENSE[0]
+ * PRE_BUILD: Copy INSTALL/make.inc.LINUX to make.inc
+ * BUILD: Converted to build_api 2
+ * INSTALL: Copied from BUILD
+ Converted to build_api 2
+ Use INSTALL_ROOT and added "&&"s
+
2006-06-12 Arwed v. Merkatz <v.merkatz AT gmx.net>
* DETAILS: inserted BUILD_API=1 line
LICENSE[0]=http://www.osl.iu.edu/research/oompi/show_src.php?file=LICENSE
KEYWORDS="cluster"
- BUILD_API=1
+ WEB_SITE=http://www.osl.iu.edu/research/oompi
+ ENTERED=20020510
SHORT="C++ library that encapsulates MPI."
cat << EOF
The Object Oriented MPI (OOMPI) package is an object oriented approach to
the Message Passing Interface (MPI). OOMPI is a class library specification
that encapsulates the functionality of MPI into a functional class hierarchy
to provide a simple, flexible, and intuitive interface.
diff --git a/cluster/oompi/HISTORY b/cluster/oompi/HISTORY
index 7a55936..88e7494 100644
--- a/cluster/oompi/HISTORY
+++ b/cluster/oompi/HISTORY
@@ -1,3 +1,7 @@
+2006-06-29 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Removed BUILD_API=1, MAINTAINER, and UPDATED
+ * BUILD: Converted to build_api 2
+
2006-06-12 Arwed v. Merkatz <v.merkatz AT gmx.net>
* DETAILS: inserted BUILD_API=1 line
diff --git a/cluster/openmosix-tools/DETAILS b/cluster/openmosix-tools/DETAILS
index ad0904a..359392c 100755
--- a/cluster/openmosix-tools/DETAILS
+++ b/cluster/openmosix-tools/DETAILS
@@ -8,7 +8,6 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
ENTERED=20021115
UPDATED=20031201
LICENSE[0]=GPL
- BUILD_API=2
KEYWORDS="cluster"
SHORT="Userland tools for the openMosix clustering system"
cat << EOF
diff --git a/cluster/openmosix-tools/HISTORY b/cluster/openmosix-tools/HISTORY
index af60f3f..a47a156 100644
--- a/cluster/openmosix-tools/HISTORY
+++ b/cluster/openmosix-tools/HISTORY
@@ -1,3 +1,6 @@
+2006-06-28 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Removed BUILD_API=2, set grimoire-wide
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS
diff --git a/cluster/openmosixview/BUILD b/cluster/openmosixview/BUILD
index 5a69724..27ba77d 100755
--- a/cluster/openmosixview/BUILD
+++ b/cluster/openmosixview/BUILD
@@ -1,41 +1 @@
-(
-for i in $(grep -rl CFLAGS= .);
-do sedit "s/CFLAGS\=-O2 -O0/& $CFLAGS /g" $i
-done
- prepare_install &&
-ln -sfn /lib/modules/$(uname -r)/build/include/hpc /usr/include &&
-export QTDIR=/usr &&
- ./setup &&
- cd 3dmon &&
- ./setup.standalone &&
-if [ -e /etc/init.d/mosstatd.sh ]
-then rm -f /etc/init.d/mosstatd.sh
-fi &&
-if [ -e /etc/init.d/openmosixcollector ]
-then rm -f /etc/init.d/openmosixcollector
-fi &&
-
-echo "now type openmosixview <ENTER> and have fun!"
-echo "(do not forget to copy the openmosixprocs binary to /usr/bin of each"
-echo "your cluster-nodes e.g"
-echo " rcp /usr/bin/openmosixprocs hostname_of_node:/usr/bin"
-echo "or if you use SSH"
-echo " scp /usr/bin/openmosixprocs hostname_of_node:/usr/bin"
-echo "reply problems during installation to mosixview AT t-online.de"
-echo "Thanks"
-
-# /bin/cp -v openmosixcollector/openmosixcollector.init \
-# /etc/init.d/openmosixcollector.sh &&
-# for RUNLEVEL in 3 4 5
-# do
-# ln -svf /etc/init.d/openmosixcollector.sh \
-# /etc/rc${RUNLEVEL}.d/S55openmosixcollector
-# done
-#
-# for RUNLEVEL in 0 1 2 6
-# do
-# ln -svf /etc/init.d/openmosixcollector.sh \
-# /etc/rc${RUNLEVEL}.d/K45openmosixcollector
-# done
-
-) > $C_FIFO 2>&1
+true
diff --git a/cluster/openmosixview/DETAILS b/cluster/openmosixview/DETAILS
index a2c983d..1f986af 100755
--- a/cluster/openmosixview/DETAILS
+++ b/cluster/openmosixview/DETAILS
@@ -2,14 +2,12 @@
VERSION=1.5
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_HASH=sha512:dc065ca7d0bae8efba7e98101ccdd2d38567b1f6ab15ee1be3f8234b16f18908c51f53a5257e94c1af58b6178ea915bea665d0b1032dd66c46c92a0f246818cf
- LICENSE=GPL
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL[0]=http://www.openmosixview.com/download/${SOURCE}
+ LICENSE[0]=GPL
+ KEYWORDS="cluster"
WEB_SITE=http://www.openmosixview.com
ENTERED=20030105
- UPDATED=20031006
- KEYWORDS="cluster"
- BUILD_API=1
SHORT="GUI applications for monitoring and administrating
openMosix"
cat << EOF
The openMosixview-suite contains 7 usefull applications for monitoring and
diff --git a/cluster/openmosixview/HISTORY b/cluster/openmosixview/HISTORY
index dec8407..0506ebe 100644
--- a/cluster/openmosixview/HISTORY
+++ b/cluster/openmosixview/HISTORY
@@ -1,3 +1,13 @@
+2006-06-29 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Removed BUILD_API=1 and UPDATED
+ Changed LICENSE to LICENSE[0]
+ * PRE_BUILD: Prepare openmosixview for building
+ * BUILD: Run only `true`
+ * INSTALL: Copied from BUILD
+ Converted to build_api 2
+ Removed commented out actions
+ Converted `echo`s to one `message`
+
2006-06-12 Arwed v. Merkatz <v.merkatz AT gmx.net>
* DETAILS: inserted BUILD_API=1 line
diff --git a/cluster/openmosixview/INSTALL b/cluster/openmosixview/INSTALL
new file mode 100755
index 0000000..f412883
--- /dev/null
+++ b/cluster/openmosixview/INSTALL
@@ -0,0 +1,22 @@
+ln -sfn /lib/modules/$(uname -r)/build/include/hpc /usr/include &&
+export QTDIR=/usr &&
+./setup &&
+cd 3dmon &&
+./setup.standalone &&
+
+if [ -e /etc/init.d/mosstatd.sh ]; then
+ rm -f /etc/init.d/mosstatd.sh
+fi &&
+
+if [ -e /etc/init.d/openmosixcollector ]; then
+ rm -f /etc/init.d/openmosixcollector
+fi &&
+
+message "${MESSAGE_COLOR}"Now type openmosixview <ENTER> and have fun!" \
+ "(do not forget to copy the openmosixprocs binary to /usr/bin of" \
+ "each your cluster-nodes e.g" \
+ " rcp /usr/bin/openmosixprocs hostname_of_node:/usr/bin" \
+ "or if you use SSH" \
+ " scp /usr/bin/openmosixprocs hostname_of_node:/usr/bin" \
+ "reply problems during installation to mosixview AT t-online.de" \
+ "Thanks${DEFAULT_COLOR}"
diff --git a/cluster/openmosixview/PRE_BUILD b/cluster/openmosixview/PRE_BUILD
new file mode 100755
index 0000000..71d5353
--- /dev/null
+++ b/cluster/openmosixview/PRE_BUILD
@@ -0,0 +1,6 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+
+for i in $(grep -rl CFLAGS= .); do
+ sedit "s/CFLAGS\=-O2 -O0/& $CFLAGS /g" $i
+done
diff --git a/cluster/parmetis/BUILD b/cluster/parmetis/BUILD
index c39f667..8f58e6d 100755
--- a/cluster/parmetis/BUILD
+++ b/cluster/parmetis/BUILD
@@ -1,13 +1 @@
-(
- make &&
-
- install -m 644 parmetis.h /usr/include &&
-
- install -m 644 libmetis.a /usr/lib &&
- install -m 644 libparmetis.a /usr/lib &&
-
- install -d /usr/doc/parmetis &&
- install -m 644 Manual/manual.ps /usr/doc/parmetis &&
- install -m 644 Manual/manual.pdf /usr/doc/parmetis
-
-) > $C_FIFO 2>&1
+make
diff --git a/cluster/parmetis/DETAILS b/cluster/parmetis/DETAILS
index b391125..c180f38 100755
--- a/cluster/parmetis/DETAILS
+++ b/cluster/parmetis/DETAILS
@@ -4,13 +4,10 @@
SOURCE_HASH=sha512:e6ae2d22a04b966e2eff3044196531d772bb569798ea5ef61644d2a5a0044f8bad09ad8e24eb77328a0782dbae5599979b3ca817cb2b349469077fbc21394dca
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://www.phy.duke.edu/brahma/$SOURCE
+ LICENSE[0]=GPL
+ KEYWORDS="cluster"
WEB_SITE=http://www.phy.duke.edu/brahma
ENTERED=20020609
- UPDATED=20020619
- MAINTAINER=zoran AT idi.ntnu.no
- LICENSE=GPL
- KEYWORDS="cluster"
- BUILD_API=1
SHORT="daemon for gathering statistics about /proc"
cat << EOF
procstatd is a daemon that can be run either from userspace or inetd
diff --git a/cluster/procstatd/HISTORY b/cluster/procstatd/HISTORY
index b52d1da..1883e83 100644
--- a/cluster/procstatd/HISTORY
+++ b/cluster/procstatd/HISTORY
@@ -1,3 +1,12 @@
+2006-06-29 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Removed BUILD_API=1, MAINTAINER, and UPDATED
+ Changed LICENSE to LICENSE[0]
+ * PRE_BUILD: Apply patch and sedits for building
+ * BUILD: Converted to build_api 2
+ * INSTALL: Copied from BUILD
+ Converted to build_api 2
+ Added "&&"s
+
2006-06-12 Arwed v. Merkatz <v.merkatz AT gmx.net>
* DETAILS: inserted BUILD_API=1 line
SOURCE_HASH=sha512:e0ec2a5fb04845731d05b9f797d9acfba0b1cd008b0f6a2b69aa0964b1baee5d506ec4216fa964e036528342ed19794b0f3d8011c7728fc276e54b9de1ed4d7f
- WEB_SITE=http://www.netlib.org/utk/icl/xpvm/xpvm.html
- ENTERED=20020507
- UPDATED=20020507
LICENSE[0]=FREE
KEYWORDS="cluster"
- BUILD_API=1
+ WEB_SITE=http://www.netlib.org/utk/icl/xpvm/xpvm.html
+ ENTERED=20020507
SHORT="graphical interface to the PVM console"
cat << EOF
XPVM provides a graphical interface to the PVM console commands and
information, along with several animated views to monitor the execution of
PVM programs. These views provide information about the interactions among
tasks in a parallel PVM program, to assist in debugging and performance
tuning.
diff --git a/cluster/xpvm/HISTORY b/cluster/xpvm/HISTORY
index 22903ea..a09a098 100644
--- a/cluster/xpvm/HISTORY
+++ b/cluster/xpvm/HISTORY
@@ -1,3 +1,10 @@
+2006-06-29 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Removed BUILD_API=1 and UPDATED
+ * PRE_BUILD: Apply patch and setup environment variables
+ * BUILD: Converted to build_api 2
+ * INSTALL: Copied from BUILD
+ Converted to build_api 2
+
2006-06-12 Arwed v. Merkatz <v.merkatz AT gmx.net>
* DETAILS: inserted BUILD_API=1 line