Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] GLPK Library

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] GLPK Library


Chronological Thread 
  • From: Joachim Reichel <>
  • To:
  • Subject: Re: [cgal-discuss] GLPK Library
  • Date: Mon, 18 Nov 2019 21:44:55 +0100
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:CkXXXRZTcXOmHbcSnwoQV+//LSx+4OfEezUN459isYplN5qZoMi9bnLW6fgltlLVR4KTs6sC17ON9fm8BydZuMbJmUtBWaQEbwUCh8QSkl5oK+++Imq/EsTXaTcnFt9JTl5v8iLzG0FUHMHjew+a+SXqvnYdFRrlKAV6OPn+FJLMgMSrzeCy/IDYbxlViDanbr5+MRu7oR/MusQZgIZuJbs9xgbKr3BVZ+lY2GRkKE6JkR3h/Mmw5plj8ypRu/Il6cFNVLjxcro7Q7JFEjkoKng568L3uxbNSwuP/WYcXX4NkhVUGQjF7Qr1UYn3vyDnq+dywiiaPcnxTbApRTSv6rpgRRH0hCsbMTMy7WfagdFygq1GuhKsvwFxzZDaYI+VN/RwcK3SctwYSmVdUchcTDBBApqmYocTE+YMM+RVoo/grFUOtxu+AgysCfvrxD9PnHD5wa060+UkEQrbwAIvAdMOv2jUrNrrMKcZTOe4zKvPzTrZc/xW2Tb96I3SfhA7v/6MXK5/ccrPxkkrDA7FgVCQqIP/MzyIyOsAqm6W5PdjW+K3k2MrtRx9ria1yssylIXEhJgZxk3G+Clj3oo5O8W0RU14bNK+EpZdtzuWO5ZrTs4jWW1kpSU3x7sbspChZicK0o4oxxvHZvyHbYeI5hXjWf6UITd/mXJlZKizhxm38Umv0OH8UNe70EpSoipElNnDqGwN2gTN5sSaVPdx5Fmt1SiN2gzJ9+1JI1o4mbTFJ5I5x74/jJsTsUDNHi/sn0X2ibebdkcj+uey9+vnYrTmppqGO49ulA7+M7ghmsyhDuQ8KQUOUG2b+Oum2LL+40L1WK9KgeEukqnFrJDaItwWqbK2AwBP1oYv8guwDza90NsEgHkHN0lFdQmcj4npPlHOOOr3Ae2+g1SqijdrxurJMqfvApXXfTD/l+Lqcr95rkJd0wEu1st35pROC7hHLuigdFX2sYn6CRYyMw2xi9zqCd5924dWDWCIC6SZMaaUq1KJ7eIiJ8GDYZ9TtDureKtt3OLnkXJswQxVRqKux5ZCMCnlTMQjGF2QZD/XuvlEEWoOuVNiHuntlUHEXjtDIXC/Q/Bkv2BpOMedFY7GA7uVrvmE1Sa/EIdRYzAUBVWcV3vlJdzdB6U8LRmKK8okqQQqEKC7Qt9z2hS+8gP3meJq

Hi,

On 17.11.19 08:03, Chaman Singh Verma wrote:
> I am using CGAL-5.0 and trying to runĀ /polyfit_example_without_input_planesĀ 
> executable.
>
>
> My machine is running on Ubuntu and I installed libglpk from the Ubuntu
> repository.
> The cmake understands the path.
>
> But, while running I get the following message:
>
> This test requires either GLPK or SCIP.

are you sure that cmake detects the presence of GLPK and enables it? I have to
specify -DGLPK_LIBRARIES=/usr/lib/x86_64-linux-gnu/libglpk.so on Debian sid
and
I would be surprised if Ubuntu was different in this respect. Also make sure
to
have libglpk-dev installed. Then the example works fine for me.

If it still does not work, it might be helpful if you could state your Ubuntu
version and GPLK (package) versions.

Joachim



Archive powered by MHonArc 2.6.18.

Top of Page