Home
last modified time | relevance | path

Searched refs:FFTW3 (Results 1 – 25 of 361) sorted by relevance

12345678910>>...15

/dports/audio/libkeyfinder/libkeyfinder-2.2.4/cmake/
H A DFindFFTW3.cmake5 Finds the FFTW3 library.
12 ``FFTW3::fftw3``
13 The FFTW3 library
23 Include directories needed to use FFTW3.
25 Libraries needed to link to FFTW3.
35 The path to the FFTW3 library.
41 DOC "FFTW3 include directory")
46 DOC "FFTW3 library"
52 FFTW3
62 if(NOT TARGET FFTW3::fftw3)
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/cmake/Modules/
H A DFindFFTW3.cmake2 # Find the native double precision FFTW3 headers and libraries.
21 find_package_handle_standard_args(FFTW3 DEFAULT_MSG FFTW3_LIBRARY FFTW3_INCLUDE_DIR)
28 if(NOT TARGET FFTW3::FFTW3)
29 add_library(FFTW3::FFTW3 UNKNOWN IMPORTED)
30 set_target_properties(FFTW3::FFTW3 PROPERTIES
37 if(NOT TARGET FFTW3::FFTW3_OMP)
38 add_library(FFTW3::FFTW3_OMP UNKNOWN IMPORTED)
39 set_target_properties(FFTW3::FFTW3_OMP PROPERTIES
/dports/science/sparta/sparta-20Oct2021/cmake/Modules/
H A DFindFFTW3.cmake3 # - Find fftw3 Find the native double precision FFTW3 headers and libraries.
27 find_package_handle_standard_args(FFTW3 DEFAULT_MSG FFTW3_LIBRARY
35 if(NOT TARGET FFTW3::FFTW3)
36 add_library(FFTW3::FFTW3 UNKNOWN IMPORTED)
38 FFTW3::FFTW3
45 if(NOT TARGET FFTW3::FFTW3_OMP)
46 add_library(FFTW3::FFTW3_OMP UNKNOWN IMPORTED)
48 FFTW3::FFTW3_OMP
/dports/science/qmcpack/qmcpack-3.11.0/external_codes/boost_multi/multi/adaptors/fftw/test/cmake/
H A DFindFFTW.cmake12 # FFTW_FOUND Boolean holding whether or not the FFTW3 library was found
13 # FFTW_INCLUDE_DIRS The FFTW3 include directory
14 # FFTW_LIBRARIES The FFTW3 library
16 # In case FFTW3 is not installed in the default directory, set the FFTW_ROOT variable to point to
17 # the root of FFTW3, such that 'fftw3.h' can be found in $FFTW_ROOT/include. This can either be done
39 DOC "FFTW3 include header fftw3.h"
49 DOC "FFTW3 library"
57 message(STATUS "Could NOT find 'fftw3.h', install FFTW3 or set FFTW_ROOT")
60 message(STATUS "Could NOT find the FFTW3 library, install it or set FFTW_ROOT")
63 # Determines whether or not FFTW3 was found
/dports/science/qmcpack/qmcpack-3.11.0/external_codes/boost_multi/multi/adaptors/fftw/cmake/
H A DFindFFTW.cmake12 # FFTW_FOUND Boolean holding whether or not the FFTW3 library was found
13 # FFTW_INCLUDE_DIRS The FFTW3 include directory
14 # FFTW_LIBRARIES The FFTW3 library
16 # In case FFTW3 is not installed in the default directory, set the FFTW_ROOT variable to point to
17 # the root of FFTW3, such that 'fftw3.h' can be found in $FFTW_ROOT/include. This can either be done
39 DOC "FFTW3 include header fftw3.h"
49 DOC "FFTW3 library"
57 message(STATUS "Could NOT find 'fftw3.h', install FFTW3 or set FFTW_ROOT")
60 message(STATUS "Could NOT find the FFTW3 library, install it or set FFTW_ROOT")
63 # Determines whether or not FFTW3 was found
/dports/devel/indi/indi-1.9.1/cmake_modules/
H A DFindFFTW3.cmake1 # - Try to find FFTW3
4 # FFTW3_FOUND - system has FFTW3
5 # FFTW3_INCLUDE_DIR - the FFTW3 include directory
6 # FFTW3_LIBRARIES - Link these to use FFTW3
21 message(STATUS "Found FFTW3: ${FFTW3_LIBRARIES}")
42 message(STATUS "Found FFTW3: ${FFTW3_LIBRARIES}")
46 message(FATAL_ERROR "FFTW3 not found. Please install libfftw3-dev")
/dports/graphics/vigra/vigra-8acd73a/config/
H A DFindFFTW3.cmake1 # - Find FFTW3
2 # Find the native FFTW3 includes and library
5 # FFTW3_LIBRARIES, the libraries needed to use FFTW3.
6 # JFFTW3_FOUND, If false, do not try to use FFTW3.
8 # FFTW3_LIBRARY, where to find the FFTW3 library.
18 FIND_PACKAGE_HANDLE_STANDARD_ARGS(FFTW3 DEFAULT_MSG FFTW3_LIBRARY FFTW3_INCLUDE_DIR)
H A DFindFFTW3F.cmake2 # Find the single-precision FFTW3 includes and library
5 # FFTW3F_LIBRARIES, the libraries needed to use single-precision FFTW3.
6 # JFFTW3_FOUND, If false, do not try to use FFTW3.
8 # FFTW3F_LIBRARY, where to find the single-precision FFTW3 library.
/dports/audio/libsamplerate/libsamplerate-0.2.2/cmake/
H A DFindFFTW3.cmake27 # - Find FFTW3
28 # Find the native FFTW3 includes and library
33 # FFTW3_LIBRARY - Path to FFTW3 libray.
34 # FFTW3_ROOT - Root of FFTW3 installation.
39 # FFTW3_LIBRARIES - List of libraries when using FFTW3.
40 # FFTW3_FOUND - True if FFTW3 found.
68 find_package_handle_standard_args(FFTW3
79 if(NOT TARGET FFTW3::fftw3)
80 add_library(FFTW3::fftw3 UNKNOWN IMPORTED)
81 set_target_properties(FFTW3::fftw3 PROPERTIES
/dports/comms/wsjtz/wsjtx/CMake/Modules/
H A DFindFFTW3.cmake1 # - Try to find FFTW3.
2 # Usage: find_package(FFTW3 [COMPONENTS [single double long-double threads]])
5 # FFTW3_ROOT_DIR - FFTW3 root directory
7 # FFTW3_FOUND - system has FFTW3
8 # FFTW3_INCLUDE_DIR - the FFTW3 include directory (cached)
9 # FFTW3_INCLUDE_DIRS - the FFTW3 include directories
11 # FFTW3[FL]?_LIBRARY - the FFTW3 library - double, single(F),
13 # FFTW3[FL]?_THREADS_LIBRARY - the threaded FFTW3 library - double, single(F),
15 # FFTW3_LIBRARIES - list of all FFTW3 libraries found
99 find_package_handle_standard_args (FFTW3 DEFAULT_MSG ${_check_list})
/dports/math/fftw3/fftw-3.3.9/
H A DFFTW3Config.cmake.in6 # Allows loading FFTW3 settings from another project
9 set (FFTW3@PREC_SUFFIX@_LIBRARIES fftw3@PREC_SUFFIX@)
10 set (FFTW3@PREC_SUFFIX@_LIBRARY_DIRS @CMAKE_INSTALL_FULL_LIBDIR@)
11 set (FFTW3@PREC_SUFFIX@_INCLUDE_DIRS @CMAKE_INSTALL_FULL_INCLUDEDIR@)
/dports/math/fftw3-long/fftw-3.3.9/
H A DFFTW3Config.cmake.in6 # Allows loading FFTW3 settings from another project
9 set (FFTW3@PREC_SUFFIX@_LIBRARIES fftw3@PREC_SUFFIX@)
10 set (FFTW3@PREC_SUFFIX@_LIBRARY_DIRS @CMAKE_INSTALL_FULL_LIBDIR@)
11 set (FFTW3@PREC_SUFFIX@_INCLUDE_DIRS @CMAKE_INSTALL_FULL_INCLUDEDIR@)
/dports/math/fftw3-float/fftw-3.3.9/
H A DFFTW3Config.cmake.in6 # Allows loading FFTW3 settings from another project
9 set (FFTW3@PREC_SUFFIX@_LIBRARIES fftw3@PREC_SUFFIX@)
10 set (FFTW3@PREC_SUFFIX@_LIBRARY_DIRS @CMAKE_INSTALL_FULL_LIBDIR@)
11 set (FFTW3@PREC_SUFFIX@_INCLUDE_DIRS @CMAKE_INSTALL_FULL_INCLUDEDIR@)
/dports/math/fftw3-quad/fftw-3.3.9/
H A DFFTW3Config.cmake.in6 # Allows loading FFTW3 settings from another project
9 set (FFTW3@PREC_SUFFIX@_LIBRARIES fftw3@PREC_SUFFIX@)
10 set (FFTW3@PREC_SUFFIX@_LIBRARY_DIRS @CMAKE_INSTALL_FULL_LIBDIR@)
11 set (FFTW3@PREC_SUFFIX@_INCLUDE_DIRS @CMAKE_INSTALL_FULL_INCLUDEDIR@)
/dports/science/jdftx/jdftx-1.6.0/jdftx/CMake-Modules/
H A DFindFFTW3.cmake17 …message(FATAL_ERROR "Could not find FFTW3 MPI headers (Add -D FFTW3_PATH=<path> to the cmake comma…
23 …message(FATAL_ERROR "Could not find FFTW3 MPI library (Add -D FFTW3_PATH=<path> to the cmake comma…
29 message(STATUS "Found FFTW3: ${FFTW3_MPI_LIBRARY} ${FFTW3_THREADS_LIBRARY} ${FFTW3_LIBRARY}")
34 …message(FATAL_ERROR "Could not find FFTW3 headers (Add -D FFTW3_PATH=<path> to the cmake commandli…
37 …message(FATAL_ERROR "Could not find FFTW3 shared libraries (Add -D FFTW3_PATH=<path> to the cmake …
40 …message(FATAL_ERROR "Could not find threaded FFTW3 shared libraries (Add -D FFTW3_PATH=<path> to t…
/dports/science/qmcpack/qmcpack-3.11.0/CMake/
H A DFindFFTW.cmake3 # FFTW_FOUND = true if FFTW3 is found
23 #create FFTW3 target
24 ADD_LIBRARY(Math::FFTW3 INTERFACE IMPORTED)
25 SET_TARGET_PROPERTIES(Math::FFTW3 PROPERTIES INTERFACE_INCLUDE_DIRECTORIES "${FFTW_INCLUDE_DIR}"
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/cmake/CMakeModules/
H A DFindFFTW3.cmake5 # FFTW3_LIBRARIES, libraries to link against to use FFTW3.
6 # FFTW3_FOUND, If false, do not try to use FFTW3.
8 # FFTW3_LIBRARY, where to find the FFTW3 library.
18 FIND_PACKAGE_HANDLE_STANDARD_ARGS(FFTW3 DEFAULT_MSG FFTW3_LIBRARY FFTW3_INCLUDE_DIR)
/dports/science/lammps/lammps-stable_29Sep2021/cmake/Modules/Packages/
H A DKSPACE.cmake2 set(FFTW "FFTW3")
9 set(FFT "FFTW3" CACHE STRING "FFT library for KSPACE package")
13 set(FFT_VALUES KISS FFTW3 MKL)
18 if(FFT STREQUAL "FFTW3")
33 message(FATAL_ERROR "Need OpenMP enabled FFTW3 library for FFT_THREADS")
/dports/science/votca/votca-2021.2-18560-gfbe18d971/tools/CMakeModules/
H A DFindFFTW3.cmake2 # Find the native FFTW3 headers and libraries.
37 find_package_handle_standard_args(FFTW3 DEFAULT_MSG FFTW3_LIBRARY FFTW3_INCLUDE_DIR )
44 if(NOT TARGET FFTW3::fftw3)
45 add_library(FFTW3::fftw3 UNKNOWN IMPORTED)
46 set_target_properties(FFTW3::fftw3 PROPERTIES
/dports/science/votca/votca-2021.2-18560-gfbe18d971/tools/tools-9c102e0/CMakeModules/
H A DFindFFTW3.cmake2 # Find the native FFTW3 headers and libraries.
37 find_package_handle_standard_args(FFTW3 DEFAULT_MSG FFTW3_LIBRARY FFTW3_INCLUDE_DIR )
44 if(NOT TARGET FFTW3::fftw3)
45 add_library(FFTW3::fftw3 UNKNOWN IMPORTED)
46 set_target_properties(FFTW3::fftw3 PROPERTIES
/dports/science/teem/teem-1.11.0-src/src/make/
H A Dexternals.mk35 XTERNS = PNG ZLIB BZIP2 PTHREAD LEVMAR FFTW3
91 FFTW3.LINK = -lfftw3
92 nrrd.XTERN += FFTW3
/dports/science/jdftx/jdftx-1.6.0/fluid1D/CMake-Modules/
H A DFindFFTW3.cmake12 message(STATUS "Found FFTW3: ${FFTW3_THREADS_LIBRARY} ${FFTW3_LIBRARY}")
17 …message(FATAL_ERROR "Could not find FFTW3 headers (Add -D FFTW3_PATH=<path> to the cmake commandli…
20 …message(FATAL_ERROR "Could not find FFTW3 shared libraries (Add -D FFTW3_PATH=<path> to the cmake …
23 …message(FATAL_ERROR "Could not find threaded FFTW3 shared libraries (Add -D FFTW3_PATH=<path> to t…
/dports/graphics/gmt/gmt-6.3.0/cmake/modules/
H A DFindFFTW3.cmake7 # FFTW3_DIR or FFTW3_ROOT - Specify the location of FFTW3
12 # FFTW3F_LIBRARY - A variable pointing to the FFTW3 single precision library
64 set (FFTW3F_THREADS_LIBRARY ${FFTW3F_LIBRARY} CACHE INTERNAL "FFTW3 threads support")
79 # this might fail with static FFTW3 library:
100 find_package_handle_standard_args (FFTW3 DEFAULT_MSG FFTW3F_LIBRARY FFTW3_INCLUDE_DIR FFTW3F_VERSIO…
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/cmake/modules/
H A DFindFFTW3.cmake4 # Try to locate the FFTW3 library.
25 find_package_handle_standard_args(FFTW3 REQUIRED_VARS FFTW3_LIBRARIES FFTW3_INCLUDE_DIRS)
28 set_package_properties(FFTW3 PROPERTIES
/dports/science/libvdwxc/libvdwxc-b1e0dd854310410012d05daf4c6661b49f31b2ab/
H A Dconfigure.ac59 # FFTW3 (serial and MPI cases are distinct)
131 # FFTW3 (mandatory)
210 # FFTW3 is mandatory
212 AC_MSG_ERROR([Libvdwxc requires FFTW3
217 AC_MSG_NOTICE([setting FFTW3 trigger to yes])
452 # Set FFTW3 includes
465 # Set FFTW3 libraries (requires MPI to be fully set)
494 # Look for FFTW3
497 AC_MSG_CHECKING([for FFTW3 include flags])
499 AC_MSG_CHECKING([for FFTW3 library flags])
[all …]

12345678910>>...15