pgRouting

Ticket #17 (closed bug report: fixed)

Opened 1 year ago

Last modified 6 months ago

Issue when compiling the pgRouting library against CGAL 3.3.

Reported by: djay Assigned to: anton
Priority: major Milestone:
Component: pgRouting package Version: 1.0.0a
Keywords: Cc:

Description

Hi, I've tried to compile the pgRouting library against the 3.3 CGAL version. The configure script was unable to found my CGAL installation, even if this has been well installed.

So I've checked the configure.in file and make some modifications in it. I think this modifications doesn't imply any issue with old installation.

I've added a CGAL_PATH variable which list possible path to search for the CGAL makefile (current values are : ${CGAL_DIR}/share/CGAL ${CGAL_DIR}/share/cgal $CGAL_DIR/make). I've also added a CGAL_MKF_NAME variable which contain possible makefile name (current values are : cgal.mk makefile).

Attachments

routing_cgal.patch (0.8 kB) - added by djay on 06/20/07 03:33:50.
routing_cgal.patch

Change History

06/20/07 03:33:50 changed by djay

  • attachment routing_cgal.patch added.

routing_cgal.patch

06/20/07 09:48:50 changed by anton

  • owner set to anton.
  • status changed from new to assigned.

Thank Gérald!

I knew about this problem and even made some changes in configure.in file (it is available via SVN now), but you way is much better.

I will put your version to SVN and it will be included to the next bugfix release.

07/27/07 15:14:39 changed by anton

  • status changed from assigned to closed.
  • resolution set to fixed.

Patch applied

10/02/07 04:45:52 changed by djay

  • status changed from closed to reopened.
  • resolution deleted.

Hi, it seems that I've made a mistake in the patch indeed it didn't work for me when trying to bump the ebuild to 1.0.0b. The makefile from the cgal ebuild installation was not found. The only thing which should be done is to quote ${i}* at line 75 of the previous patch (replace ${i}* by "${i}*").

Sorry for that.

10/04/07 14:00:21 changed by anton

  • status changed from reopened to closed.
  • resolution set to fixed.

Changes applied. See 1.0.0b SVN tag.