forked from flatironinstitute/finufft
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cuda+py: create dummy source for cufinufft C ext
Similarly to what we do for finufft. The issue is that the default gcc config on certain OSes (Ubuntu 20.04, Rocky 8), libraries are not linked unless their symbols are explicitly referenced in the source. Since we have no source, no libraries are linked. The solution is to create a dummy source that just calls a single function `cufinufft_default_opts`.
- Loading branch information
Showing
1 changed file
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters