Skip to content

Commit

Permalink
Add libcuda as a dependency when we compile spral_ssids
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Jan 12, 2024
1 parent 4b428b1 commit dd9b4eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ libspral = library('spral',
# Binary
executable('spral_ssids',
sources : binspral_src,
dependencies : libcuda,
link_with : libspral,
link_language : 'fortran',
install : true)
Expand Down

0 comments on commit dd9b4eb

Please sign in to comment.