Skip to content

Commit 6f5d36e

Browse files
committed
Get back Boost recipe in chapter 3 with PGI
1 parent 8c6a247 commit 6f5d36e

File tree

1 file changed

+3
-4
lines changed
  • chapter-03/recipe-08/cxx-example

1 file changed

+3
-4
lines changed

chapter-03/recipe-08/cxx-example/menu.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ appveyor-vs:
33
- BOOST_ROOT: 'C:\Libraries\boost_1_67_0'
44
- CMAKE_CXX_FLAGS: '-DBOOST_ALL_NO_LIB'
55

6-
# PGI and Boost do not get along
76
circle-pgi:
8-
skip_generators:
9-
- 'Unix Makefiles'
10-
- 'Ninja'
7+
definitions:
8+
- BOOST_INCLUDEDIR: '/usr/include/boost'
9+
- BOOST_LIBRARYDIR: '/usr/lib/x86_64-linux-gnu'
1110

1211
travis-osx:
1312
definitions:

0 commit comments

Comments
 (0)