Subject: CGAL users discussion list
List archive
- From: Himanshu Sharma <>
- To:
- Subject: Re: [cgal-discuss] No available formula with the name "cgal-qt5"
- Date: Fri, 26 Jun 2020 09:47:10 -0400
- Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
- Ironport-phdr: 9a23:OmvyEhFYEMWpq6fbE1pPH51GYnF86YWxBRYc798ds5kLTJ76pcy7bnLW6fgltlLVR4KTs6sC17OL9fmxACdesd6oizMrSNR0TRgLiMEbzUQLIfWuLgnFFsPsdDEwB89YVVVorDmROElRH9viNRWJ+iXhpTEdFQ/iOgVrO+/7BpDdj9it1+C15pbffxhEiCCybL9vLBi6txjdu80LjYdtK6s8yQbCr2dVdehR2W5mP0+YkQzm5se38p5j8iBQtOwk+sVdT6j0fLk2QKJBAjg+PG87+MPktR/YTQuS/XQcSXkZkgBJAwfe8h73WIr6vzbguep83CmaOtD2TawxVD+/4apnVAPkhSEaPDM/7WrZiNF/jLhDrR2uqRxwwY7abo+WOvRjYK3SYcgXSnBdUstLTSFNHp+wYokJAuEcPehYtY79p14WoBW8BAmsAfngyjlThn/2wK0xzvkvEQHc0ww6GtIBqmnfodLuNKcSS++11qzIwi/ZY/NW2Df97ZPFchA8ofGXXrJxcdDdyU8xGAPYlFmft5HqPy6M2+kLrmOU4PZuW/i1hG47twF+vCKvxsE0h4fGm44Z1k3I+CtkzIs3JNC2SE52bNymHZZOsyyXKoV4Tt0/Tmx2pCo3yrMItJq0cSYK1Zkr2xHRZ+Kaf4WV4x/uUvuaLzl/hHJgYr2/hhCy/FCvyuLiUcm01UhFrjZfktjMuHACzQDc6tSASvtn/katwyqA1wfW6u1cPU80mrDUK5o7zr43jJoTvlzPHi7wmEXsja+ZbF8o+uay6+j/frrmpoWcN45vigH7KKsugNe/AeQiPgcSRWeX4eW81Lv5/U34WrpGlOc6kqfDsJ3cOM8Vpba5DhdL3oo/7xuzFTSr3dQCkXUaLV9JZAiLg5XqNl3SJv3zEO2xjE62kDhxwvDLJr3hDYvJLnjEiLrheKxy609YyAYq1NBf+49YBqgPIP7uWUL9qMbUDhA+MwyzzObnDMty2pkCVmKIB6+VKKLSsVmW6eIzO+SAepMZtTLnJ/Um5/Pil2I1lF4BcaWzwJcaa2y0EuxjI0qDYHrshtkBEX0Nvgo7VOHqk12CXiRJZ3a3Ra0w/DE7CIOjDYrYRoCtnaeB3CS7H5FMYGBJFE2MHW32eIqZRvcAcDiSLdN5kjwYSbihTJcs2g2htADgz7prN/fb+iwDtZ3/ydh1/PbTmAop9T10CsSdy3uCQ3t1nmMOXT823bpwrVZzyleZguBFhedFH4lT++9RSVV9coXNyvRzTdH0QAPIONmTD023R82vRjA3QNV2yNAHZwNxGs6pkwvYjBesGKIfwryXGIQvoOWbxGn0P887ynDc1aBnyVc8BdBeMHWvwa95+Q+UDIHAlwCVlr2haL8HjxPL73qJ7XaLuBRYTBJoSveCGmsOY1Pf69X//ELLCbG0Tq82NxNIjs+EJKwNYdLgiRBKRezoJc/FMF+3gHq6ORuY2uaMcJbyYDdamz7MDVAN1QEV53ePcwYkQTywpnrXSz1oG1WoaEzl9axyqWiwU1QvnD2NOkZu3r7w9h8OjuGHUNsS2KgFsWEvsWZaBlG4ivLXDtOGvAp8NJ5caMk46R8TzmLQrQl0eJyhKohim0UdYkJxsl6o2hlqXNYT2fM2pW8nmVIhYZmT10lMImvBgMLAf4bPI2y3xyiBLq7b3laEjoST86YLre0k8hDt5VHxUEUl9Hpj3p9e1H7OvsybXjpXaor4VwMMzzY/orjbZicn4IaNiC9sLLK3o3nE1s9vCec4mE/5I4VvdZicHQq3KPU0QtC0IbV3yVi0dREVeuZf6eg5M970L/Y=
Thanks Maxime and Chris. This worked.
Regards
Himanshu
On Thu, Jun 25, 2020 at 6:21 PM Chris Marsh <> wrote:
A note on portability: you can use the brew --prefix command to get the install dir, such that when versions change you don't need to update hard-coded paths.-DQt5_DIR=`brew --prefix qt5`/lib/cmake/Qt5On Thu, Jun 25, 2020 at 1:08 AM Maxime Gimeno <> wrote:CAUTION: This email originated from outside of the University of Saskatchewan. Do not click links or open attachments unless you recognize the sender and know the content is safe. If in doubt, please forward suspicious emails to
You have the wrong path for Qt5, you are missing /lib/cmake/Qt5.
Le jeu. 25 juin 2020 à 01:14, Himanshu Sharma <> a écrit :
Sure.Attached the file along.
I ran the following cmake command for configuring.
cmake -DQt5_DIR=/usr/local/Cellar/qt/5.15.0 -DCMAKE_BUILD_TYPE=Release .
RegardsHimanshu
On Wed, Jun 24, 2020 at 3:24 AM Maxime Gimeno <> wrote:
Hi,
Did you configure the example with cmake ? Did you specify a path to the Qt5 directory ? Can we see your CMakeCache.txt file, generated in your build directory ?
Le mar. 23 juin 2020 à 19:41, Himanshu Sharma <> a écrit :
Thanks for your reply.I do have qt installed in brew environment. However when I try to compile examples in Triangulation_2, and I get the error message:
NOTICE: The example draw_triangulation_2 requires Qt and will not be compiled.
Have attached the screenshot, if it helps.
Regards
Himanshu
On Wed, Jun 17, 2020 at 11:24 AM Laurent Rineau (CGAL/GeometryFactory) <> wrote:
On Monday, June 15, 2020 11:05:27 PM CEST Himanshu Sharma wrote:
> Hello,
>
> I am using Catalina Version 10.15.2. I wish to run cgal - qt examples.
> However while installing cga-qt5 using brew, I run into the following error:
>
> *"No available formula with the name "cgal-qt5" "*
>
> I could not find any documentation on how to resolve this issue.
>
> Regards
The review process in homebrew has decided to remove that package cgal-qt5. It
is sufficient to install `cgal` and `qt` in homebrew, to get the features of
CGAL_Qt5.
--
Laurent Rineau, PhD
R&D Engineer at GeometryFactory http://www.geometryfactory.com/
Release Manager of the CGAL Project http://www.cgal.org/
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss
- [cgal-discuss] No available formula with the name "cgal-qt5", Himanshu Sharma, 06/15/2020
- Re: [cgal-discuss] No available formula with the name "cgal-qt5", Maxime Gimeno, 06/16/2020
- Re: [cgal-discuss] No available formula with the name "cgal-qt5", Laurent Rineau (CGAL/GeometryFactory), 06/17/2020
- Re: [cgal-discuss] No available formula with the name "cgal-qt5", Himanshu Sharma, 06/23/2020
- Re: [cgal-discuss] No available formula with the name "cgal-qt5", Maxime Gimeno, 06/24/2020
- Re: [cgal-discuss] No available formula with the name "cgal-qt5", Himanshu Sharma, 06/25/2020
- Re: [cgal-discuss] No available formula with the name "cgal-qt5", Maxime Gimeno, 06/25/2020
- Re: [cgal-discuss] No available formula with the name "cgal-qt5", Chris Marsh, 06/26/2020
- Re: [cgal-discuss] No available formula with the name "cgal-qt5", Himanshu Sharma, 06/26/2020
- Re: [cgal-discuss] No available formula with the name "cgal-qt5", Laurent Rineau (CGAL/GeometryFactory), 06/26/2020
- Re: [cgal-discuss] No available formula with the name "cgal-qt5", Chris Marsh, 06/26/2020
- Re: [cgal-discuss] No available formula with the name "cgal-qt5", Chris Marsh, 06/26/2020
- Re: [cgal-discuss] No available formula with the name "cgal-qt5", Maxime Gimeno, 06/25/2020
- Re: [cgal-discuss] No available formula with the name "cgal-qt5", Himanshu Sharma, 06/25/2020
- Re: [cgal-discuss] No available formula with the name "cgal-qt5", Maxime Gimeno, 06/24/2020
- Re: [cgal-discuss] No available formula with the name "cgal-qt5", Himanshu Sharma, 06/23/2020
Archive powered by MHonArc 2.6.19+.