forked from drsteve/LANLGeoMag
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
91 lines (64 loc) · 3.17 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
2019-11-05 Mark Galassi <[email protected]>
* libLanlGeoMag/Makefile.am: took out again the Images/ directory
because it makes tarballs and RPMs too big (on the order of 300meg
instead of 50meg).
* Makefile.am (EXTRA_DIST): re-added the Images directory that was
commented out. This is necessary for a "make install" from the
tarball to work.
* lanlgeomag.spec.in: added some Requires and BuildRequires, and
took out the requirement for Perl since we configure with
--disable-perl. Also started using appropriate RPM macros.
* configure.ac: updated THE_PKG_RELEASE to 7; this affects the RPM
package release number.
* Doxyfile: added USE_MATHJAX, the compact latex option, and the
amsmath package, which is needed for the \text{'} that comes up
occasionally in the doxygen docs.
* Doc/LanlGeoMag.tag.in, configure.ac: the LanlGeoMag.tag file was
required for "make dist" but did not exist. I have added it,
built from a .in file so it can have a version number in it.
Modified configure.ac to generate Doc/LanlGeoMag.tag from
Doc/LanlGeoMag.tag.in
2017-11-16 Mark Galassi <[email protected]>
* configure.ac: releasing version 1.5.16.
* lanlgeomag.spec.in: added --disable-perl for building RPMs.
* libLanlGeoMag/Makefile.am (EXTRA_DIST): took the Images
directory out of this list because it makes the tarball
distribution too big.
2011-07-08 Mike Henderson <[email protected]>
* configure.ac: added LGM_INDEX_DATA_DIR to locate where to find
index data (e.g. Kp, Dst, AE).
2011-04-25 Mark Galassi <[email protected]>
* configure.ac, lanlgeomag.spec.in: started maintaining a .spec.in
file.
* NEWS: started this file.
* HACKING: added a release section.
2010-09-22 Mark Galassi <[email protected]>
* Makefile.am (EXTRA_DIST),
libLanlGeoMag/Makefile.am (EXTRA_DIST): now I add the files
individually instead of putting whole directories. The problem
with whole directories is that the .svn directories also got put
there, which is not good.
2010-08-12 Mark Galassi <[email protected]>
* libLanlGeoMag/dox: removed this directory from source control
since it is auto-generated.
* configure.ac: added the DX_INIT_DOXYGEN directives for doxygen.
* Makefile.am, aminclude.am: added including of aminclude.am which
has doxygen stuff in it.
* Makefile.in, */Makefile.in, */*/Makefile.in, configure,
config.sub, depcomp, aclocal.m4, autoscan, ltmain.sh, install-sh,
configure, config.guess: removed these files because they are
auto-generated.
* HACKING: introduced this file which gives developer
instructions.
* configure.ac (LGM_EOP_DATA_DIR), Makefile.am (AM_CPPFLAGS),
libLanlGeoMag/Makefile.am (AM_CPPFLAGS)
libLanlGeoMag/Lgm/Makefile.am (AM_CPPFLAGS): new approach to
compiling-in the LGM_EOP_DATA_DIR -- we use
-DDATADIR='"$(datadir)"' to get the correct prefix at "make" time,
and use that DATADIR in the config.h file.
* libLanlGeoMag/Lgm_CTrans.c: added including of config.h, and put
a #warning if we have to use the hard-coded LGM_EOP_DATA_DIR.
* libLanlGeoMag/Lgm_Vec.c: added #include <stlib.h> for calloc()
* configure.ac: added AC_CONFIG_MACRO_DIR as suggested by
autoreconf.
* Makefile.am (ACLOCAL_AMFLAGS): added this flag.