Files
qcdloop/qcdloop-quadmath-linking.patch
Atri Bhattacharya c3209602f3 Accepting request 1040586 from home:badshah400:branches:science
- Update to version 2.0.9.
- Re-base existing patch qcdloop-soversion.patch for updated version.
- Disable builds for ppc64 due to lack of quadmath on these platforms.

OBS-URL: https://build.opensuse.org/request/show/1040586
OBS-URL: https://build.opensuse.org/package/show/science/qcdloop?expand=0&rev=2
2022-12-08 08:02:35 +00:00

14 lines
522 B
Diff

Index: qcdloop-2.0.9/CMakeLists.txt
===================================================================
--- qcdloop-2.0.9.orig/CMakeLists.txt
+++ qcdloop-2.0.9/CMakeLists.txt
@@ -86,7 +86,7 @@ add_library(qcdloop SHARED src/box.cc
${Headers}
)
-target_link_libraries(qcdloop)
+target_link_libraries(qcdloop quadmath)
install(FILES ${CMAKE_BINARY_DIR}/src/qcdloop-config
DESTINATION bin PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ
GROUP_EXECUTE WORLD_READ WORLD_EXECUTE)