Ko Nagase
Ko Nagase
Hi @darrencope, Thanks for reporting the issue! If possible, could you share your current environment ? - OS: - PostgreSQL version: - PostGIS version: - pgRouting version: - QGIS version:...
@darrencope Thanks for the information! I will take a look in this weekend with similar environment as much as possible.
@cayetanobv Well, how about to use Dockerfile `ARG` variable to support both v3 and pre-v3 versions ? In quite old pgRouting version (2.0), there was `-DWITH_DD` cmake flag, but in...
@cayetanobv Okay, thanks for confirmation.
@cayetanobv (CC: @cvvergara) Related with #50, now I think that removing CGAL is no problem. Here is some related news. https://github.com/pgRouting/pgrouting/issues/1345#issuecomment-1128165167
@cvvergara I recovered macos test in the following another self PR, so let me know if it's better to be merged into this PR branch. * [Recover macos test by...
@cvvergara > Also make a PR to develop where the problem is happening Sorry for late response. :bow: I will create a PR to develop in this weekend.
@cvvergara Thanks for creating this issue! > @sanak do we have the problem on main? `main` branch is no problem to build on my M1 MacBook (macOS 14) environment.
I could reproduce [the error](https://github.com/sanak/pgrouting/actions/runs/7886348811/job/21519402070#step:5:219) on CI by replacing macOS CI as follows. commit diff: https://github.com/sanak/pgrouting/commit/f09e67842d24f4776807fc7f5501553cb3feec1d ```diff --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -41,7 +41,7 @@ permissions: jobs: build: name: macos...
This has been fixed and merged via #2626, so I close this issue.