Skip to content

Commit

Permalink
math/onednn: Update 2.6.1 -> 2.6.2
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Sep 12, 2022
1 parent 56ccbda commit 73b2221
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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
Expand Down Expand Up @@ -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} && \
Expand Down
6 changes: 3 additions & 3 deletions 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

0 comments on commit 73b2221

Please sign in to comment.