math/ensmallen: Update 2.13.0 -> 2.14.1
This commit is contained in:
parent
f0bf53f3d6
commit
14c260770f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=547767
3 changed files with 11 additions and 8 deletions
|
@ -1,8 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ensmallen
|
||||
DISTVERSION= 2.13.0
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 2.14.1
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= https://ensmallen.org/files/
|
||||
|
||||
|
@ -21,7 +20,7 @@ CMAKE_OFF= BUILD_TESTS
|
|||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
||||
do-test:
|
||||
do-test: # tests for 2.14.1 fail: https://github.com/mlpack/ensmallen/issues/225
|
||||
@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} && \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1596130232
|
||||
SHA256 (ensmallen-2.13.0.tar.gz) = ba9d2b50bb858fd405dbb1f1181927a3e4436388e5e5e13f643cb716ea6294bf
|
||||
SIZE (ensmallen-2.13.0.tar.gz) = 1252374
|
||||
TIMESTAMP = 1599116585
|
||||
SHA256 (ensmallen-2.14.1.tar.gz) = e86d9aa352c039924ccd13dc348b9a5675965e815cebabd3177500e4fe84c8c4
|
||||
SIZE (ensmallen-2.14.1.tar.gz) = 1262579
|
||||
|
|
|
@ -3,8 +3,6 @@ include/ensmallen_bits/ada_bound/ada_bound.hpp
|
|||
include/ensmallen_bits/ada_bound/ada_bound_impl.hpp
|
||||
include/ensmallen_bits/ada_bound/ada_bound_update.hpp
|
||||
include/ensmallen_bits/ada_bound/ams_bound_update.hpp
|
||||
include/ensmallen_bits/lookahead/lookahead.hpp
|
||||
include/ensmallen_bits/lookahead/lookahead_impl.hpp
|
||||
include/ensmallen_bits/ada_delta/ada_delta.hpp
|
||||
include/ensmallen_bits/ada_delta/ada_delta_impl.hpp
|
||||
include/ensmallen_bits/ada_delta/ada_delta_update.hpp
|
||||
|
@ -85,6 +83,10 @@ include/ensmallen_bits/katyusha/katyusha_impl.hpp
|
|||
include/ensmallen_bits/lbfgs/lbfgs.hpp
|
||||
include/ensmallen_bits/lbfgs/lbfgs_impl.hpp
|
||||
include/ensmallen_bits/log.hpp
|
||||
include/ensmallen_bits/lookahead/lookahead.hpp
|
||||
include/ensmallen_bits/lookahead/lookahead_impl.hpp
|
||||
include/ensmallen_bits/nsga2/nsga2.hpp
|
||||
include/ensmallen_bits/nsga2/nsga2_impl.hpp
|
||||
include/ensmallen_bits/padam/padam.hpp
|
||||
include/ensmallen_bits/padam/padam_update.hpp
|
||||
include/ensmallen_bits/parallel_sgd/decay_policies/constant_step.hpp
|
||||
|
@ -111,6 +113,7 @@ include/ensmallen_bits/problems/easom_function.hpp
|
|||
include/ensmallen_bits/problems/easom_function_impl.hpp
|
||||
include/ensmallen_bits/problems/eggholder_function.hpp
|
||||
include/ensmallen_bits/problems/eggholder_function_impl.hpp
|
||||
include/ensmallen_bits/problems/fonseca_fleming_function.hpp
|
||||
include/ensmallen_bits/problems/fw_test_function.hpp
|
||||
include/ensmallen_bits/problems/generalized_rosenbrock_function.hpp
|
||||
include/ensmallen_bits/problems/generalized_rosenbrock_function_impl.hpp
|
||||
|
@ -137,6 +140,7 @@ include/ensmallen_bits/problems/rosenbrock_function.hpp
|
|||
include/ensmallen_bits/problems/rosenbrock_function_impl.hpp
|
||||
include/ensmallen_bits/problems/rosenbrock_wood_function.hpp
|
||||
include/ensmallen_bits/problems/rosenbrock_wood_function_impl.hpp
|
||||
include/ensmallen_bits/problems/schaffer_function_n1.hpp
|
||||
include/ensmallen_bits/problems/schaffer_function_n2.hpp
|
||||
include/ensmallen_bits/problems/schaffer_function_n2_impl.hpp
|
||||
include/ensmallen_bits/problems/schaffer_function_n4.hpp
|
||||
|
|
Loading…
Reference in a new issue