diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2023-04-02 15:22:34 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2023-04-02 16:18:40 +0000 |
commit | d2505495d31d8239aa92971e60a61bce5f9816f0 (patch) | |
tree | 7ad5346828f3755ca762d6486b645aba4b5f03cf /math/onednn | |
parent | c7bb53705ef18e08b7c870dda5fe8467ab354477 (diff) |
Diffstat (limited to 'math/onednn')
-rw-r--r-- | math/onednn/Makefile | 4 |
1 files 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} && \ |