Closed rsignell-usgs closed 7 years ago
Tried building as instructed with make all, but build failed -- couldn't find oalib.so.
make all
oalib.so
Tried doing cd src; make oalib, which gave warnings:
cd src; make oalib
oalib.F:832.28: call inverse(Gp,c,c,A,issing) 1 Warning: Type mismatch in argument 'issing' at (1); passed INTEGER(4) to REAL(8) oalib.F:1114.28:
and failed to copy the existing oalib.so because it didn't get picked up by the regex:
cp oalib.*.so ../oalib.so cp: cannot stat `oalib.*.so': No such file or directory
Same issue for hindices
hindices
Hmm, this seems strange, but when I switched from a python2 environment to a python3 environment, the Makefile works without these changes.
Tried building as instructed with
make all
, but build failed -- couldn't findoalib.so
.Tried doing
cd src; make oalib
, which gave warnings:and failed to copy the existing
oalib.so
because it didn't get picked up by the regex:Same issue for
hindices