Skip to content

Commit 72a76b3

Browse files
author
Release Manager
committed
Trac #28991: spkg-configure.m4 for gc
Split off of #28045, where the libatomic dependency is handled. URL: https://trac.sagemath.org/28991 Reported by: mjo Ticket author(s): Thierry Thomas, Dima Pasechnik Reviewer(s): Michael Orlitzky
2 parents 0e79ab3 + d5c10a5 commit 72a76b3

14 files changed

+23
-0
lines changed

build/pkgs/gc/distros/arch.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
gc

build/pkgs/gc/distros/conda.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# needs rectificatation from conda people
2+
# libgc

build/pkgs/gc/distros/cygwin.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
libgc-devel

build/pkgs/gc/distros/debian.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
libgc-dev

build/pkgs/gc/distros/fedora.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
gc gc-devel

build/pkgs/gc/distros/gentoo.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dev-libs/boehm-gc

build/pkgs/gc/distros/homebrew.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bdw-gc

build/pkgs/gc/distros/slackware.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
gc

build/pkgs/gc/spkg-configure.m4

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
SAGE_SPKG_CONFIGURE([gc], [
2+
SAGE_SPKG_DEPCHECK([libatomic_ops], [
3+
dnl checking with pkg-config
4+
PKG_CHECK_MODULES([GC], [bdw-gc-threaded >= 7.6.4], [], [
5+
PKG_CHECK_MODULES([GC], [bdw-gc >= 7.6.4], [], [
6+
sage_spkg_install_gc=yes])])
7+
])
8+
])
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
libatomic_ops
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# this needs a rectification from Conda people
2+
# libatomic_ops
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dev-libs/libatomic_ops
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
libatomic_ops
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
libatomic_ops

0 commit comments

Comments
 (0)