Dear,
I have same problem installing i.spec.sam on grass 7.0.1 and/or 7.1.
I saw that the compilation failed (https://grass.osgeo.org/addons/grass7/logs/summary.html), I would like to know if in the future there could be news or updates.
I would like to use the addon with CASI-sensor iperspectral images.
Thanks
FYI
In GRASS 7.0.1 I receive this error (In Ubuntu 14.04 64bit):
Fetching <i.spec.sam> from GRASS-Addons SVN repository (be patient)…
D1/5: grass.script.core.start_command(): g.message
message=Compiling…
D1/5: G_set_program_name(): g.message
D2/5: G_file_name(): path =
/mnt/xxx/PERMANENT
Compiling…
In file included from main.c:25:0:
global.h:14:1: error: unknown type name ‘MAT’
extern MAT *A;
^
global.h:15:1: error: unknown type name ‘VEC’
extern VEC *b, *Avector;
^
In file included from main.c:25:0:
global.h:1:0: error: unterminated #ifndef
#ifndef GLOBAL_H
^
main.c:26:29: fatal error: meschach/matrix.h: File o
directory non esistente
#include <meschach/matrix.h>
^
compilation terminated.
make: *** [OBJ.x86_64-pc-linux-gnu/main.o] Errore 1
D1/5: grass.script.core.start_command(): g.message -e
message=Compilation failed, sorry. Please check above error
messages.
D1/5: G_set_program_name(): g.message
D2/5: G_file_name(): path =
/mnt/xxx/PERMANENT
ERROR: Compilation failed, sorry. Please check above error messages.
Carmine