Package: rapmap / 0.12.0+dfsg-3

no_gomp_needed Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Author: Michael R. Crusoe <michael.crusoe@gmail.com>
Description: Avoid unnecessary linkage to gomp or rt
--- rapmap.orig/CMakeLists.txt
+++ rapmap/CMakeLists.txt
@@ -74,7 +74,7 @@
 set( BOOST_EXTRA_FLAGS "--layout=tagged" )
 ## this get's set differently below if we
 ## are on clang & apple
-set (NON_APPLECLANG_LIBS gomp rt)
+set (NON_APPLECLANG_LIBS "$ENV{NON_APPLECLANG_LIBS}")
 set (PTHREAD_LIB)
 
 ##