From owner-svn-ports-head@freebsd.org Fri Dec 16 19:14:58 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9CE95C8396B; Fri, 16 Dec 2016 19:14:58 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5DC44191F; Fri, 16 Dec 2016 19:14:58 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBGJEvBq047257; Fri, 16 Dec 2016 19:14:57 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBGJEvij047254; Fri, 16 Dec 2016 19:14:57 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201612161914.uBGJEvij047254@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Fri, 16 Dec 2016 19:14:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428693 - head/math/armadillo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 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: Fri, 16 Dec 2016 19:14:58 -0000 Author: danilo Date: Fri Dec 16 19:14:57 2016 New Revision: 428693 URL: https://svnweb.freebsd.org/changeset/ports/428693 Log: - Update to 7.600.1 Modified: head/math/armadillo/Makefile head/math/armadillo/distinfo head/math/armadillo/pkg-plist Modified: head/math/armadillo/Makefile ============================================================================== --- head/math/armadillo/Makefile Fri Dec 16 19:08:40 2016 (r428692) +++ head/math/armadillo/Makefile Fri Dec 16 19:14:57 2016 (r428693) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= armadillo -PORTVERSION= 7.500.2 -PORTREVISION= 1 +PORTVERSION= 7.600.1 CATEGORIES= math MASTER_SITES= SF/arma @@ -17,8 +16,9 @@ LIB_DEPENDS= libboost_date_time.so:devel libhdf5.so:science/hdf5 \ libsuperlu.so:math/superlu -USES= blaslapack cmake compiler:c++11-lang tar:xz +USES= blaslapack cmake compiler:c++11-lang pkgconfig tar:xz USE_LDCONFIG= yes +CMAKE_ARGS+= -DPKG_CONFIG_DIR=${LOCALBASE}/libdata/pkgconfig/ BROKEN_powerpc64= Does not build Modified: head/math/armadillo/distinfo ============================================================================== --- head/math/armadillo/distinfo Fri Dec 16 19:08:40 2016 (r428692) +++ head/math/armadillo/distinfo Fri Dec 16 19:14:57 2016 (r428693) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479472898 -SHA256 (armadillo-7.500.2.tar.xz) = bdde22b47cc9718a05762300828ba4e086aa0527970e4ce08eb08677fb2623ea -SIZE (armadillo-7.500.2.tar.xz) = 3994336 +TIMESTAMP = 1481908403 +SHA256 (armadillo-7.600.1.tar.xz) = f3a35c2a56dc706e9c413438d5b3063a0df2141515efaf2d1170d1944573afb7 +SIZE (armadillo-7.600.1.tar.xz) = 3997480 Modified: head/math/armadillo/pkg-plist ============================================================================== --- head/math/armadillo/pkg-plist Fri Dec 16 19:08:40 2016 (r428692) +++ head/math/armadillo/pkg-plist Fri Dec 16 19:14:57 2016 (r428693) @@ -207,6 +207,8 @@ include/armadillo_bits/fn_unique.hpp include/armadillo_bits/fn_var.hpp include/armadillo_bits/fn_vectorise.hpp include/armadillo_bits/fn_zeros.hpp +include/armadillo_bits/glue_atan2_bones.hpp +include/armadillo_bits/glue_atan2_meat.hpp include/armadillo_bits/glue_conv_bones.hpp include/armadillo_bits/glue_conv_meat.hpp include/armadillo_bits/glue_cor_bones.hpp @@ -219,6 +221,8 @@ include/armadillo_bits/glue_hist_bones.h include/armadillo_bits/glue_hist_meat.hpp include/armadillo_bits/glue_histc_bones.hpp include/armadillo_bits/glue_histc_meat.hpp +include/armadillo_bits/glue_hypot_bones.hpp +include/armadillo_bits/glue_hypot_meat.hpp include/armadillo_bits/glue_join_bones.hpp include/armadillo_bits/glue_join_meat.hpp include/armadillo_bits/glue_kron_bones.hpp @@ -483,7 +487,8 @@ include/armadillo_bits/xvec_htrans_bones include/armadillo_bits/xvec_htrans_meat.hpp lib/libarmadillo.so lib/libarmadillo.so.7 -lib/libarmadillo.so.7.500.2 +lib/libarmadillo.so.7.600.1 +libdata/pkgconfig/armadillo.pc share/Armadillo/CMake/ArmadilloConfig.cmake share/Armadillo/CMake/ArmadilloConfigVersion.cmake share/Armadillo/CMake/ArmadilloLibraryDepends-release.cmake