Date: Sun, 2 Apr 2023 07:48:00 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: 760206b91a4d - main - =?utf-8?Q?math/onednn:=20Update=203.0.1=20=E2=86=92=203.1?= Message-ID: <202304020748.3327m0P8011108@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=760206b91a4d71759a8d9f3f417a6bdda08923f9 commit 760206b91a4d71759a8d9f3f417a6bdda08923f9 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-04-02 07:47:45 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-04-02 07:47:45 +0000 math/onednn: Update 3.0.1 → 3.1 Reported by: portscout --- math/onednn/Makefile | 2 +- math/onednn/distinfo | 6 +++--- math/onednn/pkg-plist | 7 ++++++- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/math/onednn/Makefile b/math/onednn/Makefile index 2bb0c16b9042..207f1437e546 100644 --- a/math/onednn/Makefile +++ b/math/onednn/Makefile @@ -1,6 +1,6 @@ PORTNAME= onednn DISTVERSIONPREFIX= v -DISTVERSION= 3.0.1 +DISTVERSION= 3.1 CATEGORIES= math # machine-learning MAINTAINER= yuri@FreeBSD.org diff --git a/math/onednn/distinfo b/math/onednn/distinfo index 0ead7b49df85..49c5c9e4aa65 100644 --- a/math/onednn/distinfo +++ b/math/onednn/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1678862359 -SHA256 (oneapi-src-oneDNN-v3.0.1_GH0.tar.gz) = f7aca425e9895b791a942ae755edc28f1b9f9fe9bf94291c59f33ebcf5859f2c -SIZE (oneapi-src-oneDNN-v3.0.1_GH0.tar.gz) = 7189577 +TIMESTAMP = 1680415224 +SHA256 (oneapi-src-oneDNN-v3.1_GH0.tar.gz) = 28e31f2d576e1a7e3a796f5c33c1d733c256078cff1c48b9e2a692d5975e1401 +SIZE (oneapi-src-oneDNN-v3.1_GH0.tar.gz) = 7556565 diff --git a/math/onednn/pkg-plist b/math/onednn/pkg-plist index 5669f2466669..47d8ec17957f 100644 --- a/math/onednn/pkg-plist +++ b/math/onednn/pkg-plist @@ -19,6 +19,11 @@ include/oneapi/dnnl/dnnl_common.hpp include/oneapi/dnnl/dnnl_common_types.h include/oneapi/dnnl/dnnl_config.h include/oneapi/dnnl/dnnl_debug.h +include/oneapi/dnnl/dnnl_graph.h +include/oneapi/dnnl/dnnl_graph.hpp +include/oneapi/dnnl/dnnl_graph_sycl.h +include/oneapi/dnnl/dnnl_graph_sycl.hpp +include/oneapi/dnnl/dnnl_graph_types.h include/oneapi/dnnl/dnnl_ocl.h include/oneapi/dnnl/dnnl_ocl.hpp include/oneapi/dnnl/dnnl_ocl_types.h @@ -36,4 +41,4 @@ lib/cmake/dnnl/dnnl-targets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/dnnl/dnnl-targets.cmake lib/libdnnl.so lib/libdnnl.so.3 -lib/libdnnl.so.3.0 +lib/libdnnl.so.3.1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304020748.3327m0P8011108>