Skip to content

Commit

Permalink
jobs/phoronix-test-suite*.yaml comment out viennacl-1.0.0 since too o…
Browse files Browse the repository at this point in the history
…ld version

there is only one version of viennacl, it didn't update since 2013.
now it keeps telling the following error, and it relates to phbender/liblanelet#3
/usr/include/c++/9/bits/stringfwd.h:79:11: error: reference to 'basic_string' is ambiguous
 79 | typedef basic_string<char> string;

Signed-off-by: Ma XinJian <[email protected]>
Signed-off-by: Philip Li <[email protected]>
  • Loading branch information
Ma XinJian authored and rli9 committed Dec 6, 2019
1 parent 399de83 commit 9bac0b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jobs/phoronix-test-suite-clearlinux-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ phoronix-test-suite:
- ue4-mountains-1.1.0
- unpack-linux-1.1.1
- v-ray-1.0.2
- viennacl-1.0.0
# - viennacl-1.0.0 # wait for newer version
- x264-opencl-1.9.0
- x265-1.0.0
- xsbench-1.0.0
Expand Down
2 changes: 1 addition & 1 deletion jobs/phoronix-test-suite-needx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ phoronix-test-suite:
- ut2004-demo-1.2.0
# - vdrift-1.2.0 # build with old g++ (g++-3.4)
# - video-cpu-usage-1.2.1 # need soundcard
- viennacl-1.0.0
# - viennacl-1.0.0 # wait for newer version
# - warsow-1.5.1 # wait for newer version
- x11perf-1.1.1
# - xonotic-1.5.1 # runtime is long
Expand Down

0 comments on commit 9bac0b3

Please sign in to comment.