[postgis-tickets] [PostGIS] #2918: Use GeographicLib functions for ST_Azimuth, ST_Distance and ST_Project

PostGIS trac at osgeo.org
Sat Sep 13 14:53:39 PDT 2014


#2918: Use GeographicLib functions for ST_Azimuth, ST_Distance and ST_Project
---------------------+------------------------------------------------------
 Reporter:  mwtoews  |       Owner:  pramsey      
     Type:  patch    |      Status:  new          
 Priority:  medium   |   Milestone:  PostGIS 2.2.0
Component:  postgis  |     Version:  trunk        
 Keywords:           |  
---------------------+------------------------------------------------------

Comment(by darkblueb):

 I have built the GeographicLib on Ubuntu 14.04 64bit, Postgres 9.3; and
 applied the supplied patch to 2.2trunk.

 The patch line 23 shows adding geodesic.o to NM_OBJS, but the build
 library shows
 {{{
 make[1]: Entering directory
 `/pinedisk/shared/srcs_thuban1/GeographicLib-1.37/src'
 make[2]: Entering directory
 `/pinedisk/shared/srcs_thuban1/GeographicLib-1.37/src'
  /bin/mkdir -p '/usr/local/lib'
  /bin/bash ../libtool   --mode=install /usr/bin/install -c
 libGeographic.la '/usr/local/lib'
 libtool: install: /usr/bin/install -c .libs/libGeographic.so.13.0.0
 /usr/local/lib/libGeographic.so.13.0.0
 libtool: install: (cd /usr/local/lib && { ln -s -f libGeographic.so.13.0.0
 libGeographic.so.13 || { rm -f libGeographic.so.13 && ln -s
 libGeographic.so.13.0.0 libGeographic.so.13; }; })
 libtool: install: (cd /usr/local/lib && { ln -s -f libGeographic.so.13.0.0
 libGeographic.so || { rm -f libGeographic.so && ln -s
 libGeographic.so.13.0.0 libGeographic.so; }; })
 libtool: install: /usr/bin/install -c .libs/libGeographic.lai
 /usr/local/lib/libGeographic.la
 libtool: install: /usr/bin/install -c .libs/libGeographic.a
 /usr/local/lib/libGeographic.a
 libtool: install: chmod 644 /usr/local/lib/libGeographic.a
 libtool: install: ranlib /usr/local/lib/libGeographic.a
 libtool: finish:
 PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin"
 ldconfig -n /usr/local/lib
 }}}

 oddly, when I searched for geodesic.o, I found one here..
 {{{
 /pinedisk/srcsAced/grass_trunk/lib/gis/OBJ.x86_64-unknown-linux-
 gnu/geodesic.o
 }}}

 onward...

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2918#comment:11>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-tickets mailing list