source: git/MP/ChangeLog @ 775e57

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