Skip to content

Commit

Permalink
rocrand & cmake (#210)
Browse files Browse the repository at this point in the history
* updated rocrand version requirements

* soversion updated to major/minor
  • Loading branch information
ntrost57 authored Sep 29, 2023
1 parent 2b2ae93 commit 0599a4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ endif()

# Package specific CPACK vars
if(SUPPORT_HIP)
rocm_package_add_dependencies(DEPENDS "hip-rocclr >= 4.0.0" "rocsparse >= 1.12.10" "rocblas >= 2.22.0" "rocrand >= 0.0.1")
rocm_package_add_dependencies(DEPENDS "hip-rocclr >= 4.0.0" "rocsparse >= 1.12.10" "rocblas >= 2.22.0" "rocrand >= 2.1.0")
endif()

set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE.md")
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ if(SUPPORT_HIP)
endif()

# Target properties
rocm_set_soversion(rocalution "1.0.0")
rocm_set_soversion(rocalution "1.0")
set_target_properties(rocalution PROPERTIES DEBUG_POSTFIX "-d")
if(WIN32)
set_target_properties(rocalution PROPERTIES CXX_VISIBILITY_PRESET "hidden" VISIBILITY_INLINES_HIDDEN ON)
Expand Down

0 comments on commit 0599a4a

Please sign in to comment.