Closed uwehermann closed 10 years ago
hrmmm this is suppsoed to only run when gnuradio is built - not dependencies ....
I tried a fresh clone, and "src,deb" config. Building gnuradio for the first time runs the profiling, then another "./pybombs install gnuradio" and the profiling is run again (but gnuradio is correctly not rebuilt):
satisfy(git)
cmake dep [['wget']]
satisfy(cmake)
packages to install: ['uhd', 'gnuradio']
install called (uhd)
install type priority: ['src']
install src called (uhd)
satisfy(gcc)
state = installed
installation ok via: src
install called (gnuradio)
install type priority: ['src']
install src called (gnuradio)
satisfy(gcc)
state = installed
installation ok via: src
Run VOLK Profile to choose fastest kernels[Y]/N?
Submit anonymous VOLK performance statistics to stats.gnuradio.org? Y/[N]?
please wait ... running volk profile, this will take several minutes...
This is maybe because gnuradio is forcebuild? Maybe the profiling should check to see if gnuradio is already installed and not re-run the profiler?
the latest patch may have addressed this, can you confirm it still is a problem in 1.0rc2?
resolved
Seems to work fine now, thanks!
E.g. when running
./pybombs install pocsag-mrt
(gnuradio has been built already beforehand):I think running the profiling stuff should only happen automatically once (or not at all, and letting the user run it manually).