Changeset 9f643b in git for libpolys


Ignore:
Timestamp:
Oct 10, 2017, 10:06:12 AM (7 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38dfc5131670d387a89455159ed1e071997eec94')
Children:
721195144d1556e36c2c84272425dd4d09faa226
Parents:
52ec7612d56dec62efa156d5b155c88135d06333
Message:
fix: clang on weird systems: gmp.h at unusual place
Location:
libpolys/reporter
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libpolys/reporter/Makefile.am

    r52ec76 r9f643b  
    11ACLOCAL_AMFLAGS = -I ../../m4
    22
    3 AM_CPPFLAGS = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/..  ${GMP_CPPFLAGS}
     3AM_CPPFLAGS = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/..  $(FACTORY_INCLUDES) ${GMP_CPPFLAGS}
    44
    55noinst_LTLIBRARIES = libreporter.la
  • libpolys/reporter/s_buff.h

    r52ec76 r9f643b  
    22#define S_BUFFIO_H
    33
    4 #include <gmp.h>
     4#include "coeffs/si_gmp.h"
    55
    66struct s_buff_s
Note: See TracChangeset for help on using the changeset viewer.