[116086] trunk/dports/science/armadillo

sean at macports.org sean at macports.org
Fri Jan 17 17:41:20 PST 2014


Revision: 116086
          https://trac.macports.org/changeset/116086
Author:   sean at macports.org
Date:     2014-01-17 17:41:19 -0800 (Fri, 17 Jan 2014)
Log Message:
-----------
armadillo: update to 4.000.2; closes #42166

Modified Paths:
--------------
    trunk/dports/science/armadillo/Portfile

Added Paths:
-----------
    trunk/dports/science/armadillo/files/
    trunk/dports/science/armadillo/files/patch-system-include.diff

Modified: trunk/dports/science/armadillo/Portfile
===================================================================
--- trunk/dports/science/armadillo/Portfile	2014-01-17 22:49:13 UTC (rev 116085)
+++ trunk/dports/science/armadillo/Portfile	2014-01-18 01:41:19 UTC (rev 116086)
@@ -5,8 +5,7 @@
 PortGroup                       cmake 1.0
 
 name                            armadillo
-version                         3.920.2
-revision                        1
+version                         4.000.2
 categories                      science
 platforms                       darwin
 maintainers                     gmail.com:christian.frisson openmaintainer
@@ -25,12 +24,21 @@
 homepage                        http://arma.sf.net/
 master_sites                    sourceforge:project/arma
 
-checksums                       rmd160  fd0145a8843264ae454ed8c7a5d53a5970b87674 \
-                                sha256  ffc844858d9382a6e4d2d77917b5547f84715055464676b2aec1f02753818616
+checksums                       rmd160  d3f4fa1fa6212adc881224cb86d4ee014bd71a57 \
+                                sha256  7b31fc8f4217c1c0a73a61ef53f39f6aefa2fcd58d6893f696f9c8ea89ff28ad
 
+patchfiles-append               patch-system-include.diff
+
 depends_build-append            port:pkgconfig
 
 depends_lib-append              port:boost \
                                 port:hdf5-18
 
+configure.args-append           -DARPACK_LIBRARY=
+
 livecheck.regex                 /${name}-(\[0-9.\]+)${extract.suffix}
+
+variant arpack description {compile with ARPACK support} {
+    depends_lib-append      port:arpack
+    configure.args-delete   -DARPACK_LIBRARY=
+}

Added: trunk/dports/science/armadillo/files/patch-system-include.diff
===================================================================
--- trunk/dports/science/armadillo/files/patch-system-include.diff	                        (rev 0)
+++ trunk/dports/science/armadillo/files/patch-system-include.diff	2014-01-18 01:41:19 UTC (rev 116086)
@@ -0,0 +1,8 @@
+--- CMakeLists.txt.orig	2014-01-17 16:20:28.000000000 -0600
++++ CMakeLists.txt	2014-01-17 16:20:39.000000000 -0600
+@@ -442,3 +442,5 @@
+   "${PROJECT_BINARY_DIR}/InstallFiles/ArmadilloConfig.cmake"
+   "${PROJECT_BINARY_DIR}/InstallFiles/ArmadilloConfigVersion.cmake"
+   DESTINATION "${ARMADILLO_CMAKE_DIR}" COMPONENT dev)
++
++include_directories(SYSTEM ${CMAKE_INSTALL_PREFIX}/include)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140117/017fbd4f/attachment.html>


More information about the macports-changes mailing list