Skip to content

Commit 15533c8

Browse files
committed
Skip all of chapter 10 on PGI
Somehow searching packages with pkg-config is unable to generate imported targets with the PGI image
1 parent 092caa8 commit 15533c8

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

chapter-10/recipe-01/cxx-example/menu.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,13 @@ circle-intel:
1818
definitions:
1919
- CMAKE_INSTALL_PREFIX: $HOME/Software/recipe-03
2020

21+
# Fails to generate imported target for UUID
2122
circle-pgi:
2223
definitions:
2324
- CMAKE_INSTALL_PREFIX: $HOME/Software/recipe-03
25+
skip_generators:
26+
- 'Unix Makefiles'
27+
- 'Ninja'
2428

2529
local:
2630
definitions:

chapter-10/recipe-02/cxx-example/menu.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,13 @@ circle-intel:
1818
definitions:
1919
- CMAKE_INSTALL_PREFIX: $HOME/Software/recipe-03
2020

21+
# Fails to generate imported target for UUID
2122
circle-pgi:
2223
definitions:
2324
- CMAKE_INSTALL_PREFIX: $HOME/Software/recipe-03
25+
skip_generators:
26+
- 'Unix Makefiles'
27+
- 'Ninja'
2428

2529
local:
2630
definitions:

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,13 @@ circle-intel:
1818
definitions:
1919
- CMAKE_INSTALL_PREFIX: $HOME/Software/recipe-03
2020

21+
# Fails to generate imported target for UUID
2122
circle-pgi:
2223
definitions:
2324
- CMAKE_INSTALL_PREFIX: $HOME/Software/recipe-03
25+
skip_generators:
26+
- 'Unix Makefiles'
27+
- 'Ninja'
2428

2529
local:
2630
definitions:

chapter-10/recipe-04/cxx-example/menu.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,13 @@ circle-intel:
1818
definitions:
1919
- CMAKE_INSTALL_PREFIX: $HOME/Software/recipe-03
2020

21+
# Fails to generate imported target for UUID
2122
circle-pgi:
2223
definitions:
2324
- CMAKE_INSTALL_PREFIX: $HOME/Software/recipe-03
25+
skip_generators:
26+
- 'Unix Makefiles'
27+
- 'Ninja'
2428

2529
local:
2630
definitions:

0 commit comments

Comments
 (0)