Date: Sat, 27 Jul 2024 20:19:22 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: 3e39d9e22a14 - main - math/onednn: update 3.5.1 =?utf-8?Q?=E2=86=92?= 3.5.2 Message-ID: <202407272019.46RKJMTC089389@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=3e39d9e22a1467f7e912c036c48a96d2a2194824 commit 3e39d9e22a1467f7e912c036c48a96d2a2194824 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-07-27 20:12:51 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-07-27 20:19:16 +0000 math/onednn: update 3.5.1 → 3.5.2 Reported by: portscout --- math/onednn/Makefile | 4 ++-- math/onednn/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/math/onednn/Makefile b/math/onednn/Makefile index 0abc944b7a22..c7a0185cedc1 100644 --- a/math/onednn/Makefile +++ b/math/onednn/Makefile @@ -1,6 +1,6 @@ PORTNAME= onednn DISTVERSIONPREFIX= v -DISTVERSION= 3.5.1 +DISTVERSION= 3.5.2 CATEGORIES= math # machine-learning MAINTAINER= yuri@FreeBSD.org @@ -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: # tests never finish, see https://github.com/oneapi-src/oneDNN/issues/1619 +do-test: # 1 test fails, see https://github.com/oneapi-src/oneDNN/issues/2011 @${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} && \ diff --git a/math/onednn/distinfo b/math/onednn/distinfo index 8704e62ac335..93a5e574d0fa 100644 --- a/math/onednn/distinfo +++ b/math/onednn/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1721204292 -SHA256 (oneapi-src-oneDNN-v3.5.1_GH0.tar.gz) = f316368a0d8c5235d80704def93f0e8c28e08dfaa2231a3de558be0ae2b146e7 -SIZE (oneapi-src-oneDNN-v3.5.1_GH0.tar.gz) = 13188873 +TIMESTAMP = 1722058653 +SHA256 (oneapi-src-oneDNN-v3.5.2_GH0.tar.gz) = e6af4a8869c9a06fa0806ed8c93faa8f8a57118ba7a36a93b93a5c2285a3a49f +SIZE (oneapi-src-oneDNN-v3.5.2_GH0.tar.gz) = 13190514
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407272019.46RKJMTC089389>