KarypisLab/GKlib

make install fails

Opened this issue · 0 comments

qffqqf commented

Here's the what I have done:
git clone https://github.com/KarypisLab/GKlib.git
cd GKlib
sudo apt-get install build-essential
sudo apt-get install cmake
make config
make
make install

All went well except for "make install". I got the error message as follows:
make -C build/Linux-x86_64 install
make[1]: Entering directory '/home/fei/Documents/MultilevelSS/GKlib/build/Linux-x86_64'
make[1]: *** No rule to make target 'install'. Stop.
make[1]: Leaving directory '/home/fei/Documents/MultilevelSS/GKlib/build/Linux-x86_64'
make: *** [Makefile:70: install] Error 2

Could you indicate how I can fix this? Thanks!