octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Checking if Octave was linked a library?


From: David Bateman
Subject: Re: Checking if Octave was linked a library?
Date: Wed, 24 Sep 2008 16:01:16 +0200
User-agent: Thunderbird 2.0.0.16 (X11/20080725)

address@hidden wrote:
Hi,
Is there a way (from Octave) to test if Octave was linked against a specific library? Specifically, I'm not linking against QHull and HDF at work, which causes some failures during 'make check'. So, I'd like to patch the tests to only run if Octave was actually linked against the corresponding library.

Søren



%!testif HAVE_QHULL
%!  ## Put the QHULL specific test here!!!

%!testif HAVE_HDF5
%! ## Put the hdf5 specific test here

I added this feature a while back because of complaints of failing tests for the sparse code when people didn't link against the right libraries.

D.

--
David Bateman                                address@hidden
Motorola Labs - Paris +33 1 69 35 48 04 (Ph) Parc Les Algorithmes, Commune de St Aubin +33 6 72 01 06 33 (Mob) 91193 Gif-Sur-Yvette FRANCE +33 1 69 35 77 01 (Fax) The information contained in this communication has been classified as: [x] General Business Information [ ] Motorola Internal Use Only [ ] Motorola Confidential Proprietary



reply via email to

[Prev in Thread] Current Thread [Next in Thread]