git: 7a6dccba2264 - main - misc/onnxruntime: Minor correction
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 09 Oct 2024 09:42:04 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=7a6dccba226474273665aaa394ffde20f69f251f commit 7a6dccba226474273665aaa394ffde20f69f251f Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-10-09 05:30:07 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-10-09 09:41:58 +0000 misc/onnxruntime: Minor correction --- misc/onnxruntime/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/onnxruntime/Makefile b/misc/onnxruntime/Makefile index fe379ece94a9..ea55b2a59131 100644 --- a/misc/onnxruntime/Makefile +++ b/misc/onnxruntime/Makefile @@ -36,7 +36,7 @@ CONFLICTS_BUILD= abseil benchmark nsync googletest dlpack flatbuffers gsl mimall nlohmann-json onnx protobuf psimd pthreadpool pybind11 re2 dev-update-deps-in-makefiles: extract # this should be run when the port is updated - @${FILEDIR} ${DEPS_FILE} + @${FILEDIR}/convert-deps.sh ${DEPS_FILE} pre-configure: @${REINPLACE_CMD} -E 's|;(https://.*)/([^/]+\.zip);|;file://${DISTDIR}/${DIST_SUBDIR}/\2;|' ${DEPS_FILE}