diff --git a/misc/frugally-deep/Makefile b/misc/frugally-deep/Makefile index 0e176b5e5f93..b21d258e919e 100644 --- a/misc/frugally-deep/Makefile +++ b/misc/frugally-deep/Makefile @@ -1,36 +1,36 @@ PORTNAME= frugally-deep DISTVERSIONPREFIX= v -DISTVERSION= 0.15.21-p0 +DISTVERSION= 0.15.24-p0 CATEGORIES= misc # deep-learning MAINTAINER= yuri@FreeBSD.org COMMENT= C++ header-only library to use Keras models in C++ with ease WWW= https://github.com/Dobiasd/frugally-deep LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE HPP_DEPENDS= functionalplus>0:devel/functionalplus \ nlohmann-json>0:devel/nlohmann-json BUILD_DEPENDS= ${HPP_DEPENDS} RUN_DEPENDS= ${HPP_DEPENDS} TEST_DEPENDS= doctest>0:devel/doctest \ ${PYTHON_PKGNAMEPREFIX}keras>0:math/py-keras@${PY_FLAVOR} USES= cmake compiler:c++14-lang eigen:3,build,run python:test USE_GITHUB= yes GH_ACCOUNT= Dobiasd NO_BUILD= yes NO_ARCH= yes BINARY_ALIAS= python3=${PYTHON_CMD} do-test: # tests are broken because they require tensorflow which is currently not available on FreeBSD @cd ${BUILD_WRKSRC} && \ ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DFDEEP_BUILD_UNITTEST:BOOL=ON ${CMAKE_SOURCE_PATH} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test .include diff --git a/misc/frugally-deep/distinfo b/misc/frugally-deep/distinfo index 219833462f7c..7701a9577e15 100644 --- a/misc/frugally-deep/distinfo +++ b/misc/frugally-deep/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1690186953 -SHA256 (Dobiasd-frugally-deep-v0.15.21-p0_GH0.tar.gz) = 6fa1d51e48b83af798443c3cc1ca2ed07c5c1a2651bde44f81f749deeca7fc7c -SIZE (Dobiasd-frugally-deep-v0.15.21-p0_GH0.tar.gz) = 208303 +TIMESTAMP = 1695542509 +SHA256 (Dobiasd-frugally-deep-v0.15.24-p0_GH0.tar.gz) = 118b0219a3f17c6d5a3535874acb145ee2079fd309e1fb83884facc684810baf +SIZE (Dobiasd-frugally-deep-v0.15.24-p0_GH0.tar.gz) = 208355 diff --git a/misc/frugally-deep/pkg-plist b/misc/frugally-deep/pkg-plist index 0a24a6d0d9eb..b1787987c9f1 100644 --- a/misc/frugally-deep/pkg-plist +++ b/misc/frugally-deep/pkg-plist @@ -1,77 +1,78 @@ include/fdeep/base64.hpp include/fdeep/common.hpp include/fdeep/convolution.hpp include/fdeep/convolution3d.hpp include/fdeep/depthwise_convolution.hpp include/fdeep/fdeep.hpp include/fdeep/filter.hpp include/fdeep/import_model.hpp include/fdeep/layers/activation_layer.hpp include/fdeep/layers/add_layer.hpp +include/fdeep/layers/additive_attention_layer.hpp include/fdeep/layers/attention_layer.hpp include/fdeep/layers/average_layer.hpp include/fdeep/layers/average_pooling_3d_layer.hpp include/fdeep/layers/batch_normalization_layer.hpp include/fdeep/layers/bidirectional_layer.hpp include/fdeep/layers/category_encoding_layer.hpp include/fdeep/layers/centercrop_layer.hpp include/fdeep/layers/concatenate_layer.hpp include/fdeep/layers/conv_2d_layer.hpp include/fdeep/layers/cropping_3d_layer.hpp include/fdeep/layers/dense_layer.hpp include/fdeep/layers/depthwise_conv_2d_layer.hpp include/fdeep/layers/dot_layer.hpp include/fdeep/layers/elu_layer.hpp include/fdeep/layers/embedding_layer.hpp include/fdeep/layers/exponential_layer.hpp include/fdeep/layers/flatten_layer.hpp include/fdeep/layers/gelu_layer.hpp include/fdeep/layers/global_average_pooling_3d_layer.hpp include/fdeep/layers/global_max_pooling_3d_layer.hpp include/fdeep/layers/global_pooling_layer.hpp include/fdeep/layers/gru_layer.hpp include/fdeep/layers/hard_sigmoid_layer.hpp include/fdeep/layers/input_layer.hpp include/fdeep/layers/layer.hpp include/fdeep/layers/leaky_relu_layer.hpp include/fdeep/layers/linear_layer.hpp include/fdeep/layers/lstm_layer.hpp include/fdeep/layers/max_pooling_3d_layer.hpp include/fdeep/layers/maximum_layer.hpp include/fdeep/layers/minimum_layer.hpp include/fdeep/layers/model_layer.hpp include/fdeep/layers/multiply_layer.hpp include/fdeep/layers/normalization_layer.hpp include/fdeep/layers/permute_layer.hpp include/fdeep/layers/pooling_3d_layer.hpp include/fdeep/layers/prelu_layer.hpp include/fdeep/layers/relu_layer.hpp include/fdeep/layers/repeat_vector_layer.hpp include/fdeep/layers/rescaling_layer.hpp include/fdeep/layers/reshape_layer.hpp include/fdeep/layers/resizing_layer.hpp include/fdeep/layers/selu_layer.hpp include/fdeep/layers/separable_conv_2d_layer.hpp include/fdeep/layers/sigmoid_layer.hpp include/fdeep/layers/softmax_layer.hpp include/fdeep/layers/softplus_layer.hpp include/fdeep/layers/softsign_layer.hpp include/fdeep/layers/subtract_layer.hpp include/fdeep/layers/swish_layer.hpp include/fdeep/layers/tanh_layer.hpp include/fdeep/layers/time_distributed_layer.hpp include/fdeep/layers/upsampling_1d_layer.hpp include/fdeep/layers/upsampling_2d_layer.hpp include/fdeep/layers/zero_padding_3d_layer.hpp include/fdeep/model.hpp include/fdeep/node.hpp include/fdeep/recurrent_ops.hpp include/fdeep/shape2.hpp include/fdeep/shape3.hpp include/fdeep/tensor.hpp include/fdeep/tensor_pos.hpp include/fdeep/tensor_shape.hpp include/fdeep/tensor_shape_variable.hpp lib/cmake/frugally-deep/frugally-deepConfig.cmake lib/cmake/frugally-deep/frugally-deepConfigVersion.cmake lib/cmake/frugally-deep/frugally-deepTargets.cmake