Skip to content

Commit

Permalink
revert change for withnvptx, moved to easyblock
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge committed Mar 16, 2024
1 parent 9c0f615 commit 0653433
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions easybuild/easyconfigs/g/GCCcore/GCCcore-13.2.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,7 @@ builddependencies = [
languages = ['c', 'c++', 'fortran']

withisl = True
if ARCH == 'riscv64':
withnvptx = False
else:
withnvptx = True
withnvptx = True

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

0 comments on commit 0653433

Please sign in to comment.