Commit graph

12 commits

Author SHA1 Message Date
jtb
4702dfd3ae Updated to libctl-1.4.
2001-02-22  Steven G. Johnson  <stevenj@alum.mit.edu>

	* configure.in: fixed cppflags order

2001-02-20  Steven G. Johnson  <stevenj@alum.mit.edu>

	* base/ctl.h.in, base/main.c, base/math-utils.scm, base/subplex.c,
	ChangeLog, configure.in, NEWS: added minimize-multiple-expert fmin
	parameter, after a suggestion from Dale Fried

2001-02-04  Steven G. Johnson  <stevenj@alum.mit.edu>

	* base/ctl.h.in, base/main.c: added hook functions to help us use
	MPI (where we need to call MPI_Init and MPI_Finalize)

	* base/interaction.scm: cleanups, and made sure output is flushed

	* base/extern-funcs.scm, base/help.scm, base/interaction.scm,
	base/math-utils.scm, base/simplex.scm, base/utils.scm,
	doc/user-ref.html, NEWS, utils/ctl-io.scm: display-many -> print,
	added print-ok?

2001-01-21  Steven G. Johnson  <stevenj@alum.mit.edu>

	* base/ctl.h.in: whoops, fixed prototype

	* base/ctl.c, base/ctl.h.in: put ctl_get_list etc. back in because
	MPB configure script looks for it

	* base/ctl.c, base/ctl.h.in: whoops, fixed 'function support

	* base/class.scm, base/ctl.c, base/ctl.h.in, doc/developer.html,
	NEWS: add support for 'function type

	* utils/ctl-io.scm: put class input & destruction headers in
	ctl-io.h so that they can be used elsewhere if desired

	* examples/example.c, examples/example.scm: added function-passing
	example

	* base/class.scm: slight clarification in comment

2001-01-20  Steven G. Johnson  <stevenj@alum.mit.edu>

	* doc/guile-links.html: another minor change

	* doc/guile-links.html: minor change

	* doc/license.html: spelling correction

	* doc/advanced-user.html: Fixed command-line parameter order
	(whoops).

2001-01-07  Steven G. Johnson  <stevenj@alum.mit.edu>

	* doc/guile-links.html: updated links

	* base/main.c, base/math-utils.scm, base/matrix3x3.scm,
	base/simplex.scm, base/utils.scm, base/vector3.scm,
	doc/license.html, examples/example.c, examples/example.scm,
	examples/Makefile.in, examples/run.ctl, utils/ctlgeom.h,
	utils/ctl-io.scm, utils/gen-ctl-io.1, utils/gen-ctl-io.in,
	utils/geom.c, utils/geom.scm, base/class.scm, base/ctl.c,
	base/ctl-f77-glue.c, base/ctl.h.in, base/ctl.scm,
	base/extern-funcs.scm, base/help.scm, base/include.scm,
	base/interaction.scm, base/io-vars.scm, COPYRIGHT: 2001 copyright
	year update

	* ChangeLog, configure.in, NEWS: bumped version for new release
2001-02-24 13:42:06 +00:00
wiz
94dc65fbec Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 14:38:16 +00:00
fredb
46a9e2c3de Make that "autoreconf" -- there is no "autoremake". 2001-02-06 03:16:56 +00:00
tron
f2d262e0be Use full pathname "${LOCALBASE}/bin/auto..." in dependences and make
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2001-02-05 09:00:54 +00:00
jtb
e2d3d3d866 Another typo. 2001-01-29 05:39:59 +00:00
jtb
04a2ebd907 No need to change the libtool version number. 2001-01-21 05:01:08 +00:00
jtb
cfc2c2b301 Updated libctl to version 1.3 . From the NEWS file:
* Added improved "subplex" multidimensional optimization algorithm
    (for maximize-multiple and minimize-multiple).
  * Documented vector3-x, vector3-y, vector3-z functions for extracting
    vector3 components.
2001-01-21 04:49:44 +00:00
agc
9c2d582fc9 The way that shared objects were handled in the PLISTs and bsd.pkg.mk was
out of date - it was based on a.out OBJECT_FMT, and added entries in the
generated PLISTs to reflect the symlinks that ELF packages uses. It also
tried to be clever, and removed and recreated any symbolic links that were
created, which has resulted in some fun, especially with packages which
use dlopen(3) to load modules. Some recent changes to our ld.so to bring
it more into line with other Operating Systems also exposed some cracks.

+ Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain
the ELF symlinks.
+ Don't mess about with file system entries when handling shared objects in
bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will
have got it right, and have a much better idea than we do.
+ Modify PLISTs to contain "ELF symlinks"
+ On a.out platforms, delete any "ELF symlinks" from the generated PLISTs
+ On ELF platforms, no extra processing needs to be done in bsd.pkg.mk
+ Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on
a.out platforms
+ Update the documentation in Packages.txt

With many thanks to Thomas Klausner for keeping me honest with this.
2001-01-04 15:10:17 +00:00
jtb
f44e07c92c Fix patchsum. 2000-12-10 06:02:09 +00:00
jtb
e174dd4e94 Oops! I forgot to add these back in. 2000-12-10 05:54:37 +00:00
jtb
b30f8a5a5a Added --version-info 0:0 to libtool arguments. Use autoreconf instead of
patching configure.
2000-12-10 05:44:32 +00:00
jtb
661173a45b Initial import of new "libctl" package:
Guile-based flexible control file library for scientific simulations
2000-11-25 21:34:05 +00:00