version 1.34, 2009/01/29 18:55:44
|
version 1.36, 2009/01/29 19:53:12
|
Line 215 if ($CHKLIBS == "no") then |
|
Line 215 if ($CHKLIBS == "no") then |
|
cd .. | cd .. |
| |
cd .. | cd .. |
else |
#else |
# Non-Stanford users: edit these lines to reflect the location of required | # Non-Stanford users: edit these lines to reflect the location of required |
# 3rd party libs: cfitsio.a | # 3rd party libs: cfitsio.a |
ln -sfv /usr/local/include include |
#ln -sfv /usr/local/include include |
if (!(-d lib)) mkdir lib |
#if (!(-d lib)) mkdir lib |
ln -sfv /usr/local/lib lib/$JSOC_MACHINE |
#ln -sfv /usr/local/lib lib/$JSOC_MACHINE |
endif | endif |
| |
set TPWARN = 0 | set TPWARN = 0 |