On Tuesday 05 December 2006 5:17 pm, Chris Cannam wrote:
> pkg-config --modversion
> fftw3f

Looks like this is for Pedro:

$ pkg-config --modversion fftw3f
3.0.1

$ grep FF src/CMakeLists.txt
    ${FFTW3F_INC_DIR}
    ${FFTW3F_LIBS}
    ${FFTW3F_LIBS}

$ grep FF CMakeLists.txt
SET(CMAKE_VERBOSE_MAKEFILE OFF)
SET(CMAKE_USE_RELATIVE_PATHS OFF)
SET(CMAKE_SKIP_RULE_DEPENDENCY OFF)
SET (VERSION_SUFFIX "svn")
SET (VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.
${VERSION_PATCH}-${VERSION_SUFFIX})
OPTION(WANT_DEBUG   "Include debug support" OFF)
OPTION(WANT_FULLDBG "Full debug support (BIG executables!)" OFF)
OPTION(WANT_PCH     "Use precompiled headers" OFF)
    #SET(WANT_ALSA OFF)
    SET(WANT_JACK OFF)
    SET(WANT_DSSI OFF)
    PKG_CHECK_MODULES(FFTW3F fftw3f>=3.0.0)
    IF(FFTW3F_FOUND)
        ADD_DEFINITIONS(-DHAVE_FFTW3F)
        SET(HAVE_FFTW3F TRUE)
        SET(FFTW3F_LIBS ${FFTW3F_LIBRARIES})
        #MESSAGE("FFTW3F_LIBS: ${FFTW3F_LIBS}")
        LIST(APPEND FFTW3F_LIB_DIR ${FFTW3F_LIBDIR} ${FFTW3F_LIBRARY_DIRS})
        #MESSAGE("FFTW3F_LIB_DIR: ${FFTW3F_LIB_DIR}")
        LIST(APPEND FFTW3F_INC_DIR ${FFTW3F_INCLUDEDIR} 
${FFTW3F_INCLUDE_DIRS})
        #MESSAGE("FFTW3F_INC_DIR: ${FFTW3F_INC_DIR}")
    ENDIF(FFTW3F_FOUND)


-- 
D. Michael McIntyre 

Author of Rosegarden Companion http://rosegarden.sourceforge.net/tutorial/
See my new music stand unfolding at http://users.adelphia.net/~silvan/

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Rosegarden-devel mailing list
[email protected] - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-devel

Reply via email to