gnuradio / volk

The Vector Optimized Library of Kernels
http://libvolk.org
GNU Lesser General Public License v3.0
557 stars 202 forks source link

(RHEL/Rocky Linux) cpu_features/CMakeLists.txt not found #738

Closed lleevveell66 closed 11 months ago

lleevveell66 commented 11 months ago
[root@radio build]# cmake ..
-- Build type not specified: defaulting to release.
-- Build type set to Release.
-- Extracting version information from git describe...
-- cpu_features package not found. Requiring cpu_features submodule ...
CMake Error at CMakeLists.txt:127 (message):
  cpu_features/CMakeLists.txt not found.  Did you forget to git clone
  recursively?

  Fix with: git submodule update --init

-- Configuring incomplete, errors occurred!
See also "/usr/local/src/sdr/volk/volk/build/CMakeFiles/CMakeOutput.log".
[root@radio build]#
[root@radio build]# ls -al ../cpu_features/
total 4
drwxr-xr-x.  2 root root    6 Dec 30 10:06 .
drwxr-xr-x. 16 root root 4096 Dec 30 10:06 ..
[root@radio build]#
[root@radio build]# cat /etc/redhat-release
Rocky Linux release 9.3 (Blue Onyx)
[root@radio build]#

Any plans to support RHEL and variants (Fedora, CentOS, Rocky, etc.)? I'd help, but I don't understand this new cmake thing at all.

lleevveell66 commented 11 months ago

Neeeeeevermind. I guess I was waiting to scroll down until this part worked.

Already documented: https://github.com/gnuradio/volk#missing-submodule

lleevveell66 commented 11 months ago

Closing. Sorry for the trouble, but maybe it'll help someone else searching by keyword.