summaryrefslogtreecommitdiffstats
path: root/cluster/oompi
diff options
context:
space:
mode:
authorroot2006-04-24 09:03:08 -0500
committerroot2006-04-24 09:03:08 -0500
commit84d8b510ac289af0a43bfa9e110844af27a90196 (patch)
treed7093929b954dd2f71114bff270755e18f737eb1 /cluster/oompi
initial commit from stable 0.3
Diffstat (limited to 'cluster/oompi')
-rwxr-xr-xcluster/oompi/BUILD7
-rwxr-xr-xcluster/oompi/DEPENDS1
-rwxr-xr-xcluster/oompi/DETAILS15
-rw-r--r--cluster/oompi/HISTORY18
4 files changed, 41 insertions, 0 deletions
diff --git a/cluster/oompi/BUILD b/cluster/oompi/BUILD
new file mode 100755
index 0000000000..6ca41f0bb4
--- /dev/null
+++ b/cluster/oompi/BUILD
@@ -0,0 +1,7 @@
+(
+ ./configure --prefix=/usr $OPTS &&
+ make &&
+ make install
+
+) > $C_FIFO 2>&1
+
diff --git a/cluster/oompi/DEPENDS b/cluster/oompi/DEPENDS
new file mode 100755
index 0000000000..15655fd04c
--- /dev/null
+++ b/cluster/oompi/DEPENDS
@@ -0,0 +1 @@
+depends mpich
diff --git a/cluster/oompi/DETAILS b/cluster/oompi/DETAILS
new file mode 100755
index 0000000000..bab083fb8e
--- /dev/null
+++ b/cluster/oompi/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=oompi
+ VERSION=1.0.4
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://www.osl.iu.edu/download/research/$SPELL/$SOURCE
+ MD5[0]=059707b433d131a61b078649ee07d763
+ WEB_SITE=http://www.osl.iu.edu/research/oompi
+ ENTERED=20020510
+ UPDATED=20020510
+ MAINTAINER=zoran@idi.ntnu.no
+ LICENSE[0]=http://www.osl.iu.edu/research/oompi/show_src.php?file=LICENSE
+ 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.
+EOF
diff --git a/cluster/oompi/HISTORY b/cluster/oompi/HISTORY
new file mode 100644
index 0000000000..f41d699b2f
--- /dev/null
+++ b/cluster/oompi/HISTORY
@@ -0,0 +1,18 @@
+2003-09-08 Eric Sandall <eric@sandall.us>
+ * Updated to 1.0.4
+ * Added dependency on mpich
+ * Changed LICENSE to LICENSE[0]
+
+2003-04-08 M.L. <mlubrano@sourcemage.org>
+ * Added $OPTS in BUILD.
+
+2002-10-18 Zoran Constantinescu <zoran@idi.ntnu.no>
+ * Added MD5 sum.
+
+2002-06-10 Zoran Constantinescu <zoran@idi.ntnu.no>
+ * Added LICENSE entry.
+ * Test with gcc3 is ok.
+
+2002-05-10 Zoran Constantinescu <zoran@idi.ntnu.no>
+ * Created spell.
+