Skip to content

spkg-configure.m4 for mpc #27259

@dimpase

Description

@dimpase

mpc depends on GMP/MPIR and MPFR.
I am trying something like this:

SAGE_SPKG_CONFIGURE([mpc], [
    AC_CHECK_HEADER(mpc.h, [], [sage_spkg_install_mpc=yes])
dnl mpc_cmp_abs appeared in MPC 1.1.0
    AC_SEARCH_LIBS([mpc_cmp_abs], [mpc], [break], [sage_spkg_install_mpc=yes])
])

to be merged as a part of #27822

Depends on #27212
Depends on #27258

CC: @embray

Component: build: configure

Keywords: spkg-configure mpc

Author: Dima Pasechnik, Erik Bray

Branch: d15ead5

Reviewer: Erik Bray, Dima Pasechnik

Issue created by migration from https://trac.sagemath.org/ticket/27259

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions