diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-03-02 10:19:09 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-03-02 10:19:09 +0000 |
commit | feb2e1e8fb67dbbcc72e03894899d15b538a584d (patch) | |
tree | ae0edd02745d3945a14f0065e13e73231049de99 /math/mkl-dnn | |
parent | bacbce394432a216d731841e55bf1acbf23c242a (diff) |
Notes
Diffstat (limited to 'math/mkl-dnn')
-rw-r--r-- | math/mkl-dnn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/mkl-dnn/Makefile b/math/mkl-dnn/Makefile index 3bdfc6ec5562..72cbd8f75b37 100644 --- a/math/mkl-dnn/Makefile +++ b/math/mkl-dnn/Makefile @@ -15,7 +15,7 @@ BROKEN_i386= error: shift count >= width of type (and other errors), see https:/ TEST_DEPENDS= bash:shells/bash -USES= cmake compiler:c++11-lang +USES= cmake USE_GITHUB= yes GH_ACCOUNT= intel USE_LDCONFIG= yes |