From owner-svn-ports-all@freebsd.org Thu Oct 29 22:30:45 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C50EC45FEEE; Thu, 29 Oct 2020 22:30:45 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CMgBY4xMgz4RZ2; Thu, 29 Oct 2020 22:30:45 +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 8E1BACD1D; Thu, 29 Oct 2020 22:30:45 +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 09TMUjg6084123; Thu, 29 Oct 2020 22:30:45 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 09TMUiFF084115; Thu, 29 Oct 2020 22:30:44 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <202010292230.09TMUiFF084115@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Thu, 29 Oct 2020 22:30:44 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: danilo X-SVN-Commit-Paths: in head: math/armadillo math/ensmallen math/mlpack science/erkale X-SVN-Commit-Revision: 553653 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.33 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: Thu, 29 Oct 2020 22:30:45 -0000 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