-
Notifications
You must be signed in to change notification settings - Fork 259
Closed
Labels
Description
On centos7 for git tag 19.35.13977, I get an error during the cmake step:
-- Checking for module 'igdgmm'
-- No package 'igdgmm' found
I am using cmake 3.11.0
I have successfully built and installed igc, llvm_patches, llvm_project and gmmlib (git tag intel-gmmlib-19.2.3)
For gmmlib, I built the rpms, and installed them (the .so ends up in /usr/local/lib64/, includes in /usr/local/include/igdgmm, and I see a package file at /usr/local/lib64/pkgconfig/igdgmm.pc).
my work directory looks like:
build_igc/
build_gmmlib_19.2.3/
build_neo/
gmmlib/
igc/
llvm_patches/
llvm-project/
neo/
am I missing something?
attached is the CMakeCache.txt
CMakeCache.txt
thanks, Charles.