svn commit: r529846 - head/math/ensmallen
Yuri Victorovich
yuri at FreeBSD.org
Sun Mar 29 23:11:50 UTC 2020
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
More information about the svn-ports-all
mailing list