Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Sep 2022 05:56:08 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: 73b222158470 - main - math/onednn: Update 2.6.1 -> 2.6.2
Message-ID:  <202209120556.28C5u85O081636@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=73b222158470f931c663c04ad37ec89e6d731274

commit 73b222158470f931c663c04ad37ec89e6d731274
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-09-12 03:54:28 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-09-12 05:56:02 +0000

    math/onednn: Update 2.6.1 -> 2.6.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 598370c02e6b..6e089b680435 100644
--- a/math/onednn/Makefile
+++ b/math/onednn/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	onednn
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2.6.1
+DISTVERSION=	2.6.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: # some tests are known to fail: https://github.com/intel/mkl-dnn/issues/350 (the upstream failed to reproduce it and closed the report)
+do-test:
 	@${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 10394385c084..d4946080d556 100644
--- a/math/onednn/distinfo
+++ b/math/onednn/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1657761585
-SHA256 (oneapi-src-oneDNN-v2.6.1_GH0.tar.gz) = 0ff70240378aa26e1fc3edf66d14964e614ef2f9278514182cd43b34ced9af21
-SIZE (oneapi-src-oneDNN-v2.6.1_GH0.tar.gz) = 5845474
+TIMESTAMP = 1662948835
+SHA256 (oneapi-src-oneDNN-v2.6.2_GH0.tar.gz) = baed0a7426189c6e5f1cb242c6d282d3638802cbd05772e1c4810a83bd7bc4df
+SIZE (oneapi-src-oneDNN-v2.6.2_GH0.tar.gz) = 5846494



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