We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ccde42 commit 8d45c36Copy full SHA for 8d45c36
1 file changed
.travis.yml
@@ -45,7 +45,7 @@ addons:
45
packages:
46
- g++
47
- libtbb2
48
- - libtbb
+ - libtbb-dev
49
50
before_install:
51
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
@@ -67,6 +67,8 @@ before_install:
67
echo " PATH =" $PATH
68
fi;
69
true;
70
+#
71
+- apt-get install libtbb2 libtbb-dev
72
73
# print versions
74
- uname -a
0 commit comments