Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Apr 2023 16:18:43 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d2505495d31d - main - math/onednn: Update WWW; Add comment about hanging tests
Message-ID:  <202304021618.332GIhtO049098@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d2505495d31d8239aa92971e60a61bce5f9816f0

commit d2505495d31d8239aa92971e60a61bce5f9816f0
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-04-02 15:22:34 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-04-02 16:18:40 +0000

    math/onednn: Update WWW; Add comment about hanging tests
---
 math/onednn/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/math/onednn/Makefile b/math/onednn/Makefile
index 207f1437e546..a33e48b396e7 100644
--- a/math/onednn/Makefile
+++ b/math/onednn/Makefile
@@ -5,7 +5,7 @@ CATEGORIES=	math # machine-learning
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Intel(R) Math Kernel Library for Deep Neural Networks
-WWW=		https://01.org/onednn
+WWW=		https://github.com/oneapi-src/oneDNN
 
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
@@ -71,7 +71,7 @@ CXXFLAGS:=	${CXXFLAGS:S/-O2/-O3/} # clang writes wrong binary code when -O2 opti
 post-install:
 	@${RM} -r ${STAGEDIR}${PREFIX}/share/doc
 
-do-test:
+do-test: # tests never finish, see https://github.com/oneapi-src/oneDNN/issues/1619
 	@${REINPLACE_CMD} 's| /bin/bash | ${LOCALBASE}/bin/bash |' ${WRKSRC}/tests/CMakeLists.txt
 	@cd ${BUILD_WRKSRC} && \
 		${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DDNNL_BUILD_TESTS=ON ${CMAKE_SOURCE_PATH} && \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304021618.332GIhtO049098>