[56962] trunk/dports/python/py25-scientific/Portfile

mmoll at macports.org mmoll at macports.org
Thu Sep 3 14:33:44 PDT 2009


Revision: 56962
          http://trac.macports.org/changeset/56962
Author:   mmoll at macports.org
Date:     2009-09-03 14:33:42 -0700 (Thu, 03 Sep 2009)
Log Message:
-----------
py25-scientific: update to latest stable release

Modified Paths:
--------------
    trunk/dports/python/py25-scientific/Portfile

Modified: trunk/dports/python/py25-scientific/Portfile
===================================================================
--- trunk/dports/python/py25-scientific/Portfile	2009-09-03 20:53:54 UTC (rev 56961)
+++ trunk/dports/python/py25-scientific/Portfile	2009-09-03 21:33:42 UTC (rev 56962)
@@ -5,7 +5,7 @@
 PortGroup       python25 1.0
 
 name            py25-scientific
-version         2.6.1
+version         2.8
 set branch      [join [lrange [split ${version} .] 0 1] .]
 categories      python science
 platforms       darwin
@@ -17,15 +17,15 @@
     are useful for scientific computing.
 
 homepage        http://dirac.cnrs-orleans.fr/ScientificPython/
-master_sites    http://sourcesup.cru.fr/frs/download.php/1034/
+master_sites    http://sourcesup.cru.fr/frs/download.php/2309/
 distname        ScientificPython-${branch}
 
-checksums       md5 6ebd96fc8a4e015adab2c57826d52e9f \
-                sha1 db5b0d369e8254130312553a13a70888537e637e \
-                rmd160 5c9e8cba2373d722854cfe57e270803d7ed2bf2a
+checksums       md5     82d8592635d6ae8608b3073dacf9e694 \
+                sha1    c0847eac6359d70b0e4687c5c65af49b3986e55b \
+                rmd160  0501829586253fe3986458529c436b6d93e6667f
 
 depends_lib     port:netcdf \
-                port:py25-numeric
+                port:py25-numpy
 
 build.env    	CPPFLAGS="-I${prefix}/include/python2.5 \
 	            -I${worksrcpath}/Include" \
@@ -47,8 +47,8 @@
     }
 }
 
-variant mpi description {Enable lammpi support} {
-    depends_lib-append  port:lammpi
+variant mpi description {Enable openmpi support} {
+    depends_lib-append  port:openmpi
     post-build {
         reinplace "s|%s %s -o mpipython|${prefix}/bin/%s -o mpipython -I${prefix}/include/python2.5 -I${worksrcpath}/Include|g" \
 			${worksrcpath}/Src/MPI/compile.py
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090903/53ce6f8f/attachment.html>


More information about the macports-changes mailing list