Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Commit

Permalink
Add openmpi from the anaconda repo
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Jun 19, 2013
1 parent ee24f77 commit 6862e40
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
5 changes: 5 additions & 0 deletions openmpi/build.sh
@@ -0,0 +1,5 @@
#!/bin/bash

./configure --prefix=$PREFIX
make
make install
12 changes: 12 additions & 0 deletions openmpi/meta.yaml
@@ -0,0 +1,12 @@
package:
name: openmpi
version: 1.6.3

source:
fn: openmpi-1.6.3.tar.bz2
url: http://www.open-mpi.org/software/ompi/v1.6/downloads/openmpi-1.6.3.tar.bz2
md5: eedb73155a7a40b0b07718494298fb25

about:
home: http://www.open-mpi.org/
license: new BSD (http://www.open-mpi.org/community/license.php)

0 comments on commit 6862e40

Please sign in to comment.