[23025] trunk/dports/science/openmpi/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Thu Mar 22 05:36:10 PDT 2007
Revision: 23025
http://trac.macosforge.org/projects/macports/changeset/23025
Author: mww at macports.org
Date: 2007-03-22 05:36:10 -0700 (Thu, 22 Mar 2007)
Log Message:
-----------
version 1.2, enable C++ and shared libs, thanks to wmalloc at gmail.com for the patch
Modified Paths:
--------------
trunk/dports/science/openmpi/Portfile
Modified: trunk/dports/science/openmpi/Portfile
===================================================================
--- trunk/dports/science/openmpi/Portfile 2007-03-22 11:03:21 UTC (rev 23024)
+++ trunk/dports/science/openmpi/Portfile 2007-03-22 12:36:10 UTC (rev 23025)
@@ -3,7 +3,7 @@
PortSystem 1.0
name openmpi
-version 1.1.4
+version 1.2
categories science parallel net
platforms darwin
maintainers mww at macports.org
@@ -16,20 +16,21 @@
and computer science researchers.
homepage http://www.open-mpi.org/
-master_sites http://www.open-mpi.org/software/ompi/v1.1/downloads/ \
- http://www.open-mpi.de/software/ompi/v1.1/downloads/ \
- http://icl.cs.utk.edu/open-mpi/ompi/v1.1/downloads/ \
+set subdir ompi/v1.2/downloads/
+master_sites http://www.open-mpi.org/software/${subdir} \
+ http://www.open-mpi.de/software/${subdir} \
+ http://icl.cs.utk.edu/open-mpi/${subdir} \
freebsd
-checksums md5 28940b182156478fa442397b0c9660e1 \
- sha1 500a5aa587858c21ef6fac4dd5e5f25491caf235
+checksums md5 37e8d4edad54a8d8c3127fbef87ebda1 \
+ sha1 e42db0b71de3761e7a3c73a7b078e07f6106c71f
use_bzip2 yes
pre-extract { file mkdir ${workpath}/build }
configure.dir ${workpath}/build
configure.cmd ${worksrcpath}/configure
-configure.args --disable-f77 --disable-f90 --disable-cxx \
- --enable-static --disable-shared \
+configure.args --disable-f77 --disable-f90 \
+ --enable-static \
--sysconfdir=${prefix}/etc/${name} \
--includedir=${prefix}/include/${name} \
--bindir=${prefix}/lib/${name}/bin \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070322/1e54bc8a/attachment.html
More information about the macports-changes
mailing list