Skip to content

Commit f67c093

Browse files
committed
travis: add suffix to MKL-DNN installation directory (continued)
1 parent dc030d1 commit f67c093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ matrix:
2626
name: "pfnet-research/menoh"
2727
description: "Menoh: DNN inference library"
2828
notification_email: menoh-oss@preferred.jp
29-
build_command_prepend: cov-configure --compiler /usr/bin/g++-7 --comptype g++ -- -march=native -fPIC -std=gnu++14 && cmake -DMKLDNN_INCLUDE_DIR="$HOME/mkl-dnn/include" -DMKLDNN_LIBRARY="$HOME/mkl-dnn/lib/libmkldnn.so" .
29+
build_command_prepend: cov-configure --compiler /usr/bin/g++-7 --comptype g++ -- -march=native -fPIC -std=gnu++14 && cmake -DMKLDNN_INCLUDE_DIR="$HOME/mkl-dnn${MKL_DNN_INSTALL_SUFFIX}/include" -DMKLDNN_LIBRARY="$HOME/mkl-dnn${MKL_DNN_INSTALL_SUFFIX}/lib/libmkldnn.so" .
3030
build_command: make
3131
branch_pattern: coverity_scan
3232
- os: linux

0 commit comments

Comments
 (0)