[62813] trunk/dports/math/newmat/Portfile

jameskyle at macports.org jameskyle at macports.org
Mon Jan 18 05:19:03 PST 2010


Revision: 62813
          http://trac.macports.org/changeset/62813
Author:   jameskyle at macports.org
Date:     2010-01-18 05:19:01 -0800 (Mon, 18 Jan 2010)
Log Message:
-----------
Passed use_namespaces flag to newmat configure.

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

Modified: trunk/dports/math/newmat/Portfile
===================================================================
--- trunk/dports/math/newmat/Portfile	2010-01-18 12:46:31 UTC (rev 62812)
+++ trunk/dports/math/newmat/Portfile	2010-01-18 13:19:01 UTC (rev 62813)
@@ -12,20 +12,21 @@
 
 long_description  This C++ library is intended for scientists and engineers who need to manipulate a variety of types of matrices using standard matrix operations. Emphasis is on the kind of operations needed in statistical calculations such as least squares, linear equation solve and eigenvalues. It supports matrix types,e.g., Matrix (rectangular matrix), UpperTriangularMatrix, LowerTriangularMatrix, DiagonalMatrix, SymmetricMatrix, BandMatrix, UpperBandMatrix, LowerBandMatrix, SymmetricBandMatrix, IdentityMatrix, RowVector, ColumnVector.
 
-homepage          http://www.robertnz.net
-platforms         darwin
-master_sites      http://www.robertnz.net/ftp/
-distname          ${name}${version}
+homepage                  http://www.robertnz.net
+platforms                 darwin
+master_sites              http://www.robertnz.net/ftp/
+distname                  ${name}${version}
+                          
+checksums                 md5 cc7408a10ee3d4775fc5f86e523bf56a \
+                          sha1 91cfcaba03f5fa69a3e3c77a9ce6762f7eb6b963 \
+                          rmd160 90a396fa888d0f87c345c13262ccad2d9de4adf4
+                          
+depends_build             port:cmake
+configure.cmd             cmake
 
-checksums         md5 cc7408a10ee3d4775fc5f86e523bf56a \
-                  sha1 91cfcaba03f5fa69a3e3c77a9ce6762f7eb6b963 \
-                  rmd160 90a396fa888d0f87c345c13262ccad2d9de4adf4
-
-depends_build     port:cmake
-configure.cmd     cmake
-
 configure.pre_args
-configure.args    -DCMAKE_INSTALL_PREFIX:PATH=${prefix}
+configure.args            -DCMAKE_INSTALL_PREFIX:PATH=${prefix}
+configure.cxxflags-append -Duse_namespace
 
 use_parallel_build yes
 extract.mkdir     yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100118/08b74d25/attachment.html>


More information about the macports-changes mailing list