Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit e86ec71

Browse files
committed
Trac #28045: spkg-configure.m4 for libatomic_ops.
Implement a simple check for libatomic_ops >= 7.6.2 using pkg-config. This suffices to detect all versions of the library available in Gentoo linux.
1 parent b8f53f7 commit e86ec71

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
SAGE_SPKG_CONFIGURE([libatomic_ops], [
2+
PKG_CHECK_MODULES([LIBATOMIC_OPS],
3+
[atomic_ops >= 7.6.2],
4+
[],
5+
[sage_spkg_install_libatomic_ops=yes])
6+
])

0 commit comments

Comments
 (0)