[62635] trunk/dports/math/eigen/Portfile

nox at macports.org nox at macports.org
Tue Jan 12 12:23:27 PST 2010


Revision: 62635
          http://trac.macports.org/changeset/62635
Author:   nox at macports.org
Date:     2010-01-12 12:23:26 -0800 (Tue, 12 Jan 2010)
Log Message:
-----------
Update eigen to 2.0.11

Modified Paths:
--------------
    trunk/dports/math/eigen/Portfile

Modified: trunk/dports/math/eigen/Portfile
===================================================================
--- trunk/dports/math/eigen/Portfile	2010-01-12 20:23:13 UTC (rev 62634)
+++ trunk/dports/math/eigen/Portfile	2010-01-12 20:23:26 UTC (rev 62635)
@@ -1,11 +1,11 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           cmake   1.0
+PortGroup           cmake 1.0
 
 name                eigen
-version             2.0.10
-license             GPLv2+ LGPLv3+
+version             2.0.11
+license             GPL-2+ LGPL-3+
 categories          math science
 maintainers         nomaintainer
 description         A C++ template library for linear algebra: vectors, matrices, and related algorithms.
@@ -17,15 +17,21 @@
 distname            ${version}
 use_bzip2           yes
 
-checksums           md5     4b73cd71a887b7e501fa9c4760e3d33a \
-                    sha1    3e3a0884a2c8461a75bcbf68708606e35cc4cf63 \
-                    rmd160  85d5ce8ba834e9c0f06b11a7f046a4481d81a748
+checksums           md5     60fc0cc5135f6e7a8c87e356119eed06 \
+                    sha1    7ec9cf1c4854d2df4f8630327fde79758149bcba \
+                    rmd160  2b336fd26042add6789198cd55e3e21f10b03fd1
 
-use_parallel_build  yes
 worksrcdir          ${name}
 
 configure.args-append   -DEIGEN_BUILD_LIB=ON
 
+post-destroot {
+    set docdir ${prefix}/share/doc/${name}
+    xinstall -d ${destroot}${docdir}
+    xinstall -m 644 -W ${worksrcpath} COPYING COPYING.LESSER \
+        ${destroot}${docdir}
+}
+
 livecheck.type      regex
 livecheck.url       ${homepage}index.php?title=ChangeLog
 livecheck.regex     {Eigen (\d+(?:\.\d+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100112/4263510c/attachment.html>


More information about the macports-changes mailing list