Changeset 21a8be in git


Ignore:
Timestamp:
Nov 5, 2002, 2:01:17 PM (21 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
Children:
5a229cd74b41624020717684b6c8ebcb66d4fdb2
Parents:
a7f2cfa27f219ffe9472b01f7422279ae5391c9e
Message:
*hannes: gmp-4 adaption


git-svn-id: file:///usr/local/Singular/svn/trunk@6309 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
MP/MP
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • MP/MP/MP.h

    ra7f2cfa r21a8be  
    16111611
    16121612#ifdef MP_HAVE_GMP_APREAL
    1613 #include "gmp.h"
     1613#include "mp_gmp.h"
    16141614
    16151615EXTERN MP_BigRealOps_t imp_gmp_bigreal_ops;
     
    16701670
    16711671#ifdef HAVE_GMP_PARI_CONVERSIONS
    1672 #include "gmp.h"
     1672#include "mp_gmp.h"
    16731673EXTERN mpz_ptr _pari_to_gmp(GEN pnum, mpz_ptr *gnum_ptr);
    16741674EXTERN GEN     _gmp_to_pari(mpz_ptr gnum);
     
    17281728#ifdef MP_HAVE_SAC
    17291729#include "saclib.h"
    1730 #include "gmp.h"
     1730#include "mp_gmp.h"
    17311731
    17321732EXTERN MP_BigIntOps_t sac_ops;
  • MP/MP/Makefile.in

    ra7f2cfa r21a8be  
    9999        $(INSTALL_DATA) libMP.a $(libdir)
    100100        if $(RANLIB_TEST) ; then $(RANLIB) $(libdir)/libMP.a; else true; fi
    101         $(INSTALL_DATA) mp_gmp.h $(includedir)
    102101        $(INSTALL_DATA) MP.h $(includedir)
    103102        $(INSTALL_DATA) MP_Config.h $(includedir)       
Note: See TracChangeset for help on using the changeset viewer.