Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Oct 2020 22:30:44 +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: r553653 - in head: math/armadillo math/ensmallen math/mlpack science/erkale
Message-ID:  <202010292230.09TMUiFF084115@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Thu Oct 29 22:30:44 2020
New Revision: 553653
URL: https://svnweb.freebsd.org/changeset/ports/553653

Log:
  math/armadillo: Update to 10.1.1

Modified:
  head/math/armadillo/Makefile
  head/math/armadillo/distinfo
  head/math/armadillo/pkg-plist
  head/math/ensmallen/Makefile
  head/math/mlpack/Makefile
  head/science/erkale/Makefile

Modified: head/math/armadillo/Makefile
==============================================================================
--- head/math/armadillo/Makefile	Thu Oct 29 22:29:50 2020	(r553652)
+++ head/math/armadillo/Makefile	Thu Oct 29 22:30:44 2020	(r553653)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	armadillo
-PORTVERSION=	9.900.2
+PORTVERSION=	10.1.1
 CATEGORIES=	math
 MASTER_SITES=	SF/arma
 
@@ -13,6 +13,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 LIB_DEPENDS=	libboost_date_time.so:devel/boost-libs \
 		libarpack.so:math/arpack-ng \
+		liblapack.so:math/lapack \
 		libhdf5.so:science/hdf5 \
 		libsuperlu.so:math/superlu \
 		libsz.so:science/szip

Modified: head/math/armadillo/distinfo
==============================================================================
--- head/math/armadillo/distinfo	Thu Oct 29 22:29:50 2020	(r553652)
+++ head/math/armadillo/distinfo	Thu Oct 29 22:30:44 2020	(r553653)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1596977605
-SHA256 (armadillo-9.900.2.tar.xz) = d78658c9442addf7f718eb05881150ee3ec25604d06dd3af4942422b3ce26d05
-SIZE (armadillo-9.900.2.tar.xz) = 4724108
+TIMESTAMP = 1603826748
+SHA256 (armadillo-10.1.1.tar.xz) = 95e021dba80830e4d55f69a826e4d65c7411a4e400788a387563da16aef51c8e
+SIZE (armadillo-10.1.1.tar.xz) = 6040456

Modified: head/math/armadillo/pkg-plist
==============================================================================
--- head/math/armadillo/pkg-plist	Thu Oct 29 22:29:50 2020	(r553652)
+++ head/math/armadillo/pkg-plist	Thu Oct 29 22:30:44 2020	(r553653)
@@ -49,6 +49,8 @@ include/armadillo_bits/SpProxy.hpp
 include/armadillo_bits/SpRow_bones.hpp
 include/armadillo_bits/SpRow_meat.hpp
 include/armadillo_bits/SpSubview_bones.hpp
+include/armadillo_bits/SpSubview_col_list_bones.hpp
+include/armadillo_bits/SpSubview_col_list_meat.hpp
 include/armadillo_bits/SpSubview_iterators_meat.hpp
 include/armadillo_bits/SpSubview_meat.hpp
 include/armadillo_bits/SpToDOp_bones.hpp
@@ -73,7 +75,7 @@ include/armadillo_bits/arrayops_meat.hpp
 include/armadillo_bits/auxlib_bones.hpp
 include/armadillo_bits/auxlib_meat.hpp
 include/armadillo_bits/band_helper.hpp
-include/armadillo_bits/compiler_extra.hpp
+include/armadillo_bits/compiler_check.hpp
 include/armadillo_bits/compiler_setup.hpp
 include/armadillo_bits/compiler_setup_post.hpp
 include/armadillo_bits/cond_rel_bones.hpp
@@ -491,8 +493,6 @@ include/armadillo_bits/sp_auxlib_meat.hpp
 include/armadillo_bits/span.hpp
 include/armadillo_bits/spdiagview_bones.hpp
 include/armadillo_bits/spdiagview_meat.hpp
-include/armadillo_bits/spglue_elem_helper_bones.hpp
-include/armadillo_bits/spglue_elem_helper_meat.hpp
 include/armadillo_bits/spglue_join_bones.hpp
 include/armadillo_bits/spglue_join_meat.hpp
 include/armadillo_bits/spglue_kron_bones.hpp
@@ -583,8 +583,8 @@ include/armadillo_bits/xtrans_mat_meat.hpp
 include/armadillo_bits/xvec_htrans_bones.hpp
 include/armadillo_bits/xvec_htrans_meat.hpp
 lib/libarmadillo.so
-lib/libarmadillo.so.9
-lib/libarmadillo.so.9.900.2
+lib/libarmadillo.so.10
+lib/libarmadillo.so.10.1.1
 libdata/pkgconfig/armadillo.pc
 share/Armadillo/CMake/ArmadilloConfig.cmake
 share/Armadillo/CMake/ArmadilloConfigVersion.cmake

Modified: head/math/ensmallen/Makefile
==============================================================================
--- head/math/ensmallen/Makefile	Thu Oct 29 22:29:50 2020	(r553652)
+++ head/math/ensmallen/Makefile	Thu Oct 29 22:30:44 2020	(r553653)
@@ -2,6 +2,7 @@
 
 PORTNAME=	ensmallen
 DISTVERSION=	2.14.2
+PORTREVISION=	1
 CATEGORIES=	math
 MASTER_SITES=	https://ensmallen.org/files/
 

Modified: head/math/mlpack/Makefile
==============================================================================
--- head/math/mlpack/Makefile	Thu Oct 29 22:29:50 2020	(r553652)
+++ head/math/mlpack/Makefile	Thu Oct 29 22:30:44 2020	(r553653)
@@ -2,6 +2,7 @@
 
 PORTNAME=	mlpack
 DISTVERSION=	3.4.1
+PORTREVISION=	1
 CATEGORIES=	math # machine-learning
 MASTER_SITES=	https://mlpack.org/files/
 

Modified: head/science/erkale/Makefile
==============================================================================
--- head/science/erkale/Makefile	Thu Oct 29 22:29:50 2020	(r553652)
+++ head/science/erkale/Makefile	Thu Oct 29 22:30:44 2020	(r553653)
@@ -2,7 +2,7 @@
 
 PORTNAME=	erkale
 DISTVERSION=	g20200426
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	science
 
 MAINTAINER=	yuri@FreeBSD.org



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