Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Signed-off-by: Francis Williams <fwilliams@users.noreply.github.com>
  • Loading branch information
fwilliams committed Jun 19, 2024
1 parent 5356b0c commit 6365943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fvdb/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ def download_and_install_cudnn():
name='fvdb.fvdblib',
sources=get_source_files_recursive('src', include_bindings=False),
include_dirs=[os.path.join(cwd, 'src'),
os.path.join(cwd, 'external/nanovdb'),
os.path.join(cwd, '..', '/nanovdb'),
os.path.join(cwd, 'external/cutlass/include'),
os.path.join(cwd, 'external/c-blosc/install/include'),
os.path.join(cwd, 'external/cudnn_fe/include')] + cudnn_include_dirs,
Expand Down

0 comments on commit 6365943

Please sign in to comment.