Skip to content

Commit

Permalink
bugfix: set rpath in cufinufft's setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
blackwer committed Nov 29, 2023
1 parent 5dda9ce commit d993d04
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python/cufinufft/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@
Extension(name='cufinufftc',
sources=[],
libraries=['cufinufft'],
library_dirs=[library_dir])
library_dirs=[library_dir],
runtime_library_dirs=[library_dir],
)
]
)

0 comments on commit d993d04

Please sign in to comment.