Skip to content

Commit 2a5f367

Browse files
committed
Boost does not yet build from conan with mpi, thus, leave it open for later. - #2
1 parent 9b5c0c3 commit 2a5f367

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ install:
7373
# BOOST #
7474
#############################################################################
7575
- export CMAKE_PREFIX_PATH=$BOOST_ROOT:$CMAKE_PREFIX_PATH;
76-
- cmake --find-package -DNAME=Boost -DCOMPILER_ID=GNU -DLANGUAGE=CXX -DMODE=EXIST
7776
- echo -e "#include <boost/version.hpp>\n#include <iostream>\nint main() { std::cout << BOOST_VERSION << std::endl; return 0; }"
7877
| $CXX -I$BOOST_ROOT/include -x c++ - >/dev/null || { echo 0; }
7978
- ls $BOOST_ROOT

0 commit comments

Comments
 (0)