Description
GRASS GIS - Bringing advanced geospatial technologies to the world.
Source code: GRASS GIS 7.2.3, https://data.neteler.org/tmp/grass-7.2.3-1.fc28.src.rpm
SPEC file based on
- https://koji.fedoraproject.org/koji/packageinfo?packageID=1972 with many improvements and
- https://trac.osgeo.org/grass/browser/grass/branches/releasebranch_7_4/rpm/grass.spec
Installation Instructions
# install as root user (or use "sudo" below)
su
** Fedora **
# Fedora 24+25+26 (see below if you also use GDAL from this COPR):
# dependencies:
dnf copr enable neteler/laszip
dnf copr enable neteler/liblas
dnf copr enable neteler/grass72
dnf update
dnf install grass grass-libs liblas
# needed for GRASS Addons (via g.extension)
dnf install grass-devel liblas liblas-devel
**Update notes for users of F25 **
Since Fedora 25, the included GDAL version is 2.x - so it is recommended to install GDAL from main Fedora rather than from the older COPR repository (https://copr.fedorainfracloud.org/coprs/neteler/GDAL/)
# F25: switch to GDAL 2.x from Fedora rather than COPR:
rm -f /etc/yum.repos.d/_copr_neteler-GDAL.repo
rpm -e --nodeps gdal gdal-devel gdal-python gdal-libs
dnf install gdal gdal-devel gdal-python gdal-libs
** EPEL7 (RHEL, SL, CentOS,...) **
### EPEL7:
su
# First install these two dependencies:
# https://copr.fedorainfracloud.org/coprs/neteler/python-matplotlib/
# https://copr.fedorainfracloud.org/coprs/neteler/liblas/
#
# Then install GDAL from EPEL
yum install epel-release
yum install gdal gdal-python gdal-devel
#
# Now install GRASS GIS 7:
wget -O /etc/yum.repos.d/grass72.repo https://copr.fedoraproject.org/coprs/neteler/grass72/repo/epel-7/neteler-grass72-epel-7.repo
yum update
yum install grass grass-libs liblas
# needed for GRASS Addons (via g.extension)
yum install grass-devel liblas liblas-devel
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
EPEL 7 | x86_64 (63)* | EPEL 7 (951 downloads) |
* Total number of downloaded packages.
External Repository List
The following repositories are accessible during builds
Quick Enable
#> dnf copr enable neteler/grass72
More info about enabling Copr repositories