[Bug 1242111] Re: CGALConfig.cmake contains incorrect boost libraries path

2014-01-16 Thread Martin Uhrin
Excellent. Glad we could get it sorted. Hopefully at some point the config file will be regenerated in a future version of the package. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1242111 Title:

Re: [Bug 1242111] Re: CGALConfig.cmake contains incorrect boost libraries path

2014-01-16 Thread Martin Uhrin
Interesting. It might be worth checking exactly what CGAL is linking to: ldd /usr/lib/libCGAL.so and using the correct ones from here in the config file. Could you paste a copy of the error message you're getting? On 16 January 2014 15:33, José Ignacio Carmona Villegas wrote: > 2) Already tho

[Bug 1242111] Re: CGALConfig.cmake contains incorrect boost libraries path

2014-01-16 Thread Martin Uhrin
No worries. So try two things: 1) Check that the boost libraries are in the same place that they are on my system (should be as you're on 64-bit), type: locate libboost_thread.so This should come up with /usr/lib/x86_64-linux-gnu/libboost_thread.so (and possibly other results). Check libboost_

[Bug 1242111] Re: CGALConfig.cmake contains incorrect boost libraries path

2014-01-16 Thread Martin Uhrin
The quickets way is to make the change to line 53 in /usr/lib/CGAL/CGALConfig.cmake that I've suggested in the original post. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1242111 Title: CGALConfig.

[Bug 1242111] Re: CGALConfig.cmake contains incorrect boost libraries path

2013-10-19 Thread Martin Uhrin
** Tags added: saucy -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1242111 Title: CGALConfig.cmake contains incorrect boost libraries path To manage notifications about this bug go to: https://bugs

[Bug 1242111] [NEW] CGALConfig.cmake contains incorrect boost libraries path

2013-10-19 Thread Martin Uhrin
Public bug reported: The CGAL CMake config file (/usr/lib/CGAL/CGALConfig.cmake) contains the pre-saucy boost library paths. Specifically line 53: set(CGAL_3RD_PARTY_LIBRARIES "/usr/lib/libboost_thread.so;/usr/lib/libboost_system.so;/usr/lib/x86_64 -linux-gnu/libpthread.so" ) On 64-bit systems,