version 1.17, 2008/02/11 18:41:31
|
version 1.18, 2008/03/04 20:20:00
|
Line 150 if ($CHKLIBS == "no") then |
|
Line 150 if ($CHKLIBS == "no") then |
|
cd .. | cd .. |
echo "done" | echo "done" |
echo | echo |
|
|
# Set links to third-party libraries | # Set links to third-party libraries |
echo "Setting links to third-party libraries" | echo "Setting links to third-party libraries" |
if (!(-d lib_third_party)) then | if (!(-d lib_third_party)) then |
Line 162 if ($CHKLIBS == "no") then |
|
Line 161 if ($CHKLIBS == "no") then |
|
ln -sfv /home/jsoc/include include | ln -sfv /home/jsoc/include include |
ln -sfv /home/jsoc/lib lib | ln -sfv /home/jsoc/lib lib |
else | else |
# Non-Stanford users. |
# Non-Stanford users: edit these lines to reflect the location of required |
|
# 3rd party libs: cfitsio.a |
|
ln -sfv /usr/local/include include |
|
ln -sfv /usr/local/lib lib |
endif | endif |
| |
set TPWARN = 0 | set TPWARN = 0 |