[142525] trunk/dports/math/eigen3

ryandesign at macports.org ryandesign at macports.org
Sat Dec 12 06:07:37 PST 2015


Revision: 142525
          https://trac.macports.org/changeset/142525
Author:   ryandesign at macports.org
Date:     2015-11-14 03:47:43 -0800 (Sat, 14 Nov 2015)
Log Message:
-----------
eigen3: update to 3.2.7 (#49686)

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

Removed Paths:
-------------
    trunk/dports/math/eigen3/files/CMakeLists-eigenvalues.txt
    trunk/dports/math/eigen3/files/unsupported.patch

Modified: trunk/dports/math/eigen3/Portfile
===================================================================
--- trunk/dports/math/eigen3/Portfile	2015-11-14 11:30:01 UTC (rev 142524)
+++ trunk/dports/math/eigen3/Portfile	2015-11-14 11:47:43 UTC (rev 142525)
@@ -7,8 +7,6 @@
 PortGroup           bitbucket 1.0
 
 name                eigen3
-revision            0
-
 license             MPL-2 LGPL-3+
 categories          math science
 maintainers         eborisch \
@@ -25,7 +23,8 @@
 subport eigen3-devel {}
 
 if {${subport} eq ${name}} {
-    bitbucket.setup     eigen eigen 3.2.6
+    bitbucket.setup     eigen eigen 3.2.7
+    revision            0
     name                eigen3
     conflicts           eigen3-devel
 
@@ -33,13 +32,13 @@
     livecheck.regex     {Eigen (\d+(\.\d+)+) released}
 
     checksums \
-        rmd160  64424b658a9edb2d822065085e362490a80e91c3 \
-        sha256  8a3352f9a5361fe90e451a7305fb1896fc7f771dc16cc0edd8e6b157f52c343e
+        rmd160  5b44530da8a636f0295c926c5520303f111e3386 \
+        sha256  e58e1a11b23cf2754e32b3c5990f318a8461a3613c7acbf6035870daa45c2f3e
 
-    patchfiles          unsupported.patch
 } else {
     # No current development version (other than rolling snapshot)
     bitbucket.setup     eigen eigen 3.3-alpha1
+    revision            0
     name                eigen3-devel
     conflicts           eigen3
     
@@ -104,11 +103,6 @@
 # Avoid issues when archive changes the top-level directory name
 extract.post_args-append -C ${worksrcpath} --strip-components 1
 
-post-patch {
-    copy ${filespath}/CMakeLists-eigenvalues.txt \
-        ${worksrcpath}/unsupported/Eigen/src/Eigenvalues/CMakeLists.txt
-}
-
 # Install licenses and (if +doc) documentation
 pre-destroot {
     set build_suffix {}

Deleted: trunk/dports/math/eigen3/files/CMakeLists-eigenvalues.txt
===================================================================
--- trunk/dports/math/eigen3/files/CMakeLists-eigenvalues.txt	2015-11-14 11:30:01 UTC (rev 142524)
+++ trunk/dports/math/eigen3/files/CMakeLists-eigenvalues.txt	2015-11-14 11:47:43 UTC (rev 142525)
@@ -1,6 +0,0 @@
-FILE(GLOB Eigen_Eigenvalues_SRCS "*.h")
-
-INSTALL(FILES
-  ${Eigen_Eigenvalues_SRCS}
-  DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/Eigenvalues COMPONENT Devel
-  )

Deleted: trunk/dports/math/eigen3/files/unsupported.patch
===================================================================
--- trunk/dports/math/eigen3/files/unsupported.patch	2015-11-14 11:30:01 UTC (rev 142524)
+++ trunk/dports/math/eigen3/files/unsupported.patch	2015-11-14 11:47:43 UTC (rev 142525)
@@ -1,42 +0,0 @@
---- unsupported/Eigen/CMakeLists.txt.orig	2014-03-14 10:36:53.000000000 -0500
-+++ unsupported/Eigen/CMakeLists.txt	2014-03-14 10:38:30.000000000 -0500
-@@ -1,6 +1,6 @@
- set(Eigen_HEADERS AdolcForward AlignedVector3 ArpackSupport AutoDiff BVH FFT IterativeSolvers KroneckerProduct LevenbergMarquardt
-                   MatrixFunctions MoreVectorization MPRealSupport NonLinearOptimization NumericalDiff OpenGLSupport Polynomials
--                  Skyline SparseExtra Splines
-+                  Skyline SparseExtra Splines SVD
-    )
-
- install(FILES
---- unsupported/Eigen/src/CMakeLists.txt.orig	2014-03-14 10:39:42.000000000 -0500
-+++ unsupported/Eigen/src/CMakeLists.txt	2014-03-14 10:44:53.000000000 -0500
-@@ -1,5 +1,6 @@
- ADD_SUBDIRECTORY(AutoDiff)
- ADD_SUBDIRECTORY(BVH)
-+ADD_SUBDIRECTORY(Eigenvalues)
- ADD_SUBDIRECTORY(FFT)
- ADD_SUBDIRECTORY(IterativeSolvers)
- ADD_SUBDIRECTORY(KroneckerProduct)
-@@ -11,4 +12,5 @@
- ADD_SUBDIRECTORY(Polynomials)
- ADD_SUBDIRECTORY(Skyline)
- ADD_SUBDIRECTORY(SparseExtra)
-+ADD_SUBDIRECTORY(SVD)
- ADD_SUBDIRECTORY(Splines)
---- unsupported/Eigen/src/SVD/CMakeLists.txt.orig	2014-03-14 10:56:38.000000000 -0500
-+++ unsupported/Eigen/src/SVD/CMakeLists.txt	2014-03-14 10:56:51.000000000 -0500
-@@ -2,5 +2,5 @@
- 
- INSTALL(FILES
-   ${Eigen_SVD_SRCS}
--  DESTINATION ${INCLUDE_INSTALL_DIR}unsupported/Eigen/src/SVD COMPONENT Devel
-+  DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/SVD COMPONENT Devel
-   )
---- unsupported/Eigen/src/LevenbergMarquardt/CMakeLists.txt.orig	2014-03-14 10:57:24.000000000 -0500
-+++ unsupported/Eigen/src/LevenbergMarquardt/CMakeLists.txt	2014-03-14 10:57:06.000000000 -0500
-@@ -1,4 +1,4 @@
--FILE(GLOB Eigen_LevenbergMarquardt_SRCS "*.h")
-+FILE(GLOB Eigen_LevenbergMarquardt_SRCS "*.h" "Copyright*.txt")
- 
- INSTALL(FILES
-   ${Eigen_LevenbergMarquardt_SRCS}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/7671dfa3/attachment.html>


More information about the macports-changes mailing list