Date: Sun, 10 Aug 2014 08:37:27 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364514 - head/math/armadillo Message-ID: <53e72f48.2284.19455770@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sun Aug 10 08:37:27 2014 New Revision: 364514 URL: http://svnweb.freebsd.org/changeset/ports/364514 QAT: https://qat.redports.org/buildarchive/r364514/ Log: math/armadillo: Upgrade version 4.300.8 => 4.320.0 PR: 192210 Submitted by: Ports Fury Modified: head/math/armadillo/Makefile head/math/armadillo/distinfo head/math/armadillo/pkg-descr head/math/armadillo/pkg-plist Modified: head/math/armadillo/Makefile ============================================================================== --- head/math/armadillo/Makefile Sun Aug 10 08:34:43 2014 (r364513) +++ head/math/armadillo/Makefile Sun Aug 10 08:37:27 2014 (r364514) @@ -1,17 +1,18 @@ # $FreeBSD$ PORTNAME= armadillo -PORTVERSION= 4.300.8 +PORTVERSION= 4.320.0 CATEGORIES= math -MASTER_SITES= SF/arma/ +MASTER_SITES= SF/arma MAINTAINER= ports@FreeBSD.org COMMENT= C++ linear algebra library LICENSE= MPL -LIB_DEPENDS= liblapack.so:${PORTSDIR}/math/lapack \ - libboost_date_time.so:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= libboost_date_time.so:${PORTSDIR}/devel/boost-libs \ + liblapack.so:${PORTSDIR}/math/lapack \ + libhdf5.so:${PORTSDIR}/science/hdf5 USES= cmake USE_LDCONFIG= yes Modified: head/math/armadillo/distinfo ============================================================================== --- head/math/armadillo/distinfo Sun Aug 10 08:34:43 2014 (r364513) +++ head/math/armadillo/distinfo Sun Aug 10 08:37:27 2014 (r364514) @@ -1,2 +1,2 @@ -SHA256 (armadillo-4.300.8.tar.gz) = 1d1a77ad7a74e8b4a74d7b71c5e3fe488e26283907b316618de0a8558c60173a -SIZE (armadillo-4.300.8.tar.gz) = 5484286 +SHA256 (armadillo-4.320.0.tar.gz) = 2f670c164b3d26331ad1b8da39db3e06ef0e3ad8de33176903de0623ca2b11c9 +SIZE (armadillo-4.320.0.tar.gz) = 5321312 Modified: head/math/armadillo/pkg-descr ============================================================================== --- head/math/armadillo/pkg-descr Sun Aug 10 08:34:43 2014 (r364513) +++ head/math/armadillo/pkg-descr Sun Aug 10 08:37:27 2014 (r364514) @@ -1,20 +1,20 @@ -Armadillo is a C++ linear algebra library (matrix maths) aiming towards a -good balance between speed and ease of use. The syntax is deliberately +Armadillo is a C++ linear algebra library (matrix maths) aiming towards +a good balance between speed and ease of use. The syntax is deliberately similar to Matlab. - -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 -one of its high performance drop-in replacements (such as the + +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 +one of its high performance drop-in replacements (such as the multi-threaded MKL or ACML libraries). - -A delayed evaluation approach is employed (at compile-time) to combine -several operations into one and reduce (or eliminate) the need for -temporaries. This is accomplished through recursive templates and template -meta-programming. - -Useful for conversion of research code into production environments, or if -C++ has been decided as the language of choice, due to speed and/or + +A delayed evaluation approach is employed (at compile-time) to combine +several operations into one and reduce (or eliminate) the need for +temporaries. This is accomplished through recursive templates and +template meta-programming. + +Useful for conversion of research code into production environments, or +if C++ has been decided as the language of choice, due to speed and/or integration capabilities. - + WWW: http://arma.sourceforge.net/ Modified: head/math/armadillo/pkg-plist ============================================================================== --- head/math/armadillo/pkg-plist Sun Aug 10 08:34:43 2014 (r364513) +++ head/math/armadillo/pkg-plist Sun Aug 10 08:37:27 2014 (r364514) @@ -394,7 +394,7 @@ include/armadillo_bits/xvec_htrans_bones include/armadillo_bits/xvec_htrans_meat.hpp lib/libarmadillo.so lib/libarmadillo.so.4 -lib/libarmadillo.so.4.300.8 +lib/libarmadillo.so.4.320.0 share/Armadillo/CMake/ArmadilloConfig.cmake share/Armadillo/CMake/ArmadilloConfigVersion.cmake share/Armadillo/CMake/ArmadilloLibraryDepends-%%CMAKE_BUILD_TYPE%%.cmake
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e72f48.2284.19455770>