[pgrouting-users] Pgrouting on RPI3

is it possible to compile pgrouting for raspberrypi3?

that has arm processor? i’musing ubuntu mate 16.04 (arm version)

With sudo apt-get install pgrouting i’m not able.

Where i can find source to compile for arm or packages for ubuntu rpi version?

MAybe is this?
http://pgrouting.org/docs/1.x/install_ubuntu.html

git clone git://[github.com/pgRouting/pgrouting.git](http://github.com/pgRouting/pgrouting.git) pgrouting

cd pgrouting/
cmake -DWITH_TSP=ON -DWITH_DD=ON .
make
sudo make install

?? and if it's ok is it possible to add in a ppa or add package so that everyone can use it?

···

2016-07-04 7:19 GMT+02:00 Nico Aliotta <nicoaliotta@gmail.com>:

is it possible to compile pgrouting for raspberrypi3?

that has arm processor? i’musing ubuntu mate 16.04 (arm version)

With sudo apt-get install pgrouting i’m not able.

Where i can find source to compile for arm or packages for ubuntu rpi version?

Hi Nico,

This is the main page for pgRouting documentation:
http://docs.pgrouting.org/

And this is the page to build the latest release:
http://docs.pgrouting.org/2.2/en/doc/src/installation/build.html

I don’t know how to trigger a build for “arm” on Launchpad PPA.
It only builds for amd64 and i386, but if you know how to do this, please let me know.

Cheers,
Daniel

···

On Mon, Jul 4, 2016 at 3:23 PM, Nico Aliotta <nicoaliotta@gmail.com> wrote:

MAybe is this?
http://pgrouting.org/docs/1.x/install_ubuntu.html

git clone git://[github.com/pgRouting/pgrouting.git](http://github.com/pgRouting/pgrouting.git) pgrouting

cd pgrouting/
cmake -DWITH_TSP=ON -DWITH_DD=ON .
make
sudo make install

?? and if it's ok is it possible to add in a ppa or add package so that everyone can use it?


Pgrouting-users mailing list
Pgrouting-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/pgrouting-users

2016-07-04 7:19 GMT+02:00 Nico Aliotta <nicoaliotta@gmail.com>:

is it possible to compile pgrouting for raspberrypi3?

that has arm processor? i’musing ubuntu mate 16.04 (arm version)

With sudo apt-get install pgrouting i’m not able.

Where i can find source to compile for arm or packages for ubuntu rpi version?

Georepublic UG & Georepublic Japan
eMail: daniel.kastl@georepublic.de
Web: http://georepublic.info

maybe i’ve found how to build an ARM ARMv7 Hard Float (armhf)on launchpad PPA

here it’s the link
http://askubuntu.com/questions/371339/how-to-make-packages-for-arm-in-launchpad

···

2016-07-04 10:28 GMT+02:00 Daniel Kastl <daniel@georepublic.de>:

Hi Nico,

This is the main page for pgRouting documentation:
http://docs.pgrouting.org/

And this is the page to build the latest release:
http://docs.pgrouting.org/2.2/en/doc/src/installation/build.html

I don’t know how to trigger a build for “arm” on Launchpad PPA.
It only builds for amd64 and i386, but if you know how to do this, please let me know.

Cheers,
Daniel


Pgrouting-users mailing list
Pgrouting-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/pgrouting-users

On Mon, Jul 4, 2016 at 3:23 PM, Nico Aliotta <nicoaliotta@gmail.com> wrote:

MAybe is this?
http://pgrouting.org/docs/1.x/install_ubuntu.html

git clone git://[github.com/pgRouting/pgrouting.git](http://github.com/pgRouting/pgrouting.git) pgrouting

cd pgrouting/
cmake -DWITH_TSP=ON -DWITH_DD=ON .
make
sudo make install

?? and if it's ok is it possible to add in a ppa or add package so that everyone can use it?


Pgrouting-users mailing list
Pgrouting-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/pgrouting-users

Georepublic UG & Georepublic Japan
eMail: daniel.kastl@georepublic.de
Web: http://georepublic.info

2016-07-04 7:19 GMT+02:00 Nico Aliotta <nicoaliotta@gmail.com>:

is it possible to compile pgrouting for raspberrypi3?

that has arm processor? i’musing ubuntu mate 16.04 (arm version)

With sudo apt-get install pgrouting i’m not able.

Where i can find source to compile for arm or packages for ubuntu rpi version?

Hi Nico,

Thank you for the link!
I think I was able to trigger a build for “ARM ARMv7 Hard Float”:
https://launchpad.net/~georepublic/+archive/ubuntu/pgrouting-unstable/+packages

Let’s see, if it succeeds.
For now I rebuild the packages for Ubuntu 14.04 and 16.04.
Let me know, if that’s enough for now.

Cheers,
Daniel

···

On Mon, Jul 4, 2016 at 10:49 PM, Nico Aliotta <nicoaliotta@gmail.com> wrote:

maybe i’ve found how to build an ARM ARMv7 Hard Float (armhf)on launchpad PPA

here it’s the link
http://askubuntu.com/questions/371339/how-to-make-packages-for-arm-in-launchpad


Pgrouting-users mailing list
Pgrouting-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/pgrouting-users

2016-07-04 10:28 GMT+02:00 Daniel Kastl <daniel@georepublic.de>:

Hi Nico,

This is the main page for pgRouting documentation:
http://docs.pgrouting.org/

And this is the page to build the latest release:
http://docs.pgrouting.org/2.2/en/doc/src/installation/build.html

I don’t know how to trigger a build for “arm” on Launchpad PPA.
It only builds for amd64 and i386, but if you know how to do this, please let me know.

Cheers,
Daniel


Pgrouting-users mailing list
Pgrouting-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/pgrouting-users

On Mon, Jul 4, 2016 at 3:23 PM, Nico Aliotta <nicoaliotta@gmail.com> wrote:

MAybe is this?
http://pgrouting.org/docs/1.x/install_ubuntu.html

git clone git://[github.com/pgRouting/pgrouting.git](http://github.com/pgRouting/pgrouting.git) pgrouting

cd pgrouting/
cmake -DWITH_TSP=ON -DWITH_DD=ON .
make
sudo make install

?? and if it's ok is it possible to add in a ppa or add package so that everyone can use it?


Pgrouting-users mailing list
Pgrouting-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/pgrouting-users

Georepublic UG & Georepublic Japan
eMail: daniel.kastl@georepublic.de
Web: http://georepublic.info

2016-07-04 7:19 GMT+02:00 Nico Aliotta <nicoaliotta@gmail.com>:

is it possible to compile pgrouting for raspberrypi3?

that has arm processor? i’musing ubuntu mate 16.04 (arm version)

With sudo apt-get install pgrouting i’m not able.

Where i can find source to compile for arm or packages for ubuntu rpi version?

Georepublic UG & Georepublic Japan
eMail: daniel.kastl@georepublic.de
Web: http://georepublic.info

Ok seems that is still building the package.
How i can install it from my S.O.?

from https://launchpad.net/~georepublic/+archive/ubuntu/pgrouting-unstable/+packages

which command i’ve to use to install only the armhf version?

Currently building on bos01-arm64-019

···

2016-07-04 16:09 GMT+02:00 Daniel Kastl <daniel@georepublic.de>:

Hi Nico,

Thank you for the link!
I think I was able to trigger a build for “ARM ARMv7 Hard Float”:
https://launchpad.net/~georepublic/+archive/ubuntu/pgrouting-unstable/+packages

Let’s see, if it succeeds.
For now I rebuild the packages for Ubuntu 14.04 and 16.04.
Let me know, if that’s enough for now.

Cheers,
Daniel


Pgrouting-users mailing list
Pgrouting-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/pgrouting-users

On Mon, Jul 4, 2016 at 10:49 PM, Nico Aliotta <nicoaliotta@gmail.com> wrote:

maybe i’ve found how to build an ARM ARMv7 Hard Float (armhf)on launchpad PPA

here it’s the link
http://askubuntu.com/questions/371339/how-to-make-packages-for-arm-in-launchpad


Pgrouting-users mailing list
Pgrouting-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/pgrouting-users

Georepublic UG & Georepublic Japan
eMail: daniel.kastl@georepublic.de
Web: http://georepublic.info

2016-07-04 10:28 GMT+02:00 Daniel Kastl <daniel@georepublic.de>:

Hi Nico,

This is the main page for pgRouting documentation:
http://docs.pgrouting.org/

And this is the page to build the latest release:
http://docs.pgrouting.org/2.2/en/doc/src/installation/build.html

I don’t know how to trigger a build for “arm” on Launchpad PPA.
It only builds for amd64 and i386, but if you know how to do this, please let me know.

Cheers,
Daniel


Pgrouting-users mailing list
Pgrouting-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/pgrouting-users

On Mon, Jul 4, 2016 at 3:23 PM, Nico Aliotta <nicoaliotta@gmail.com> wrote:

MAybe is this?
http://pgrouting.org/docs/1.x/install_ubuntu.html

git clone git://[github.com/pgRouting/pgrouting.git](http://github.com/pgRouting/pgrouting.git) pgrouting

cd pgrouting/
cmake -DWITH_TSP=ON -DWITH_DD=ON .
make
sudo make install

?? and if it's ok is it possible to add in a ppa or add package so that everyone can use it?


Pgrouting-users mailing list
Pgrouting-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/pgrouting-users

Georepublic UG & Georepublic Japan
eMail: daniel.kastl@georepublic.de
Web: http://georepublic.info

2016-07-04 7:19 GMT+02:00 Nico Aliotta <nicoaliotta@gmail.com>:

is it possible to compile pgrouting for raspberrypi3?

that has arm processor? i’musing ubuntu mate 16.04 (arm version)

With sudo apt-get install pgrouting i’m not able.

Where i can find source to compile for arm or packages for ubuntu rpi version?

First you need to wait until it is published (at this time it still isn’t).
Then I would expect, that you install it the same way as for other platforms:

Daniel

···

On Mon, Jul 4, 2016 at 11:13 PM, Nico Aliotta <nicoaliotta@gmail.com> wrote:

Ok seems that is still building the package.
How i can install it from my S.O.?

from https://launchpad.net/~georepublic/+archive/ubuntu/pgrouting-unstable/+packages

which command i’ve to use to install only the armhf version?

Currently building on bos01-arm64-019


Pgrouting-users mailing list
Pgrouting-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/pgrouting-users

2016-07-04 16:09 GMT+02:00 Daniel Kastl <daniel@georepublic.de>:

Hi Nico,

Thank you for the link!
I think I was able to trigger a build for “ARM ARMv7 Hard Float”:
https://launchpad.net/~georepublic/+archive/ubuntu/pgrouting-unstable/+packages

Let’s see, if it succeeds.
For now I rebuild the packages for Ubuntu 14.04 and 16.04.
Let me know, if that’s enough for now.

Cheers,
Daniel


Pgrouting-users mailing list
Pgrouting-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/pgrouting-users

On Mon, Jul 4, 2016 at 10:49 PM, Nico Aliotta <nicoaliotta@gmail.com> wrote:

maybe i’ve found how to build an ARM ARMv7 Hard Float (armhf)on launchpad PPA

here it’s the link
http://askubuntu.com/questions/371339/how-to-make-packages-for-arm-in-launchpad


Pgrouting-users mailing list
Pgrouting-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/pgrouting-users

Georepublic UG & Georepublic Japan
eMail: daniel.kastl@georepublic.de
Web: http://georepublic.info

2016-07-04 10:28 GMT+02:00 Daniel Kastl <daniel@georepublic.de>:

Hi Nico,

This is the main page for pgRouting documentation:
http://docs.pgrouting.org/

And this is the page to build the latest release:
http://docs.pgrouting.org/2.2/en/doc/src/installation/build.html

I don’t know how to trigger a build for “arm” on Launchpad PPA.
It only builds for amd64 and i386, but if you know how to do this, please let me know.

Cheers,
Daniel


Pgrouting-users mailing list
Pgrouting-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/pgrouting-users

On Mon, Jul 4, 2016 at 3:23 PM, Nico Aliotta <nicoaliotta@gmail.com> wrote:

MAybe is this?
http://pgrouting.org/docs/1.x/install_ubuntu.html

git clone git://[github.com/pgRouting/pgrouting.git](http://github.com/pgRouting/pgrouting.git) pgrouting

cd pgrouting/
cmake -DWITH_TSP=ON -DWITH_DD=ON .
make
sudo make install

?? and if it's ok is it possible to add in a ppa or add package so that everyone can use it?


Pgrouting-users mailing list
Pgrouting-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/pgrouting-users

Georepublic UG & Georepublic Japan
eMail: daniel.kastl@georepublic.de
Web: http://georepublic.info

2016-07-04 7:19 GMT+02:00 Nico Aliotta <nicoaliotta@gmail.com>:

is it possible to compile pgrouting for raspberrypi3?

that has arm processor? i’musing ubuntu mate 16.04 (arm version)

With sudo apt-get install pgrouting i’m not able.

Where i can find source to compile for arm or packages for ubuntu rpi version?

Georepublic UG & Georepublic Japan
eMail: daniel.kastl@georepublic.de
Web: http://georepublic.info

in the meantime i did
sudo apt-get install postgresql-9.5-pgrouting

and was fine the installation!

Is it complete?

···

2016-07-04 16:47 GMT+02:00 Daniel Kastl <daniel@georepublic.de>:

First you need to wait until it is published (at this time it still isn’t).
Then I would expect, that you install it the same way as for other platforms:

Daniel


Pgrouting-users mailing list
Pgrouting-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/pgrouting-users

On Mon, Jul 4, 2016 at 11:13 PM, Nico Aliotta <nicoaliotta@gmail.com> wrote:

Ok seems that is still building the package.
How i can install it from my S.O.?

from https://launchpad.net/~georepublic/+archive/ubuntu/pgrouting-unstable/+packages

which command i’ve to use to install only the armhf version?

Currently building on bos01-arm64-019


Pgrouting-users mailing list
Pgrouting-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/pgrouting-users

Georepublic UG & Georepublic Japan
eMail: daniel.kastl@georepublic.de
Web: http://georepublic.info

2016-07-04 16:09 GMT+02:00 Daniel Kastl <daniel@georepublic.de>:

Hi Nico,

Thank you for the link!
I think I was able to trigger a build for “ARM ARMv7 Hard Float”:
https://launchpad.net/~georepublic/+archive/ubuntu/pgrouting-unstable/+packages

Let’s see, if it succeeds.
For now I rebuild the packages for Ubuntu 14.04 and 16.04.
Let me know, if that’s enough for now.

Cheers,
Daniel


Pgrouting-users mailing list
Pgrouting-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/pgrouting-users

On Mon, Jul 4, 2016 at 10:49 PM, Nico Aliotta <nicoaliotta@gmail.com> wrote:

maybe i’ve found how to build an ARM ARMv7 Hard Float (armhf)on launchpad PPA

here it’s the link
http://askubuntu.com/questions/371339/how-to-make-packages-for-arm-in-launchpad


Pgrouting-users mailing list
Pgrouting-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/pgrouting-users

Georepublic UG & Georepublic Japan
eMail: daniel.kastl@georepublic.de
Web: http://georepublic.info

2016-07-04 10:28 GMT+02:00 Daniel Kastl <daniel@georepublic.de>:

Hi Nico,

This is the main page for pgRouting documentation:
http://docs.pgrouting.org/

And this is the page to build the latest release:
http://docs.pgrouting.org/2.2/en/doc/src/installation/build.html

I don’t know how to trigger a build for “arm” on Launchpad PPA.
It only builds for amd64 and i386, but if you know how to do this, please let me know.

Cheers,
Daniel


Pgrouting-users mailing list
Pgrouting-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/pgrouting-users

On Mon, Jul 4, 2016 at 3:23 PM, Nico Aliotta <nicoaliotta@gmail.com> wrote:

MAybe is this?
http://pgrouting.org/docs/1.x/install_ubuntu.html

git clone git://[github.com/pgRouting/pgrouting.git](http://github.com/pgRouting/pgrouting.git) pgrouting

cd pgrouting/
cmake -DWITH_TSP=ON -DWITH_DD=ON .
make
sudo make install

?? and if it's ok is it possible to add in a ppa or add package so that everyone can use it?


Pgrouting-users mailing list
Pgrouting-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/pgrouting-users

Georepublic UG & Georepublic Japan
eMail: daniel.kastl@georepublic.de
Web: http://georepublic.info

2016-07-04 7:19 GMT+02:00 Nico Aliotta <nicoaliotta@gmail.com>:

is it possible to compile pgrouting for raspberrypi3?

that has arm processor? i’musing ubuntu mate 16.04 (arm version)

With sudo apt-get install pgrouting i’m not able.

Where i can find source to compile for arm or packages for ubuntu rpi version?

Hi Nico:

create extension postgis;
create extension pgRouting
SELECT pgr_version();

it should be 2.2.3

Vicky

···

On Mon, Jul 4, 2016 at 10:10 AM, Nico Aliotta <nicoaliotta@gmail.com> wrote:

in the meantime i did
sudo apt-get install postgresql-9.5-pgrouting

and was fine the installation!

Is it complete?


Pgrouting-users mailing list
Pgrouting-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/pgrouting-users

2016-07-04 16:47 GMT+02:00 Daniel Kastl <daniel@georepublic.de>:

First you need to wait until it is published (at this time it still isn’t).
Then I would expect, that you install it the same way as for other platforms:

Daniel


Pgrouting-users mailing list
Pgrouting-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/pgrouting-users

On Mon, Jul 4, 2016 at 11:13 PM, Nico Aliotta <nicoaliotta@gmail.com> wrote:

Ok seems that is still building the package.
How i can install it from my S.O.?

from https://launchpad.net/~georepublic/+archive/ubuntu/pgrouting-unstable/+packages

which command i’ve to use to install only the armhf version?

Currently building on bos01-arm64-019


Pgrouting-users mailing list
Pgrouting-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/pgrouting-users

Georepublic UG & Georepublic Japan
eMail: daniel.kastl@georepublic.de
Web: http://georepublic.info

2016-07-04 16:09 GMT+02:00 Daniel Kastl <daniel@georepublic.de>:

Hi Nico,

Thank you for the link!
I think I was able to trigger a build for “ARM ARMv7 Hard Float”:
https://launchpad.net/~georepublic/+archive/ubuntu/pgrouting-unstable/+packages

Let’s see, if it succeeds.
For now I rebuild the packages for Ubuntu 14.04 and 16.04.
Let me know, if that’s enough for now.

Cheers,
Daniel


Pgrouting-users mailing list
Pgrouting-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/pgrouting-users

On Mon, Jul 4, 2016 at 10:49 PM, Nico Aliotta <nicoaliotta@gmail.com> wrote:

maybe i’ve found how to build an ARM ARMv7 Hard Float (armhf)on launchpad PPA

here it’s the link
http://askubuntu.com/questions/371339/how-to-make-packages-for-arm-in-launchpad


Pgrouting-users mailing list
Pgrouting-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/pgrouting-users

Georepublic UG & Georepublic Japan
eMail: daniel.kastl@georepublic.de
Web: http://georepublic.info

2016-07-04 10:28 GMT+02:00 Daniel Kastl <daniel@georepublic.de>:

Hi Nico,

This is the main page for pgRouting documentation:
http://docs.pgrouting.org/

And this is the page to build the latest release:
http://docs.pgrouting.org/2.2/en/doc/src/installation/build.html

I don’t know how to trigger a build for “arm” on Launchpad PPA.
It only builds for amd64 and i386, but if you know how to do this, please let me know.

Cheers,
Daniel


Pgrouting-users mailing list
Pgrouting-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/pgrouting-users

On Mon, Jul 4, 2016 at 3:23 PM, Nico Aliotta <nicoaliotta@gmail.com> wrote:

MAybe is this?
http://pgrouting.org/docs/1.x/install_ubuntu.html

git clone git://[github.com/pgRouting/pgrouting.git](http://github.com/pgRouting/pgrouting.git) pgrouting

cd pgrouting/
cmake -DWITH_TSP=ON -DWITH_DD=ON .
make
sudo make install

?? and if it's ok is it possible to add in a ppa or add package so that everyone can use it?


Pgrouting-users mailing list
Pgrouting-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/pgrouting-users

Georepublic UG & Georepublic Japan
eMail: daniel.kastl@georepublic.de
Web: http://georepublic.info

2016-07-04 7:19 GMT+02:00 Nico Aliotta <nicoaliotta@gmail.com>:

is it possible to compile pgrouting for raspberrypi3?

that has arm processor? i’musing ubuntu mate 16.04 (arm version)

With sudo apt-get install pgrouting i’m not able.

Where i can find source to compile for arm or packages for ubuntu rpi version?

Georepublic UG (haftungsbeschränkt)
Salzmannstraße 44, 
81739 München, Germany

Vicky Vergara
Operations Research

eMail: vicky@[georepublic.de](http://georepublic.de)
Web: [https://georepublic.info](https://georepublic.info)

Tel: +49 (089) 4161 7698-1
Fax: +49 (089) 4161 7698-9

Commercial register: Amtsgericht München, HRB 181428
CEO: Daniel Kastl