source: git/MP/ChangeLog @ 0485bd

spielwiese
Last change on this file since 0485bd was 0485bd, checked in by Olaf Bachmann <obachman@…>, 27 years ago
Tue Jun 24 11:54:31 1997 Olaf Bachmann <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)> * configure.in (BUILD_SUBDIRS): took out condition that default ap_int format is gmp for building MPT lib (BUILD_SUBDIRS): added some defines which are needed for --with-pari compilation git-svn-id: file:///usr/local/Singular/svn/trunk@437 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 2.6 KB
Line 
1Tue Jun 24 11:54:31 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
2
3        * configure.in (BUILD_SUBDIRS): took out condition that default
4          ap_int format is gmp for building MPT lib
5          (BUILD_SUBDIRS): added some defines which are needed for
6          --with-pari compilation
7
8Tue May  6 09:30:51 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
9
10        * Added ranlib after installing libs -- Suns seem to need it
11
12        * configure.in: Manuallu put INSTALL into Makefile.in
13
14Tue May  6 09:32:28 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
15
16
17        * Makefile.in (configure): took out rules which automatically
18          reruns autoconf. Print out warning, instead
19
20Sun May  4 16:30:26 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
21
22        * [MP,MPT]/Makefile.in: Added chmod a-x for install of libs,
23          headers.
24
25        * configure.in, MP/MP_Gmp*.[ch]: Cut apart HAVE_GMP into
26          HAVE_GMP_APINT and HAVE_GMP_APREAL to enable the use of pre-2.0
27          gmp. Check for mpz_ptr, mpf_ptr to determine wheter or not these
28          macro's.
29
30Fri May  2 14:09:29 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
31
32        * Small bug fixes in configure mechanisms: use time-stamp
33
34        * configure.in (VERSION): fixeed small bug in -I -L extensions
35
36        * Created file INSTALL, updated README
37
38        * Made new configure.in Makefile.in(s) MP_Config.h.in
39
40        * added makeheaders and MP.h mechanism
41
42        * introduced defines MP_HAVE_GMP, MP_HAVE_SAC, MP_HAVE_TB, etc
43 
44        * One central place to define a version: configure.in -- exported
45          from there into Makefiles and MP_Config.h
46
47Fri Apr  4 20:07:09 1997  Simon Gray  (sgray@Pooh)
48
49        * README: Updated to reflect configure changes.
50
51Sat Mar 29 10:13:49 1997  Simon Gray  (sgray@Pooh)
52
53        * include/MP_SacBigInt.h: Added IMP_SacBigIntAsciiSize().
54
55        * include/MP_BasicDict.h: Set BasicDict to dictionary 1
56
57        * examples/Makefile.in: Removed obsolete references to -DHAVE_GMP
58
59Fri Mar 28 14:55:50 1997  Simon Gray  (sgray@Pooh)
60
61        * Makefile.in: Now gets the SUBDIRS from configure, which
62          determines if GMP is to be built.  Also gets prefix (the
63          location to which non-machine dependent stuff is placed) and
64          exec_prefix (the place to which machine-dependent - libs - stuff
65          is placed) from configure.
66
67        * configure: now checks for argument --without-gmp to indicate
68          that the gmp package should not be built.  Also, for all
69          packages (MP, MPT, gmp), default install dir is /usr/local.  The
70          user must now specify another location explicitly if /usr/local
71          is not to be the installation point.
72
Note: See TracBrowser for help on using the repository browser.