Subject: CGAL users discussion list
List archive
- From: Maxime Gimeno <>
- To:
- Subject: Re: [cgal-discuss] Installing a CGAL GUI
- Date: Fri, 14 Feb 2020 08:56:48 +0100
- Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
- Ironport-phdr: 9a23:lwgohxIwbP5KhJaGzdmcpTZWNBhigK39O0sv0rFitYgfI//xwZ3uMQTl6Ol3ixeRBMOHsq4C1bud6vm8EUU7or+/81k6OKRWUBEEjchE1ycBO+WiTXPBEfjxciYhF95DXlI2t1uyMExSBdqsLwaK+i764jEdAAjwOhRoLerpBIHSk9631+ev8JHPfglEnjWwba59IRmsrAjcssYajZZ/Jqs+1xDEvmZGd+NKyGxnIl6egwzy7dqq8p559CRQtfMh98peXqj/Yq81U79WAik4Pm4s/MHkugXNQgWJ5nsHT2UZiQFIDBTf7BH7RZj+rC33vfdg1SaAPM32Sbc0WSm+76puVRTlhjsLOyI//WrKjMF7kaBVrw+7pxFnzIHUboOaOvpwcK3eYN0UW3ZOU91LWCBdGI6xdZcDA/YDMOtesoLzp0EOrRy7BQS0A+3g0DBJhn7z3aIkzu8vEADG3Ak+ENIIt3TfsdL4NKIIXuG6zanIyCvMY+lZ2Tf87YjHbBYhofaXULJ/dMre00gvFwffglqMrozlOiqY2+IQuGaV6OpgUPigi28hqwxpvjevw90jiorXiY4PzVDE7yp5zJ4zJdKiU0F0etqkH4VKuy6GMIt2R9suQ2BuuCYgy70Jo4S3fCYQyJkh2hXRaOSHfpCW7h7/UOudOzR1iXJ/dL6ihhu/81KsxvD4W8S11ltBszBLncPWtn8X0hze8siHReV5/kemwTuP0hrc6uBAIUwtkqrbKoMtzqc+lpYOtUnOHzX6mErxjK+ReUUk/van5/77bbXho5+QL450igfgPaQygsGzH/g0PwwUU2WY+emwzqDv8Ez7TblQk/E7lqjUvIjfJcsBp665BwFV0pwk6xa6Fzqm1c4XnHYGLFJAZh2LlYfpO1DLIP/mC/e/hE+hkDhux//cP73hBo/BIWTEkLfkZbp98VJTyBIvzdBD4JJZEq0OIP3pVU/1rdDXEx45MxeozOb6E9V9zZgTWXmPA6+cKKPdq0WE5uMpI+mWZY8aoizxK/Y/562msHkihFVIfbW1xYBFLzejD/F+KgOYZ2Dti5EPCyARrw8mRavrjlOFFjVcbnL3U6Mn7SwgE9GbC5zeTKCxhbjU3DunBoYEISddG1WUGDHpcZ+FUrECcmWJM8p5m3sFU7amDIQu3BXruA7hwKd8Nbnp/DYFv67uxMQg5/HPjQpgsntvHsGF2ieMSXt1lyUGXXgtzaVnqAt8zFmElqN3ivgdGd1I7O5SSVQGMsvXwOV+TtzzQQncZcyhSVC8Q9zgDytiYMg2xooralZ8HtjqoRHG0iytS+sQnqyKAZFy/aPZ0n72D8l4wnfCkqImig91EYN0KWS6i/snpEDoDInTnhDBzvf4ReEnxCfIsVy74y+LtUBcXhR3VPycD38ab0rS69/+4xGbFuP8OfEcKgJEjPW6BO5ScNSw1AdJQf7iPJLVZGfjwz7tVybN/auFac/RQ0tY3CjZDxJawQUa/HLDMglnQyn48jyYAztpGlbiJUjr9LsmpQ==
First Metis is an optional library, you shouldn't need it unless you are specifically in need for partitioning graphs.
If you really need it, then you need to fill the following variables :
METIS_INCLUDE_DIR, the path to the directory containing METIS headers (*.h files)
and METIS_LIBRARY, the path to the .lib or .so file.
Installing a library doesn't necessarily mean it will be automatically detected, especially if you install it in a non-standard path in linux.
To make it (far) easier to use cmake, you can use the cmake-gui tool. This way you can see in one look what is missing (it is set to NOTFOUND) and easily fill it, and most of all you can see all the possible variables, which is pretty hard without it.
Hi,
I have checked all of this, I am currently having problems with the METIS
library. However, I have already installed it. But the directory is still
missing according to the message and the cmake-gui. Please see the message
below. Also, I want to mention that I am new when it comes to c++ and cmake.
Best
--------------------------
CMake Warning at CMakeLists.txt:80 (find_package):
By not providing "FindMETIS.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "METIS", but
CMake did not find one.
Could not find a package configuration file provided by "METIS" with any
of
the following names:
METISConfig.cmake
metis-config.cmake
Add the installation prefix of "METIS" to CMAKE_PREFIX_PATH or set
"METIS_DIR" to a directory containing one of the above files. If "METIS"
provides a separate development package or SDK, be sure it has been
installed.
--
Sent from: http://cgal-discuss.949826.n4.nabble.com/
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss
- Re: [cgal-discuss] Installing a CGAL GUI, (continued)
- Re: [cgal-discuss] Installing a CGAL GUI, Andreas Fabri, 02/10/2020
- Re: [cgal-discuss] Installing a CGAL GUI, Godjenka, 02/12/2020
- Re: [cgal-discuss] Installing a CGAL GUI, Maxime Gimeno, 02/12/2020
- Re: [cgal-discuss] Installing a CGAL GUI, Godjenka, 02/12/2020
- Re: [cgal-discuss] Installing a CGAL GUI, Maxime Gimeno, 02/12/2020
- Re: [cgal-discuss] Installing a CGAL GUI, Godjenka, 02/12/2020
- Re: [cgal-discuss] Installing a CGAL GUI, Maxime Gimeno, 02/12/2020
- Re: [cgal-discuss] Installing a CGAL GUI, Godjenka, 02/12/2020
- Re: [cgal-discuss] Installing a CGAL GUI, Maxime Gimeno, 02/12/2020
- Re: [cgal-discuss] Installing a CGAL GUI, Godjenka, 02/14/2020
- Re: [cgal-discuss] Installing a CGAL GUI, Maxime Gimeno, 02/14/2020
- Re: [cgal-discuss] Installing a CGAL GUI, Godjenka, 02/24/2020
- Re: [cgal-discuss] Installing a CGAL GUI, Godjenka, 02/12/2020
- Re: [cgal-discuss] Installing a CGAL GUI, Maxime Gimeno, 02/12/2020
- Re: [cgal-discuss] Installing a CGAL GUI, Godjenka, 02/12/2020
- Re: [cgal-discuss] Installing a CGAL GUI, Maxime Gimeno, 02/12/2020
- Re: [cgal-discuss] Installing a CGAL GUI, Godjenka, 02/12/2020
- Re: [cgal-discuss] Installing a CGAL GUI, Andreas Fabri, 02/10/2020
Archive powered by MHonArc 2.6.18.