autoconf-archive-maintainers
[Top][All Lists]
Advanced

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

[patch #7320] AX_BLAS: AC_CHECK_FUNC autocaching makes problems


From: Jaroslav Hajek
Subject: [patch #7320] AX_BLAS: AC_CHECK_FUNC autocaching makes problems
Date: Mon, 20 Sep 2010 06:31:46 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.9 Safari/533.2

URL:
  <http://savannah.gnu.org/patch/?7320>

                 Summary: AX_BLAS: AC_CHECK_FUNC autocaching makes problems
                 Project: GNU Autoconf Archive
            Submitted by: highegg
            Submitted on: Mon 20 Sep 2010 06:31:45 AM GMT
                Priority: 5 - Normal
                  Status: None
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

Hello,

In AX_BLAS, AC_CHECK_FUNC is used to check for SGEMM. The problem is that
AC_CHECK_FUNC autocaches its result, but the LIBS are being manipulated, so
the cache is not valid after the test and can fool subsequent tests. For a
real occurrence of the problem, see
https://savannah.gnu.org/bugs/index.php?31046

The attached patch replaces AC_CHECK_FUNC calls by AC_TRY_LINK_FUNC, which
does not autocache.






    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Mon 20 Sep 2010 06:31:45 AM GMT  Name:
0001-avoid-caching-issues-in-ax_blas.m4.patch  Size: 1kB   By: highegg

<http://savannah.gnu.org/patch/download.php?file_id=21505>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?7320>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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