Gbp-Pq: Name link-with-libatomic.patch
"/usr/local/include/eigen3",
],
# no CGAL libraries necessary from CGAL 5.0 onwards
- libraries=["gmp", "mpfr"],
+ libraries=["gmp", "mpfr","atomic"],
)
]
pybind11_add_module(pygalmesh ${pygalmesh_SRCS})
# ADD_LIBRARY(pygalmesh ${pygalmesh_SRCS})
-target_link_libraries(pygalmesh PRIVATE ${CGAL_LIBRARIES})
+target_link_libraries(pygalmesh PRIVATE ${CGAL_LIBRARIES} -latomic)
# https://github.com/CGAL/cgal/issues/6002
# find_program(iwyu_path NAMES include-what-you-use iwyu REQUIRED)