From owner-svn-ports-all@freebsd.org Sun Mar 29 23:11:49 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 C9593267918; Sun, 29 Mar 2020 23:11:49 +0000 (UTC) (envelope-from yuri@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) server-signature RSA-PSS (4096 bits) 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 48rBDd4SpBz4bm8; Sun, 29 Mar 2020 23:11:45 +0000 (UTC) (envelope-from yuri@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 7CE958C1A; Sun, 29 Mar 2020 23:11:39 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 02TNBd1n093804; Sun, 29 Mar 2020 23:11:39 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 02TNBdwo093803; Sun, 29 Mar 2020 23:11:39 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202003292311.02TNBdwo093803@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 29 Mar 2020 23:11:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r529846 - head/math/ensmallen X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/ensmallen X-SVN-Commit-Revision: 529846 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.29 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: Sun, 29 Mar 2020 23:11:50 -0000 Author: yuri Date: Sun Mar 29 23:11:38 2020 New Revision: 529846 URL: https://svnweb.freebsd.org/changeset/ports/529846 Log: math/ensmallen: Update 2.11.5 -> 2.12.0 Reported by: portscout Modified: head/math/ensmallen/Makefile head/math/ensmallen/distinfo Modified: head/math/ensmallen/Makefile ============================================================================== --- head/math/ensmallen/Makefile Sun Mar 29 23:10:46 2020 (r529845) +++ head/math/ensmallen/Makefile Sun Mar 29 23:11:38 2020 (r529846) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ensmallen -DISTVERSION= 2.11.5 +DISTVERSION= 2.12.0 CATEGORIES= math MASTER_SITES= https://ensmallen.org/files/ @@ -14,13 +14,13 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${LOCALBASE}/include/armadillo_bits/config.hpp:math/armadillo RUN_DEPENDS= ${LOCALBASE}/include/armadillo_bits/config.hpp:math/armadillo -USES= cmake localbase +USES= cmake compiler:c++11-lang localbase CMAKE_OFF= BUILD_TESTS NO_BUILD= yes NO_ARCH= yes -do-test: # tests are known to fail: https://github.com/mlpack/ensmallen/issues/142 +do-test: @cd ${BUILD_WRKSRC} && \ ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DBUILD_TESTS:BOOL=ON ${CMAKE_SOURCE_PATH} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ Modified: head/math/ensmallen/distinfo ============================================================================== --- head/math/ensmallen/distinfo Sun Mar 29 23:10:46 2020 (r529845) +++ head/math/ensmallen/distinfo Sun Mar 29 23:11:38 2020 (r529846) @@ -1,3 +1,3 @@ -TIMESTAMP = 1584027778 -SHA256 (ensmallen-2.11.5.tar.gz) = 5992e5831af88227c9c8efd67db5e5bba38a83c31c5c9e11538c7ce964bc6387 -SIZE (ensmallen-2.11.5.tar.gz) = 1249687 +TIMESTAMP = 1585512521 +SHA256 (ensmallen-2.12.0.tar.gz) = fc2c35d64e173a7972f53c788a036111cdd6a3ddb9c1595aeb9d1c3eea6579fa +SIZE (ensmallen-2.12.0.tar.gz) = 1249030