OFS / oneapi-asp

Intel® oneAPI Accelerator Support Package (ASP)
MIT License
2 stars 9 forks source link

MMD fails to build due to missing FindIntelFPGA.cmake #154

Closed pcolberg closed 4 months ago

pcolberg commented 4 months ago

On RHEL 8.10 using commit 7bb620f9a9ea9ccf10ae754a9f05b896dcef3411:

cd n6001/
scripts/build-mmd.sh
-- The C compiler identification is GNU 8.5.0
-- The CXX compiler identification is GNU 8.5.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- CMAKE_BUILD_TYPE="release"
-- CMAKE_MODULE_PATH="/home/hlduser/16024177148/oneapi-asp/n6001/linux64/../../common/source/cmake/modules"
-- CMAKE_INSTALL_PREFIX="/home/hlduser/16024177148/oneapi-asp/n6001/linux64"
CMake Error at CMakeLists.txt:30 (find_package):
  By not providing "FindIntelFPGA.cmake" in CMAKE_MODULE_PATH this project
  has asked CMake to find a package configuration file provided by
  "IntelFPGA", but CMake did not find one.

  Could not find a package configuration file provided by "IntelFPGA" with
  any of the following names:

    IntelFPGAConfig.cmake
    intelfpga-config.cmake

  Add the installation prefix of "IntelFPGA" to CMAKE_PREFIX_PATH or set
  "IntelFPGA_DIR" to a directory containing one of the above files.  If
  "IntelFPGA" provides a separate development package or SDK, be sure it has
  been installed.

-- Configuring incomplete, errors occurred!