Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I want to install the METIS package on ubuntu.

I tried the instructions on the install.txt file which says to use

$ make install 

which I did, after installing make as well.

I also tried the

sudo apt-get install metis

which installed it successfully but

when trying to use it in both cases I get

metis.h: No such file in directory compilation terminated

In case anyone asks I use g++ -I/path/to/file myprogram.cpp to specify the path where metis.h is.

I believe I haven't done something correct in the installation but I can't determine what it is.

Can someone help me with the installation process?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
1.4k views
Welcome To Ask or Share your Answers For Others

1 Answer

You can try sudo apt-get install libmetis-dev.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...