From owner-svn-ports-all@freebsd.org Sat Jan 6 13:44:49 2018 Return-Path: Delivered-To: svn-ports-all@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 1719CEBA286; Sat, 6 Jan 2018 13:44:49 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E4FD66E9BF; Sat, 6 Jan 2018 13:44:48 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 18747132B3; Sat, 6 Jan 2018 13:44:48 +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 w06DilQJ058579; Sat, 6 Jan 2018 13:44:47 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w06Dilph058576; Sat, 6 Jan 2018 13:44:47 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201801061344.w06Dilph058576@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Sat, 6 Jan 2018 13:44:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458247 - head/math/armadillo X-SVN-Group: ports-head X-SVN-Commit-Author: danilo X-SVN-Commit-Paths: head/math/armadillo X-SVN-Commit-Revision: 458247 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Jan 2018 13:44:49 -0000 Author: danilo Date: Sat Jan 6 13:44:47 2018 New Revision: 458247 URL: https://svnweb.freebsd.org/changeset/ports/458247 Log: - Update to 8.300.3 - Add science/szip to LIB_DEPENDS to make Q/A happy - Declare BROKEN_powerpc64 earlier to make portlint happy Modified: head/math/armadillo/Makefile head/math/armadillo/distinfo head/math/armadillo/pkg-plist Modified: head/math/armadillo/Makefile ============================================================================== --- head/math/armadillo/Makefile Sat Jan 6 13:37:18 2018 (r458246) +++ head/math/armadillo/Makefile Sat Jan 6 13:44:47 2018 (r458247) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= armadillo -PORTVERSION= 8.300.2 +PORTVERSION= 8.300.3 CATEGORIES= math MASTER_SITES= SF/arma @@ -11,16 +11,17 @@ COMMENT= C++ linear algebra library LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BROKEN_powerpc64= Does not build + LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \ libopenblasp.so:math/openblas \ libarpack.so:math/arpack \ libhdf5.so:science/hdf5 \ - libsuperlu.so:math/superlu + libsuperlu.so:math/superlu \ + libsz.so:science/szip 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 .include Modified: head/math/armadillo/distinfo ============================================================================== --- head/math/armadillo/distinfo Sat Jan 6 13:37:18 2018 (r458246) +++ head/math/armadillo/distinfo Sat Jan 6 13:44:47 2018 (r458247) @@ -1,3 +1,3 @@ -TIMESTAMP = 1514329588 -SHA256 (armadillo-8.300.2.tar.xz) = b41886f4b4ec8eab2b97088834974e5479f2e2075e01859832d6516db77e655f -SIZE (armadillo-8.300.2.tar.xz) = 4593916 +TIMESTAMP = 1515007789 +SHA256 (armadillo-8.300.3.tar.xz) = 493653bccbfcb65234ed569b765771c3d947d614091ef857927d41ac542a97b5 +SIZE (armadillo-8.300.3.tar.xz) = 4594764 Modified: head/math/armadillo/pkg-plist ============================================================================== --- head/math/armadillo/pkg-plist Sat Jan 6 13:37:18 2018 (r458246) +++ head/math/armadillo/pkg-plist Sat Jan 6 13:44:47 2018 (r458247) @@ -513,7 +513,7 @@ include/armadillo_bits/xvec_htrans_bones.hpp include/armadillo_bits/xvec_htrans_meat.hpp lib/libarmadillo.so lib/libarmadillo.so.8 -lib/libarmadillo.so.8.300.2 +lib/libarmadillo.so.8.300.3 libdata/pkgconfig/armadillo.pc share/Armadillo/CMake/ArmadilloConfig.cmake share/Armadillo/CMake/ArmadilloConfigVersion.cmake