Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cupla examples can not be build without installing cupla #224

Open
psychocoderHPC opened this issue Apr 26, 2022 · 1 comment
Open

cupla examples can not be build without installing cupla #224

psychocoderHPC opened this issue Apr 26, 2022 · 1 comment

Comments

@psychocoderHPC
Copy link
Member

When I try to build the cupla examples out of the repository tree the build process is failing because cupla can not be found.

cupla/build$ cmake ../example/CUDASamples/vectorAdd/
-- The C compiler identification is GNU 9.4.0
-- The CXX compiler identification is GNU 9.4.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - 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/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at CMakeLists.txt:38 (find_package):
  By not providing "Findcupla.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "cupla", but
  CMake did not find one.

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

    cuplaConfig.cmake
    cupla-config.cmake

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


-- Configuring incomplete, errors occurred!
@sbastrakov
Copy link
Member

I thought cmake-installing is our normal way now, and so it's the supposed behavior?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants