I found this from the experimental builds for PostGIS, which usually contains the pgRouting binary, but not for PG12. Has anyone successfully installed pgRouting with PG12? Any suggestions to build on Windows? I tried the official instructions for building on Windows in pgRouting docs, though I am getting stuck on the configuration.
Thanks,
Chintan Pathak
Ph.D. Student,
Sustainable Transporation Lab, University of Washington
I should have the pgRouting binaries for pg12 available sometime this week and will definitely be available with the PostGIS 3.0 release. I was hoping to have pgRouting 3.0 in there as well.
I’ll add to the repo in a bit so you will at least have the binaries.
I found this from the experimental builds for PostGIS, which usually contains the pgRouting binary, but not for PG12. Has anyone successfully installed pgRouting with PG12? Any suggestions to build on Windows? I tried the official instructions for building on Windows in pgRouting docs, though I am getting stuck on the configuration.
Thanks,
Chintan Pathak
Ph.D. Student,
Sustainable Transporation Lab, University of Washington
From: Regina Obe [mailto:lr@pcorp.us] Sent: Monday, October 7, 2019 4:46 PM To: ‘pgRouting users mailing list’ pgrouting-users@lists.osgeo.org Subject: RE: [pgrouting-users] How to install pgRouting for Postgres 12 on Windows?
Chintan,
I should have the pgRouting binaries for pg12 available sometime this week and will definitely be available with the PostGIS 3.0 release. I was hoping to have pgRouting 3.0 in there as well.
I’ll add to the repo in a bit so you will at least have the binaries.
I found this from the experimental builds for PostGIS, which usually contains the pgRouting binary, but not for PG12. Has anyone successfully installed pgRouting with PG12? Any suggestions to build on Windows? I tried the official instructions for building on Windows in pgRouting docs, though I am getting stuck on the configuration.
Thanks,
Chintan Pathak
Ph.D. Student,
Sustainable Transporation Lab, University of Washington
Thanks a lot for adding the alpha and dev binaries. I copied the files from extension and lib folders into the relevant folder in my Postgres 12 installation and was able to create the pgrouting extension. I checked the version of the installed extension using select pgr_version() and it showed 3.0.0 alpha and dev respectively. Let me know if I should run any other specific checks to ensure proper installation. Otherwise, I will continue using this and let you know if I run into any issues.
Yes that would be great if you could test. I do have to fix some issues on the regress mostly path issues, so the regress wasn’t able to run thru the checks. I plan to fix that next.
Also just released PostGIS 3.0.0rc1 and will be building that shortly. Most of the fixes were upgrade issue related coming from older versions of PostGIS.
Thanks a lot for adding the alpha and dev binaries. I copied the files from extension and lib folders into the relevant folder in my Postgres 12 installation and was able to create the pgrouting extension. I checked the version of the installed extension using select pgr_version() and it showed 3.0.0 alpha and dev respectively. Let me know if I should run any other specific checks to ensure proper installation. Otherwise, I will continue using this and let you know if I run into any issues.
Thanks
On Mon, Oct 7, 2019 at 3:36 PM Regina Obe <lr@pcorp.us> wrote:
Have pgrouting 3.0.0-alpha and dev packaged for PostgreSQL 12. Can you give those a try.
From: Regina Obe [mailto:lr@pcorp.us] Sent: Monday, October 7, 2019 4:46 PM To: ‘pgRouting users mailing list’ <pgrouting-users@lists.osgeo.org> Subject: RE: [pgrouting-users] How to install pgRouting for Postgres 12 on Windows?
Chintan,
I should have the pgRouting binaries for pg12 available sometime this week and will definitely be available with the PostGIS 3.0 release. I was hoping to have pgRouting 3.0 in there as well.
I’ll add to the repo in a bit so you will at least have the binaries.
I found this from the experimental builds for PostGIS, which usually contains the pgRouting binary, but not for PG12. Has anyone successfully installed pgRouting with PG12? Any suggestions to build on Windows? I tried the official instructions for building on Windows in pgRouting docs, though I am getting stuck on the configuration.
Thanks,
Chintan Pathak
Ph.D. Student,
Sustainable Transporation Lab, University of Washington