[GRASS-dev] [GRASS GIS] #3901: Addons missing in Makefile
GRASS GIS
trac at osgeo.org
Sun Sep 22 12:03:19 PDT 2019
#3901: Addons missing in Makefile
--------------------------+-------------------------
Reporter: sbl | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone:
Component: Addons | Version: unspecified
Resolution: | Keywords: Makefile
CPU: Unspecified | Platform: Unspecified
--------------------------+-------------------------
Comment (by neteler):
Testing PR 30:
(@devs, in case you didn't know - you can add `.diff` to a pull request on
GH and get the patch as diff file)
{{{
cd grass_addons_git/
# fetching diff
wget https://patch-diff.githubusercontent.com/raw/OSGeo/grass-
addons/pull/30.diff
patch -p1 < 30.diff
cd grass7/raster/
G78SRC="~/software/grass78_git"
# compile against G78 (adapt path as needed)
make MODULE_TOPDIR=$G78SRC
# check for errors
cat $G78SRC/error.log
}}}
Tested locally, the proposed https://github.com/OSGeo/grass-addons/pull/30
works fine, great idea!
TODO: ignore the subdirs which contain a `DEPRECATED` file.
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3901#comment:3>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list