[85022] trunk/dports/math/eigen3

eborisch at macports.org eborisch at macports.org
Fri Oct 7 11:57:31 PDT 2011


Revision: 85022
          http://trac.macports.org/changeset/85022
Author:   eborisch at macports.org
Date:     2011-10-07 11:57:31 -0700 (Fri, 07 Oct 2011)
Log Message:
-----------
eigen3: Upgrade to 3.0.3; Remove no longer needed patches

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

Removed Paths:
-------------
    trunk/dports/math/eigen3/files/

Modified: trunk/dports/math/eigen3/Portfile
===================================================================
--- trunk/dports/math/eigen3/Portfile	2011-10-07 18:48:42 UTC (rev 85021)
+++ trunk/dports/math/eigen3/Portfile	2011-10-07 18:57:31 UTC (rev 85022)
@@ -3,7 +3,7 @@
 PortSystem          1.0
 
 name                eigen3
-version             3.0.2
+version             3.0.3
 license             {{GPL-2+} {LGPL-3+}}
 categories          math science
 maintainers         eborisch \
@@ -22,9 +22,9 @@
 
 use_bzip2           yes
 
-checksums           md5     45ee4ac26b25ae7152bf1e7754497971 \
-                    sha1    2bcc7a6b415f5c75b5e061a399c3f9ab9aadb708 \
-                    rmd160  7686dc72ac8ee96cb055d4bca8cd6da526d5780c
+checksums           md5     bfe750809b54a012a402034a650b4c62 \
+                    sha1    eff65146d6d6d4c99ca11191fb08de07858fa1ea \
+                    rmd160  ffce3636bf740094a3600317e06ad8ccc6660c2d
 
 universal_variant   yes
 configure.universal_args  ""
@@ -32,13 +32,6 @@
 # Install via CMake by default. Slower than a header-only install, but makes other CMake-based builds happy
 default_variants    +cmake
 
-
-# Fix documentation (LaTeX) error
-patchfiles          Eigen_src_Core_Fuzzy.h-patch
-
-# Enable to make LaTeX continue on error when run from Doxygen
-#patchfiles-append          doc_Doxyfile.in-patch
-
 # Variants
 variant gcc44 description {Use MacPorts' gcc44 compilers} conflicts gcc45 {
   configure.compiler  macports-gcc-4.4
@@ -120,7 +113,7 @@
 # Move source into eigen_src; configure & build (out-of-source) in ${worksrcpath}
 post-extract {
   # Rename extracted directory
-  move ${workpath}/eigen-eigen-3.0.2 ${worksrcpath}
+  move ${workpath}/eigen-eigen-3.0.3 ${worksrcpath}
 }
 
 post-patch {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111007/232e1cb0/attachment.html>


More information about the macports-changes mailing list