File: sublibs_soname.patch

package info (click to toggle)
combblas 1.6.2-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 38,692 kB
  • sloc: cpp: 39,720; ansic: 13,590; makefile: 96; python: 13; sh: 12
file content (16 lines) | stat: -rw-r--r-- 597 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Index: combblas/CMakeLists.txt
===================================================================
--- combblas.orig/CMakeLists.txt
+++ combblas/CMakeLists.txt
@@ -47,9 +47,11 @@ endif()
 
 ADD_SUBDIRECTORY( usort )
 target_link_libraries(CombBLAS PUBLIC Usortlib)
+set_property(TARGET Usortlib PROPERTY VERSION "${CMAKE_PROJECT_NAME}_${CMAKE_PROJECT_VERSION}")
 
 ADD_SUBDIRECTORY( graph500-1.2/generator )
 target_link_libraries(CombBLAS PUBLIC GraphGenlib)
+set_property(TARGET GraphGenlib PROPERTY VERSION "${CMAKE_PROJECT_NAME}_${CMAKE_PROJECT_VERSION}")
 
 
 # Set up exported configuration