ppenteado / ominas

Opensource Multi-INstrument Analysis Software
2 stars 8 forks source link

ICY install #3

Open jnspitale opened 7 years ago

jnspitale commented 7 years ago

I have been playing with using configure.sh for a fresh install today and I have found that IDL_DLM_PATH gets set wrong for the ICY installation, meaning that it doesn't work. Has anyone else had this problem? The solution appears to be to change line 434 of configure.sh to

IF STRPOS(dlm_path, '$icypath') EQ -1 AND flag EQ 'true' THEN dlm_path=dlm_path+':+$icypath/lib'

i.e., add /lib to the path.

-joe

jackipi commented 7 years ago

Hi Joe,

That is a strange issue, because in IDL, the '+' before the directory path should add all subdirectories of that path. Which environment did this occur in?

jnspitale commented 7 years ago

Yeah, that's what I would have thought, but it's even stranger because the original code tries to look in $icypath/src/icy/ for the module.

penteado-jpl commented 6 years ago

This issue was moved to nasa/ominas#1