[pgrouting-dev] library versions
Stephen Woodbridge
woodbri at swoodbridge.com
Thu Jun 27 20:52:35 PDT 2013
I made a bunch of changes to TSP today.
I still have an open ticket on TSP issue #127 but I have questions
before I can fix it.
I'm running pg 9.2.4 and postgis 2.0.x and 2.1-beta3
I think we have some problems with pg 8.4 and postgis 1.5 that I need to
look at.
report:
select version();
select postgis_full_version();
select pgr_version();
and platform info with bugs so we can get a better handle on what's what.
Thanks,
-Steve
On 6/27/2013 11:32 PM, Stephen Mather wrote:
> I prefer Ubuntu, but knew that Steve was a Debian guy, so figured it'd
> work there if anywhere. I'll give the script a spin tomorrow-- it looks
> like neither topology building nor TSP is working for me on Debian either.
>
> Best,
> Steve
>
>
>
> On 06/27/2013 11:21 PM, Daniel Kastl wrote:
>>
>>
>>
>> On Fri, Jun 28, 2013 at 12:02 PM, Stephen Woodbridge
>> <woodbri at swoodbridge.com <mailto:woodbri at swoodbridge.com>> wrote:
>>
>> On 6/27/2013 10:07 PM, Stephen Mather wrote:
>>
>> In the documentation for compilation, several of the library
>> version are
>> listed as TBD-- any guesses/recommendations (known versions
>> that work)
>> for those libraries? What does a typical (in Steve's case)
>> debian build
>> look like library-wise?
>>
>>
>> libcgal-dev/squeeze uptodate 3.6.1-2
>> libcgal5/squeeze uptodate 3.6.1-2
>>
>> cmake version 2.8.10.2
>>
>> libboost-date-time1.42-dev/squeeze uptodate 1.42.0-4
>> libboost-date-time1.42.0/squeeze uptodate 1.42.0-4
>> libboost-dev/squeeze uptodate 1.42.0.1
>> libboost-iostreams1.42.0/squeeze uptodate 1.42.0-4
>> libboost-mpi-python-dev/squeeze uptodate 1.42.0.1
>> libboost-mpi1.42-dev/squeeze uptodate 1.42.0-4
>> libboost-mpi1.42.0/squeeze uptodate 1.42.0-4
>> libboost-program-options-dev/squeeze uptodate 1.42.0.1
>> libboost-program-options1.42-dev/squeeze uptodate 1.42.0-4
>> libboost-program-options1.42.0/squeeze uptodate 1.42.0-4
>> libboost-serialization1.42-dev/squeeze uptodate 1.42.0-4
>> libboost-serialization1.42.0/squeeze uptodate 1.42.0-4
>> libboost-thread-dev/squeeze uptodate 1.42.0.1
>> libboost-thread1.42-dev/squeeze uptodate 1.42.0-4
>> libboost-thread1.42.0/squeeze uptodate 1.42.0-4
>> libboost1.42-dev/squeeze uptodate 1.42.0-4
>>
>> psql (PostgreSQL) 9.2.4
>>
>> what else am I forgetting?
>>
>>
>> Hi Steve,
>>
>> I don't know about Debian, but it shouldn't be too much different to
>> Ubuntu package names. Maybe the versions might be a bit older.
>> This is a Vagrant setup script for my Ubuntu build environment, that
>> compiles PostGIS as well:
>> https://github.com/pgRouting/pgrouting/blob/develop/tools/vagrant/bootstrap.sh
>>
>> From that script the list of packages that get installed is
>>
>> * libcgal-dev
>> * libboost-graph-dev
>> * libboost-thread-dev
>> * postgresql-$POSTGRESQL_VERSION
>> * postgresql-contrib-$POSTGRESQL_VERSION
>> * postgresql-server-dev-$POSTGRESQL_VERSION
>>
>> The other packages are for PostGIS and packaging.
>> Usually the packages above should also install dependencies.
>>
>> But maybe Steve can help better, because he usually works on Debian.
>>
>> Daniel
>>
>>
>>
>> --
>> Georepublic UG & Georepublic Japan
>> eMail: daniel.kastl at georepublic.de <mailto:daniel.kastl at georepublic.de>
>> Web: http://georepublic.de <http://georepublic.de/>
>>
>>
>> _______________________________________________
>> pgrouting-dev mailing list
>> pgrouting-dev at lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/pgrouting-dev
>
>
>
> _______________________________________________
> pgrouting-dev mailing list
> pgrouting-dev at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/pgrouting-dev
>
More information about the pgrouting-dev
mailing list