Skip to content

Commit

Permalink
Use SHLIB_EXT instead of .so
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenvdb committed Apr 5, 2024
1 parent 05b594a commit 820a1a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ configopts += "--with-log-path-by-env=DARSHAN_LOG_PATH "
configopts += "--enable-hdf5-mod --with-hdf5=${EBROOTHDF5} "

sanity_check_paths = {
'files': ['bin/darshan-config', 'lib/libdarshan.so'],
'files': ['bin/darshan-config', 'lib/libdarshan.' + SHLIB_EXT],
'dirs': [],
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ configopts += "--with-log-path-by-env=DARSHAN_LOG_PATH "
configopts += "--enable-hdf5-mod --with-hdf5=${EBROOTHDF5} "

sanity_check_paths = {
'files': ['bin/darshan-config', 'lib/libdarshan.so'],
'files': ['bin/darshan-config', 'lib/libdarshan.' + SHLIB_EXT],
'dirs': [],
}

Expand Down

0 comments on commit 820a1a8

Please sign in to comment.