Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] No available formula with the name "cgal-qt5"

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] No available formula with the name "cgal-qt5"


Chronological Thread 
  • From: Maxime Gimeno <>
  • To:
  • Subject: Re: [cgal-discuss] No available formula with the name "cgal-qt5"
  • Date: Thu, 25 Jun 2020 09:07:26 +0200
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:J1oxsxJ+vJwFpu/1itmcpTZWNBhigK39O0sv0rFitYgXKvX6rarrMEGX3/hxlliBBdydt6sZzbOG4+u5ADBIyK3CmUhKSIZLWR4BhJdetC0bK+nBN3fGKuX3ZTcxBsVIWQwt1Xi6NU9IBJS2PAWK8TW94jEIBxrwKxd+KPjrFY7OlcS30P2594HObwlSizexfLN/IA+roQjStcQajpZuJrs+xxDUvnZGZuNayH9yK1mOhRj8/MCw/JBi8yRUpf0s8tNLXLv5caolU7FWFSwqPG8p6sLlsxnDVhaP6WAHUmoKiBpIAhPK4w/8U5zsryb1rOt92C2dPc3rUbA5XCmp4ql3RBP0jioMKjg0+3zVhMNtlqJWuB2upxJ9zIDUbo+bN+dwcL3Bct4BX2VNQtxcWjZdDo+gbYYCCfcKM+ZCr4n6olsDtRywChOjBePuzz9HmGL906w70+QkDw7G2gsgFM8JvXTRttr0O6YSUeWrw6XSwjXDbvZW1in76IjPaR0hrvSMUqhxccrV00UgCwTFjlCJpIHjIjia2fgDvXKB4Op8SeKglXQnqwdprzahycohlonEi4IRx13L+yt3zok4KN+8RUB1fNOoDYVcuSGaOoZ2X84uXX1ltDgnx7ACt5O2YjUGxpQpyRPdZPGKdZWD7BzkVOaUOzh4hXRldaqwhxms9kigz/PzVtWu0FdKoCpKiMXDtmwK1xzJ6smLUOdy/kCk2TqXyw/T5ftLIUQumarcMZ4hzaY8lpsVsUTZHy/5gl/6jKGMdkgi5+Om6Pznb634qpOAM4J4kALzP6Q0lsCiAOk1MBICU3WZ9Omz0rDo4Ff3T69QjvIsl6nUqJDaKtofpq6+GwJV15ws6xe7Dzu/19QYnGQLIEtLeB6ajYXkNEvCIP//Dfe4jFSslClky+raMb3mB5XBNnnDkLH/crZh80NQ1hY/wNRF659XCrwNOu//V07zudDCExM0MQO5z/7iCNpn14MeXWyPArWeMKPXqVKI4/ggIuaNZI8QpjnxMfcl5//rjXAnn18derKk3ZQSaH+iH/RmJ1+VbmbrgtcECWsKpBYxTPT2iF2eVj5ef2q9X60m6TE/EY6pEIbDRpuxj7ycxye7BYZbZntGC1CJCXfnbZ+IW/YKaCKII89uiCYIVba7S9xp6Be1qQWvy6Z7NvGGvWoDpJf73Z504ffSnFc873tvHsGF2iaMSW9z2WgHTjtz0KFkqlFm0QS+17NlidxEENgG5+9VShxoctnH3uliApbzXBjAd5GHUhG9U9C+CHYwSNw2hNQBakI4F9S5hQ3YxHmXBaQInYCGFIBh8r7Ax2OjYIFm2nPe3e8giUMnS41BLyq9l6tn/k/SAYDO1E6WnqLveaUH1zPW7zS/yj+Fs0hcFQJxSq7YRms3Z03MrN2/6FmRYaWpDOECOxtAzMPKBapPZ9vuxQFDTefiPdmYbGO0lmG3LRmNz7KIKoHtfjNOj23mFEEYnlVLrj69Pg8kC3L5+jOMPHlVDVvqJnjU36x7oXK/QFUzyljTPUJk3ruxvBUSgK7FEq9B7vc/oC4k7g5MMhOlxduPUoiPogNgeONXZtZvuA4ah1KcjBR0O9mbF44nhlMadF4p7Ubn1hEyDYQZ1MZz8y9sww11JqaVllhGcmHA0A==

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 . 


Regards
Himanshu

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




Archive powered by MHonArc 2.6.19+.

Top of Page