diff --git a/misc/frugally-deep/Makefile b/misc/frugally-deep/Makefile index 022318e9c677..21de4407c7d3 100644 --- a/misc/frugally-deep/Makefile +++ b/misc/frugally-deep/Makefile @@ -1,35 +1,35 @@ PORTNAME= frugally-deep DISTVERSIONPREFIX= v -DISTVERSION= 0.15.17-p0 +DISTVERSION= 0.15.18-p0 CATEGORIES= misc # deep-learning MAINTAINER= yuri@FreeBSD.org COMMENT= C++ header-only library to use Keras models in C++ with ease 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:3.6+,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 b2850f52e64b..9dc2d32e2d8a 100644 --- a/misc/frugally-deep/distinfo +++ b/misc/frugally-deep/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1652632012 -SHA256 (Dobiasd-frugally-deep-v0.15.17-p0_GH0.tar.gz) = 8cf29264f12cf707ca1fcdef95eb667a771b3c4dcb698c5641f766a0b711d632 -SIZE (Dobiasd-frugally-deep-v0.15.17-p0_GH0.tar.gz) = 204829 +TIMESTAMP = 1655049446 +SHA256 (Dobiasd-frugally-deep-v0.15.18-p0_GH0.tar.gz) = b721bd7b2fa842a1a10f00008e079c057fab7a5cfc4c394d64238ee59ad7e189 +SIZE (Dobiasd-frugally-deep-v0.15.18-p0_GH0.tar.gz) = 205166