Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jan 2018 13:44:47 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r458247 - head/math/armadillo
Message-ID:  <201801061344.w06Dilph058576@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801061344.w06Dilph058576>