summaryrefslogtreecommitdiffstats
path: root/cluster/oompi
diff options
context:
space:
mode:
authorEric Sandall2006-06-29 13:56:29 -0700
committerEric Sandall2006-06-29 13:56:29 -0700
commit3ac28b19673f35373ef2156d0dc5e83d12c262aa (patch)
tree2de2cb761ee8e8c38d16c94d9d56f05e5a9650b8 /cluster/oompi
parent1c2cfc90da997072e83fdf0cb69a951b9375fb17 (diff)
Converted oompi to build_api 2
Diffstat (limited to 'cluster/oompi')
-rwxr-xr-xcluster/oompi/BUILD9
-rwxr-xr-xcluster/oompi/DETAILS7
-rw-r--r--cluster/oompi/HISTORY4
3 files changed, 8 insertions, 12 deletions
diff --git a/cluster/oompi/BUILD b/cluster/oompi/BUILD
index 6ca41f0bb4..0a29fd8a38 100755
--- a/cluster/oompi/BUILD
+++ b/cluster/oompi/BUILD
@@ -1,7 +1,2 @@
-(
- ./configure --prefix=/usr $OPTS &&
- make &&
- make install
-
-) > $C_FIFO 2>&1
-
+./configure --prefix=$INSTALL_ROOT/usr $OPTS &&
+make
diff --git a/cluster/oompi/DETAILS b/cluster/oompi/DETAILS
index 0ced9d0b4b..fd899dd7ed 100755
--- a/cluster/oompi/DETAILS
+++ b/cluster/oompi/DETAILS
@@ -4,13 +4,10 @@
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://www.osl.iu.edu/download/research/$SPELL/$SOURCE
SOURCE_HASH=sha512:15984fe570747a06470aa67dbaa9aeffad9cce91e15d2cdc3acf510e8124db01456d7ca87130beaf97bdeb5f93d97340f7780e2e0f50597f4f9a7ed66b684121
- 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
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 7a55936a20..88e7494dac 100644
--- a/cluster/oompi/HISTORY
+++ b/cluster/oompi/HISTORY
@@ -1,3 +1,7 @@
+2006-06-29 Eric Sandall <eric@sandall.us>
+ * DETAILS: Removed BUILD_API=1, MAINTAINER, and UPDATED
+ * BUILD: Converted to build_api 2
+
2006-06-12 Arwed v. Merkatz <v.merkatz@gmx.net>
* DETAILS: inserted BUILD_API=1 line