IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 3, 2009, 3:59:18 PM (17 years ago)
Author:
eugene
Message:

add CFITSIO env variable (needed by CFITSIO perl module)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psconfig/pscheckperl

    r24550 r24670  
    5656$perldir = `csh -f psconfig.csh --perldir $version`; chomp $perldir;
    5757$homedir = `pwd`; chomp $homedir;
     58
     59# Astro::FITS::CFITSIO requires this to be set correctly...
     60$ENV{'CFITSIO'} = $prefix;
    5861
    5962print "psconfig version: $version\n";
Note: See TracChangeset for help on using the changeset viewer.