Skip to content

Commit

Permalink
fix GDS include path for version 0.95 (#7877)
Browse files Browse the repository at this point in the history
The GDS 0.95 release candidate moved the `cufile.h` file from the `lib64` directory to the `include` directory under `/usr/local/cuda`. Added the new directory but also kept the old one so older versions of GDS can still be built.

Authors:
  - Rong Ou (https://github.com/rongou)

Approvers:
  - Keith Kraus (https://github.com/kkraus14)

URL: #7877
  • Loading branch information
rongou authored Apr 8, 2021
1 parent 58f395b commit 192ff46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/cmake/Modules/FindcuFile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ find_path(cuFile_INCLUDE_DIR
cufile.h
HINTS
${PKG_cuFile_INCLUDE_DIRS}
/usr/local/cuda/include
/usr/local/cuda/lib64
)

Expand Down

0 comments on commit 192ff46

Please sign in to comment.