Search Criteria
Package Details: grass 8.4.0-1
Package Actions
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/ |
Keywords: | analysis GIS remote sensing spatial |
Licenses: | GPL |
Submitter: | Scimmia |
Maintainer: | kikislater |
Last Packager: | kikislater |
Votes: | 38 |
Popularity: | 0.000000 |
First Submitted: | 2015-09-06 15:10 (UTC) |
Last Updated: | 2024-07-30 06:17 (UTC) |
Dependencies (28)
- bzip2 (bzip2-gitAUR)
- cairo (cairo-gitAUR)
- fftw
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-macosAUR, freetype2-qdoledAUR, freetype2-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- gdal (gdal-libkml-filegdbAUR, gdal-libkmlAUR, gdal-ecwAUR, gdal-hdf4AUR)
- geos (geos-gitAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR)
- glu (glu-gitAUR)
- libgl (libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, amdgpu-pro-oglpAUR, nvidia-340xx-utilsAUR, libglvnd)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libtiff (libtiff-gitAUR, libtiff-lercAUR)
- libx11 (libx11-gitAUR)
- netcdf (netcdf-openmpi)
- pdal (pdal-gitAUR)
- proj (proj-gitAUR)
- python-gdal (python-gdal-libkml-filegdbAUR, python-gdal-libkmlAUR, python-gdal-ecwAUR, python-gdal-hdf4AUR)
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR)
- python-pillow (python-pillow-simd-gitAUR)
- Show 8 more dependencies...
Required by (3)
- gdal-grass
- qgis-git (optional)
- qgis-grass-plugin
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 16 Next › Last »
Scimmia commented on 2020-02-27 14:12 (UTC)
python 3.8.2 is finally out and in the testing repo. Should hit Extra pretty quickly.
backerman commented on 2020-02-17 07:44 (UTC)
Please add
flex
as a build dependency.kikislater commented on 2020-01-22 04:28 (UTC) (edited on 2020-01-22 07:31 (UTC) by kikislater)
Edit : grass gui will not work with python 3.8.1. Downgrade to python 3.8.0 or wait for 3.8.2, they will revert changes in 3.8.2 https://trac.osgeo.org/grass/ticket/4015
grass doesn't launch anymore, wxpython fail :
$ grass78
Default locale not found, using UTF-8
Default locale settings are missing. GRASS running with C locale.
Starting GRASS GIS...
Cleaning up temporary files...
Welcome to GRASS GIS 7.8.2
GRASS GIS homepage: https://grass.osgeo.org
This version running through: Bash Shell (/bin/bash)
Help is available with the command: g.manual -i
See the licence terms with: g.version -c
See citation options with: g.version -x
If required, restart the GUI with: g.gui wxpython
When ready to quit enter: exit
Launching <wxpython> GUI in the background, please wait...
GRASS 7.8.2 (newLocation):~ > Traceback (most recent call last):
File "/usr/lib/python3.8/ctypes/init.py", line 99, in CFUNCTYPE
KeyError: (<class 'ctypes.c_int'>, (<class 'grass.lib.ctypes_preamble.String'>,), 1)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/grass/gui/wxpython/wxgui.py", line 105, in OnInit
File "/opt/grass/gui/wxpython/lmgr/frame.py", line 51, in <module>
File "/opt/grass/gui/wxpython/lmgr/layertree.py", line 38, in <module>
File "/opt/grass/gui/wxpython/mapdisp/frame.py", line 33, in <module>
File "/opt/grass/gui/wxpython/mapdisp/toolbars.py", line 22, in <module>
File "/opt/grass/gui/wxpython/nviz/main.py", line 24, in <module>
File "/opt/grass/gui/wxpython/nviz/mapwindow.py", line 42, in <module>
File "/opt/grass/gui/wxpython/nviz/workspace.py", line 23, in <module>
File "/opt/grass/gui/wxpython/nviz/wxnviz.py", line 51, in <module>
File "/opt/grass/etc/python/grass/lib/gis.py", line 552, in <module>
File "/usr/lib/python3.8/ctypes/init.py", line 101, in CFUNCTYPE
TypeError: item 1 in argtypes passes a union by value, which is unsupported.
OnInit returned false, exiting...
kikislater commented on 2019-12-15 16:56 (UTC)
Wrong python version inside this grass package (symbolic link). It couldn't work like this. Python2 is deprecated in grass 7.8 Line 55 in PKGBUILD should be deleted, it's a nonsense to link python2 inside grass 7.8 ... Install some extension and you will see some problems !
Scimmia commented on 2019-12-15 15:21 (UTC)
No, everything using python3 calls python3 specifically
kikislater commented on 2019-12-15 08:13 (UTC) (edited on 2019-12-15 08:14 (UTC) by kikislater)
PKGBUILD needs refactor : 7.8 support python 3 not python 2.
Line 55 : # Fix for 3rd party python scripts ln -s ../../../usr/bin/python2 bin/python
Running grass :
~ > which python
/opt/grass/bin/python
:~ > ls -lsa /opt/grass/bin/python
0 lrwxrwxrwx 1 root root 24 15 déc. 08:42 /opt/grass/bin/python -> ../../../usr/bin/python2
loganj commented on 2019-11-22 21:48 (UTC)
Scimmia commented on 2019-11-12 15:08 (UTC) (edited on 2019-11-12 15:08 (UTC) by Scimmia)
Seems even 7.8.1 isn't totally ready for python 3.8 (time module changes). If it becomes an issue, let me know and I'll see about patching it.
kikislater commented on 2019-09-30 06:43 (UTC)
There is a ton of problems using 7.8. There is no LTS version on AUR. May be it should be good to use it : Latest stable long term support (LTS) release: GRASS GIS 7.6 source : https://grass.osgeo.org/
Scimmia commented on 2019-09-15 08:03 (UTC)
7.8 PKGBUILD is up. I can't say I'm positive about the deps, mostly the python ones, but it builds in a clean chroot and runs with some limited testing. If anyone runs into issues, let me know.
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 16 Next › Last »