File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -362,10 +362,10 @@ install:
362362 fi
363363 export CMAKE_OPTIONS=${CMAKE_OPTIONS}" -DBOOST_ROOT=${DEPS_DIR}/boost"
364364 elif [[ ${TRAVIS_OS_NAME} == "osx" && ${BOOST_VERSION} != "default" ]]; then
365- if [ ! -f "/usr/local/Cellar/boost@{BOOST_VERSION}/cached" ]; then
365+ if [ ! -f "/usr/local/Cellar/boost@$ {BOOST_VERSION}/cached" ]; then
366366 brew uninstall boost --ignore-dependencies
367- travis_wait 50 brew install boost@{BOOST_VERSION} --cc=gcc-5
368- touch /usr/local/Cellar/boost@{BOOST_VERSION}/cached
367+ travis_wait 50 brew install boost@$ {BOOST_VERSION} --cc=gcc-5
368+ touch /usr/local/Cellar/boost@$ {BOOST_VERSION}/cached
369369 else
370370 echo 'Using cached Boost ${BOOST_VERSION} libraries.'
371371 fi
@@ -437,7 +437,7 @@ script:
437437 # ###########################################################################
438438 # Build Boost.Compute tests, benchmarks and examples
439439 # ###########################################################################
440- - lscpu
440+ - wmic cpu list config
441441 - clinfo
442442 - mkdir build && cd build
443443 # Combine global build options with OS/compiler-dependent options
You can’t perform that action at this time.
0 commit comments