From owner-svn-ports-head@FreeBSD.ORG Sun Aug 10 08:37:28 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C4565F09 for ; Sun, 10 Aug 2014 08:37:28 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 87B2E27F2 for ; Sun, 10 Aug 2014 08:37:28 +0000 (UTC) Received: from marino (uid 1323) (envelope-from marino@FreeBSD.org) id 2284 by svn.freebsd.org (DragonFly Mail Agent v0.9+); Sun, 10 Aug 2014 08:37:27 +0000 From: John Marino Date: Sun, 10 Aug 2014 08:37:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364514 - head/math/armadillo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53e72f48.2284.19455770@svn.freebsd.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Aug 2014 08:37:28 -0000 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