How to structure a GNU scientific project

2010-11-08 Thread Luke
Autotools (Autoconf and Automake), so if there are good ways to do this automagically with these tools, that would be ideal. Thanks, ~Luke -- Dale L. Peterson Sports Biomechanics Lab, UC Davis http://dlpeterson.com/blog Office:  +01 530-752-2163 Mobile: +01 805-698-6157

Re: serial-tests option and backwards compatibility

2013-02-03 Thread Luke Mewburn
3.1 (parallel tests now default) This isn't the only backwards incompatible change made recently, and in my humble opinion I think the timeframes introducing backwards incompatibility are too aggressive. From a backwards-compatibility point of view, I think the default should be reverted to

Re: serial-tests option and backwards compatibility

2013-02-04 Thread Luke Mewburn
On Mon, Feb 04, 2013 at 02:31:43PM +0100, Stefano Lattarini wrote: | On 02/04/2013 01:16 AM, Luke Mewburn wrote: | > We use autotest extensively, and our test scenario is rather complex | > and relies upon the existing serial behaviour; | > | I don't follow; if you use aut

bug#8099: LaTeX and automake

2013-05-06 Thread Luke Dalessandro
Are there any updates on integrating either latexmk or rubber-based builds as standard infrastructure in automake? Luke

Re: Specifying Flag Order?

2013-05-22 Thread Luke Mewburn
en use these in the Makefile.am as: prog_CPPFLAGS += $(MYSQL_CFLAGS) prog_LDADD += $(MYSQL_LIBS) (As an aside, you probably don't want includes and cflags in LDFLAGS) I don't bother with `mysql_config --include` Feel free to reuse those snippets as you like. I hope that's useful. Regards, Luke. pgpNPITqk3tSe.pgp Description: PGP signature

Re: "make check" clean up

2014-11-25 Thread Luke Mewburn
AT_CHECK([start daemon]) AT_CHECK([test 1], [0], [], [], [cleanup]) AT_CHECK([test 2], [0], [], [], [cleanup]) cleanup AT_CLEANUP() Luke. pgp8aZXwnqFv9.pgp Description: PGP signature

Re: automake 1.16.4 and new PYTHON_PREFIX

2021-08-26 Thread Luke Mewburn
VERRIDE_BASE),$(prefix)) pkgpyexecdir = $(PY_OVERRIDE_EXTDIR)/mymodule This latter requires in configure.ac: AM_INIT_AUTOMAKE([-Wno-portability]) Luke. signature.asc Description: PGP signature