Search Criteria
Package Details: gdal1 1.11.5-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/gdal1.git (read-only, click to copy) |
---|---|
Package Base: | gdal1 |
Description: | A translator library for raster geospatial data formats |
Upstream URL: | http://www.gdal.org/ |
Licenses: | custom |
Submitter: | jose1711 |
Maintainer: | jose1711 |
Last Packager: | jose1711 |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2016-01-09 22:08 (UTC) |
Last Updated: | 2017-07-27 23:45 (UTC) |
Dependencies (23)
- cfitsio
- curl (curl-minimal-git, curl-git)
- geos (geos-git)
- giflib (giflib-git)
- hdf5 (hdf5-git, hdf5-openmpi)
- libgeotiff
- libjpeg (libjpeg-turbo-minimal-git, mozjpeg-git, libjpeg-turbo-git, mozjpeg, libjpeg-turbo)
- libmariadbclient (libmysqlclient55, libmysqlclient56, mariadb-libs-git, libmysqlclient57, libmysqlclient, mariadb-libs)
- libpng (libpng-minimal-git, libpng-git, libpng-apng)
- libspatialite (libspatialite-devel)
- libtiff (libtiff-git, libtiff-minimal-git, libtiff-lerc)
- netcdf (netcdf-openmpi)
- postgresql-libs (agensgraph-git, postgresql-libs-1c, postgresql-libs-9.5, postgresql-libs-9.4, postgresql-src-beta-libs, postgresql-libs-9.6, postgresql-libs-11, postgresql-libs-10, postgresql-libs-12, postgresql13-libs, postgresql-src-libs, postgresql-lts-libs)
- python2 (python2-bin)
- python2-numpy
- sqlite (sqlite-minimal-git, sqlite-fts3-parenthesis, sqlite-fossil)
- chrpath (chrpath-svn) (make)
- doxygen (doxygen-git, doxygen-clang) (make)
- perl (perl-git) (make)
- swig (swig-git) (make)
- Show 3 more dependencies...
Latest Comments
dtusk commented on 2018-05-02 11:35 (UTC)
@sachin1618 if you provide "-with-libjson-c=internal" to
./configure
line in PKGBUILD it will work.However, there are problems with compiling python bindings.
sachin1618 commented on 2018-02-15 01:40 (UTC)
I get the following compilation error:
argdataset.cpp: In function 'json_object GetJsonObject(CPLString)': argdataset.cpp:142:45: error: 'error_ptr' was not declared in this scope if (pJSONObject == (struct json_object)error_ptr(-1) || pJSONObject == NULL) { ^~~~~~~~~ argdataset.cpp:142:45: note: suggested alternative: 'error_t' if (pJSONObject == (struct json_object)error_ptr(-1) || pJSONObject == NULL) { ^~~~~~~~~ error_t make[2]: ** [../../GDALmake.opt:562: ../o/argdataset.lo] Error 1
jose1711 commented on 2017-07-27 23:46 (UTC)
jose1711 commented on 2017-06-30 22:17 (UTC)
chendaniely commented on 2017-06-30 18:26 (UTC) (edited on 2017-06-30 18:52 (UTC) by chendaniely)
jose1711 commented on 2017-01-29 19:46 (UTC)
sikmir commented on 2017-01-29 11:23 (UTC)