-
-
Notifications
You must be signed in to change notification settings - Fork 416
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
I can't finish the GRASS build due to one module not compiling:
Cannot parse interface for module r.geomorphon. Empty strings will be placed instead of description and keywords. Reason: Unable to fetch interface description for command '<r.geomorphon>'.
This is certainly my fault. Is there any way to disable one specific module at configuration time?
To reproduce
./configure \
--prefix=/opt/$pkgname \
--with-freetype-includes=/usr/include/freetype2 \
--with-wxwidgets \
--with-readline \
--with-pthread \
--with-netcdf \
--with-nls \
--with-geos \
--with-postgres \
--with-pdal \
--with-bzlib \
--with-zstd
--disable-geomorphon ??
make
System description
- ArchLinux
- git master
Additional context
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working