[GRASS-user] addons installation under GRASS 7.0-svn

Glynn Clements glynn at gclements.plus.com
Sun Aug 15 12:48:02 EDT 2010


Nikos Alexandris wrote:

> > perhaps not absolutely all, but between the C lib changes
> > and the (I hope hope temporary) removal of shell script
> > support, it is safe to say that most will need some
> > porting work.
> 
> Oh... :-O. Shell script(ing) ability completly removed in grass7x?

You can still run GRASS commands from shell scripts, and you can still
use g.parser in shell scripts.

The only thing that has changed is that the build system no longer has
rules for shell scripts. If you want to write a Makefile to install a
shell script, you can't rely upon Script.make or ScriptRules.make, as
they assume that all scripts are Python (i.e. the source file must
have a .py extension, and the installed script will have a .py
extension on Windows).

-- 
Glynn Clements <glynn at gclements.plus.com>


More information about the grass-user mailing list