Skip to content

Commit

Permalink
disable NVPTX on riscv64
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge committed Mar 15, 2024
1 parent e80ed83 commit 39c76d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion easybuild/easyconfigs/g/GCCcore/GCCcore-13.2.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ builddependencies = [
languages = ['c', 'c++', 'fortran']

withisl = True
withnvptx = True
if ARCH != 'riscv64':
withnvptx = True

# Perl is only required when building with NVPTX support
if withnvptx:
Expand Down

0 comments on commit 39c76d1

Please sign in to comment.