intel / numatop

NumaTOP is an observation tool for runtime memory locality characterization and analysis of processes and threads running on a NUMA system.
BSD 3-Clause "New" or "Revised" License
197 stars 47 forks source link

configure failed, no package check #45

Closed ColinIanKing closed 6 years ago

ColinIanKing commented 6 years ago

Hi there,

I'm trying to package numatop for Debian/Ubuntu and I'm getting a configure failure referencing a tool named 'check'. What is this tool and where can I find it?

I'm using Ubuntu Bionic 18.04


checking for CHECK... no
configure: error: Package requirements (check) were not met:

No package 'check' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
ColinIanKing commented 6 years ago

Oh, no problem it was easy to solve:

sudo apt-get install check