IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6951


Ignore:
Timestamp:
Apr 21, 2006, 2:27:38 PM (20 years ago)
Author:
Paul Price
Message:

Adding math library to LIBS so that we can get FFTW in the presence of static linking.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/configure.ac

    r6831 r6951  
    211211)
    212212TMP_LIBS=${LIBS}
     213LIBS=-lm
    213214AC_CHECK_LIB(fftw3f,fftwf_plan_dft_2d,[],
    214215  [AC_MSG_ERROR([FFTW version 3 (--withfloat) library not found.  Obtain it at http://www.fftw.org/or use --with-fftw3 to specify location.])]
Note: See TracChangeset for help on using the changeset viewer.