From owner-svn-ports-head@freebsd.org Sat May 18 22:20:41 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8A9E15998A7; Sat, 18 May 2019 22:20:40 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7C8FA6C0CB; Sat, 18 May 2019 22:20:40 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 58ED225E27; Sat, 18 May 2019 22:20:40 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4IMKeri088033; Sat, 18 May 2019 22:20:40 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4IMKdbg088028; Sat, 18 May 2019 22:20:39 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905182220.x4IMKdbg088028@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 18 May 2019 22:20:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501988 - in head/math/mkl-dnn: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math/mkl-dnn: . files X-SVN-Commit-Revision: 501988 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7C8FA6C0CB X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.969,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 May 2019 22:20:41 -0000 Author: yuri Date: Sat May 18 22:20:39 2019 New Revision: 501988 URL: https://svnweb.freebsd.org/changeset/ports/501988 Log: math/mkl-dnn: Update 0.18.1 -> 0.19 Reported by: portscout Modified: head/math/mkl-dnn/Makefile head/math/mkl-dnn/distinfo head/math/mkl-dnn/files/patch-CMakeLists.txt head/math/mkl-dnn/pkg-plist Modified: head/math/mkl-dnn/Makefile ============================================================================== --- head/math/mkl-dnn/Makefile Sat May 18 22:19:45 2019 (r501987) +++ head/math/mkl-dnn/Makefile Sat May 18 22:20:39 2019 (r501988) @@ -2,8 +2,7 @@ PORTNAME= mkl-dnn DISTVERSIONPREFIX= v -DISTVERSION= 0.18.1 -PORTREVISION= 2 +DISTVERSION= 0.19 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -18,7 +17,7 @@ BROKEN_i386= error: shift count >= width of type (and TEST_DEPENDS= bash:shells/bash -USES= cmake +USES= cmake compiler:c++11-lang USE_GITHUB= yes GH_ACCOUNT= intel USE_LDCONFIG= yes @@ -27,12 +26,6 @@ OPTIONS_DEFINE= OPENMP OPENMP_CMAKE_BOOL= USE_OPENMP OPENMP_LIB_DEPENDS= libomp.so:devel/openmp - -# use clang from ports because cmake can't find OpenMP with base clang, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223678 -BUILD_DEPENDS+= clang${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT} -CPP= clang-cpp${LLVM_DEFAULT} -CC= clang${LLVM_DEFAULT} -CXX= clang++${LLVM_DEFAULT} post-install: @${RM} -r ${STAGEDIR}${PREFIX}/share/doc Modified: head/math/mkl-dnn/distinfo ============================================================================== --- head/math/mkl-dnn/distinfo Sat May 18 22:19:45 2019 (r501987) +++ head/math/mkl-dnn/distinfo Sat May 18 22:20:39 2019 (r501988) @@ -1,3 +1,3 @@ -TIMESTAMP = 1552752439 -SHA256 (intel-mkl-dnn-v0.18.1_GH0.tar.gz) = fc7506701dfece9b03c0dc83d0cda9a44a5de17cdb54bc7e09168003f02dbb70 -SIZE (intel-mkl-dnn-v0.18.1_GH0.tar.gz) = 1497401 +TIMESTAMP = 1558216436 +SHA256 (intel-mkl-dnn-v0.19_GH0.tar.gz) = ba39da6adb263df05c4ca2a120295641fc97be75b588922e4274cb628dbe1dcd +SIZE (intel-mkl-dnn-v0.19_GH0.tar.gz) = 1561914 Modified: head/math/mkl-dnn/files/patch-CMakeLists.txt ============================================================================== --- head/math/mkl-dnn/files/patch-CMakeLists.txt Sat May 18 22:19:45 2019 (r501987) +++ head/math/mkl-dnn/files/patch-CMakeLists.txt Sat May 18 22:20:39 2019 (r501988) @@ -1,6 +1,6 @@ ---- CMakeLists.txt.orig 2018-11-17 00:02:10 UTC +--- CMakeLists.txt.orig 2019-05-18 21:55:29 UTC +++ CMakeLists.txt -@@ -66,7 +66,9 @@ set(CMAKE_TEST_CCXX_FLAGS) # TESTS +@@ -73,7 +73,9 @@ include(CMakePackageConfigHelpers) include("cmake/utils.cmake") include("cmake/options.cmake") @@ -11,18 +11,18 @@ include("cmake/TBB.cmake") include("cmake/platform.cmake") include("cmake/SDL.cmake") -@@ -79,7 +81,10 @@ enable_testing() +@@ -87,8 +89,12 @@ enable_testing() include_directories(include) add_subdirectory(src) -add_subdirectory(examples) -add_subdirectory(tests) -- --install(FILES LICENSE DESTINATION share/doc/${LIB_NAME}) +if(BUILD_EXAMPLES) + add_subdirectory(examples) +endif() +if(BUILD_TESTS) + add_subdirectory(tests) +endif() -+#install(FILES LICENSE DESTINATION share/doc/${LIB_NAME}) + + if(MKLDNN_INSTALL_MODE STREQUAL "BUNDLE") + install(FILES LICENSE DESTINATION ${CMAKE_INSTALL_PREFIX}) Modified: head/math/mkl-dnn/pkg-plist ============================================================================== --- head/math/mkl-dnn/pkg-plist Sat May 18 22:19:45 2019 (r501987) +++ head/math/mkl-dnn/pkg-plist Sat May 18 22:20:39 2019 (r501988) @@ -9,4 +9,4 @@ lib/cmake/mkldnn/mkldnn-targets-%%CMAKE_BUILD_TYPE%%.c lib/cmake/mkldnn/mkldnn-targets.cmake lib/libmkldnn.so lib/libmkldnn.so.0 -lib/libmkldnn.so.0.18.1.0 +lib/libmkldnn.so.0.19.0.0