Search Criteria
Package Details: grass 7.8.5-1
Git Clone URL: | https://aur.archlinux.org/grass.git (read-only, click to copy) |
---|---|
Package Base: | grass |
Description: | Geospatial data management and analysis, image processing, graphics/maps production, spatial modeling and visualization |
Upstream URL: | http://grass.osgeo.org/ |
Licenses: | |
Submitter: | Scimmia |
Maintainer: | Scimmia |
Last Packager: | Scimmia |
Votes: | 34 |
Popularity: | 0.002359 |
First Submitted: | 2015-09-06 15:10 |
Last Updated: | 2020-12-31 14:36 |
Dependencies (27)
- bzip2 (bzip2-git, bzip2-rustify-git, bzip2-with-lbzip2-symlinks)
- cairo (cairo-infinality, cairo-infinality-remix, cairo-ubuntu, cairo-dfb, cairo-glesv2-bin, cairo-glesv3-bin, cairo-minimal, cairo-git)
- fftw (fftw-mpich, fftw-mpi, fftw-amd)
- fontconfig (fontconfig-srb, fontconfig-infinality-ultimate, fontconfig-infinality, fontconfig-infinality-remix, fontconfig-git, fontconfig-ubuntu, fontconfig-minimal-git)
- freetype2 (freetype2-v35, freetype2-old-hinting, freetype2-infinality, freetype2-ttmetrics, freetype2-ultimate5, freetype2-git, freetype2-infinality-remix, freetype2-minimal-git)
- gcc-libs (gcc-libs-multilib-x32, fastgcc, gcc-libs-multilib-git, gcc-libs-git)
- gdal (gdal-curl, gdal-filegdb, gdal-hdf4, gdal-ecw)
- geos (geos-git)
- glibc (glibc-linux4, glibc-git, glibc-force-mmap, lib32-glibc-force-mmap, glibc-minimal-git, glibc-dso, lib32-glibc-dso)
- glu (glu-git)
- libgl (glshim-git, catalyst-firepro, libhybris-ext-libgl-git, catalyst-total, catalyst-libgl, catalyst-total-hd234k, libhybris-libgl-git, mesa-libgl-noglvnd, catalyst-test, swiftshader-git, nvidia-340xx-utils, libglvnd-git, amdgpu-pro-libgl, libglvnd)
- libpng (libpng-git, libpng-apng, libpng-minimal-git)
- libtiff (libtiff-git, libtiff-minimal-git)
- libx11 (libx11-git, libx11-threadsafe)
- netcdf (netcdf-openmpi)
- pdal (pdal-git)
- proj (proj-configure-git, proj-git)
- python-gdal (python-gdal-hdf4, python-gdal-ecw)
- python-numpy (python-numpy-mkl-bin, python-numpy-openblas, python-numpy-git, python-numpy-mkl)
- python-pillow (python-pillow-git, python-pillow-simd)
- python-wxpython
- readline (readline-athame-git, readline-git)
- zlib (zlib-static, zlib-git, zlib-asm, minizip-asm, zlib-ng-git)
- zstd (zstd-git, zstd-cmake, zstd-static)
- libxt (make)
- postgresql (pipelinedb, agensgraph-git, postgresql-1c, postgresql-10, postgresql-src-beta, postgresql-9.5, postgresql-9.4, postgresql-src, postgresql-lts, postgresql-12, postgresql-9.6, postgresql-11) (optional) – PostgreSQL database interface
- sqlite (sqlite-fossil, sqlite-replication, sqlite-fts3-parenthesis, sqlite-minimal-git) (optional) – SQLite database interface
Required by (3)
- gdal-grass
- qgis-git (optional)
- qgis-grass-plugin
Latest Comments
1 2 3 4 5 6 ... Next › Last »
marcocurreli commented on 2021-02-02 14:40
/usr/bin/python3.9
kikislater commented on 2021-02-02 04:40
So you symlink python3 to python2 ... You have a problem in your python environment ! What is the output of
readlink -f $(which python)
marcocurreli commented on 2021-01-31 13:50
With python-wxpython-4.1.1 grass gui works fine, but without python 2 symlink ( ln -s ../../../usr/bin/python3 bin/python2) it doesn't work at all.
kikislater commented on 2021-01-21 14:30
Warning : python-wxpython version 4.0.7.2 is buggy and so grass gui crash =>
https://github.com/OSGeo/grass/issues/1261
Solved by building python-wxpython-4.1.1
kikislater commented on 2020-12-31 16:26
Finally one year later removed python 2 symlink ... Thank you Scimmia
kikislater commented on 2020-10-14 14:37
You still incude python2 symlink which is a mess ...
kikislater commented on 2020-05-14 08:44
@Scimmia : Please make a reliable PKGBUILD for community, Python3 is now used by Grass since 7.8 not Python 2 ...
kikislater commented on 2020-05-13 06:39
@Scimmia : Why not removing python2 symbolic link, I don't understand your point of view on this point ?
kikislater commented on 2020-05-07 16:47
7.8.3 include fix :
replace obsolete time.clock() in Python 3.3 (PR:244)
@Scimmia : Please remove python2 symlink, tested without and all is fine !
kikislater commented on 2020-04-21 15:48
@Marco, thanks modification works. May be could make a patch from it !