[97581] trunk/dports/science

ryandesign at macports.org ryandesign at macports.org
Sun Sep 9 07:43:58 PDT 2012


Revision: 97581
          https://trac.macports.org/changeset/97581
Author:   ryandesign at macports.org
Date:     2012-09-09 07:43:55 -0700 (Sun, 09 Sep 2012)
Log Message:
-----------
armadillo: new port, version 3.4.0 (#36062)

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

Added: trunk/dports/science/armadillo/Portfile
===================================================================
--- trunk/dports/science/armadillo/Portfile	                        (rev 0)
+++ trunk/dports/science/armadillo/Portfile	2012-09-09 14:43:55 UTC (rev 97581)
@@ -0,0 +1,35 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem                      1.0
+PortGroup                       cmake 1.0
+
+name                            armadillo
+version                         3.4.0
+categories                      science
+platforms                       darwin
+maintainers                     gmail.com:christian.frisson openmaintainer
+license                         LGPL-3+
+
+description                     Armadillo C++ linear algebra library
+
+long_description                Armadillo is a C++ linear algebra library (matrix maths) \
+                                aiming towards a good balance between speed and ease of use. \
+                                Integer, floating point and complex numbers are supported, \
+                                as well as a subset of trigonometric and statistics functions. \
+                                Various matrix decompositions are provided through optional \
+                                integration with LAPACK or high-performance LAPACK-compatible \
+                                libraries.
+
+homepage                        http://arma.sf.net/
+master_sites                    sourceforge:project/arma
+
+checksums                       rmd160  d00a412c91a1d4d505c78d4eb1653f7f20df1e45 \
+                                sha256  7653e054f2051a649aa40159edf779e8d3c05c07055db7b1ed9dc4a8513abcbb
+
+depends_build-append            port:pkgconfig
+
+depends_lib-append              port:boost \
+                                port:hdf5-18
+
+livecheck.regex                 /${name}-(\[0-9.\]+)${extract.suffix}


Property changes on: trunk/dports/science/armadillo/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120909/f837e54d/attachment-0001.html>


More information about the macports-changes mailing list