Re: Cannot specify link libraries for target "Python::NumPy"

2021-10-29 Thread Chad Spooner
ied, then the PREFIX is /usr/local. See other CMake options in Common cmake flags.     cmake -DCMAKE_BUILD_TYPE=Release -DPYTHON_EXECUTABLE=/usr/bin/python3 ../ I get an error relating to numpy:     -- User set python executable /usr/bin/python3     CMake Error at cmake/Modules/GrPython.cmake:101

Re: Cannot specify link libraries for target "Python::NumPy"

2021-10-29 Thread Chad Spooner
FIX=XXX to install GNU Radio into the PREFIX XXX; if not specified, then the PREFIX is /usr/local. See other CMake options in Common cmake flags.     cmake -DCMAKE_BUILD_TYPE=Release -DPYTHON_EXECUTABLE=/usr/bin/python3 ../ I get an error relating to numpy:     -- User set python executable /

Re: Cannot specify link libraries for target "Python::NumPy"

2021-10-29 Thread Ron Economos
en I get to the step:     # Note: In the following command, you can add -DCMAKE_INSTALL_PREFIX=XXX to install GNU Radio into the PREFIX XXX; if not specified, then the PREFIX is /usr/local. See other CMake options in Common cmake flags.     cmake -DCMAKE_BUILD_TYPE=Release -DPYTHON_EXECUTABLE=/u

Re: Cannot specify link libraries for target "Python::NumPy"

2021-10-28 Thread Ron Economos
IX is /usr/local. See other CMake options in Common cmake flags.     cmake -DCMAKE_BUILD_TYPE=Release -DPYTHON_EXECUTABLE=/usr/bin/python3 ../ I get an error relating to numpy:     -- User set python executable /usr/bin/python3     CMake Error at cmake/Modules/GrPython.cmake:101 (target_

Re: Cannot specify link libraries for target "Python::NumPy"

2021-10-28 Thread Chad Spooner
mmon cmake flags.     cmake -DCMAKE_BUILD_TYPE=Release -DPYTHON_EXECUTABLE=/usr/bin/python3 ../ I get an error relating to numpy:     -- User set python executable /usr/bin/python3     CMake Error at cmake/Modules/GrPython.cmake:101 (target_link_libraries):   Cannot specify link libraries f

Re: Cannot specify link libraries for target "Python::NumPy"

2021-10-28 Thread Chad Spooner
ns in Common cmake flags.     cmake -DCMAKE_BUILD_TYPE=Release -DPYTHON_EXECUTABLE=/usr/bin/python3 ../ I get an error relating to numpy:     -- User set python executable /usr/bin/python3     CMake Error at cmake/Modules/GrPython.cmake:101 (target_link_libraries):   Cannot specify link librarie

Re: Cannot specify link libraries for target "Python::NumPy"

2021-10-27 Thread Ron Economos
I get an error relating to numpy:     -- User set python executable /usr/bin/python3     CMake Error at cmake/Modules/GrPython.cmake:101 (target_link_libraries):        Cannot specify link libraries for target "Python::NumPy" which is not built   by this project.     Call Sta

Re: Cannot specify link libraries for target "Python::NumPy"

2021-10-27 Thread Chad Spooner
:     -- User set python executable /usr/bin/python3     CMake Error at cmake/Modules/GrPython.cmake:101 (target_link_libraries):        Cannot specify link libraries for target "Python::NumPy" which is not built   by this project.     Call Stack (most recent call first):    

Re: Cannot specify link libraries for target "Python::NumPy"

2021-10-27 Thread Ryan Volz
in/python3 CMake Error at cmake/Modules/GrPython.cmake:101 (target_link_libraries):   Cannot specify link libraries for target "Python::NumPy" which is not built   by this project. Call Stack (most recent call first):   CMakeLists.txt:318 (include) -- Configuri

Cannot specify link libraries for target "Python::NumPy"

2021-10-27 Thread Chad Spooner
Make Error at cmake/Modules/GrPython.cmake:101 (target_link_libraries):   Cannot specify link libraries for target "Python::NumPy" which is not built   by this project. Call Stack (most recent call first):   CMakeLists.txt:318 (include) -- Configuring incomplete, err