Changeset 24670
- Timestamp:
- Jul 3, 2009, 3:59:18 PM (17 years ago)
- Location:
- trunk/psconfig
- Files:
-
- 2 edited
-
psbuild (modified) (3 diffs)
-
pscheckperl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psconfig/psbuild
r23790 r24670 153 153 154 154 # set build environment variables 155 ps_setenv (1, "PATH", "--path");156 ps_setenv (1, "CPATH", "--cpath");157 ps_setenv (1, "ARCH", "--arch");155 ps_setenv (1, "PATH", "--path"); 156 ps_setenv (1, "CPATH", "--cpath"); 157 ps_setenv (1, "ARCH", "--arch"); 158 158 ps_setenv (1, "LIBRARY_PATH", "--library_path"); 159 159 ps_setenv (1, "LD_LIBRARY_PATH", "--ld_library_path"); … … 161 161 ps_setenv (1, "ACLOCAL_FLAGS", "--aclocal_flags"); 162 162 ps_setenv (1, "PERL5LIB", "--perl5lib"); 163 ps_setenv (1, "CFITSIO", "--prefix"); 163 164 164 165 exit 0; … … 211 212 ps_setenv (0, "ACLOCAL_FLAGS", "--aclocal_flags"); 212 213 ps_setenv (0, "PERL5LIB", "--perl5lib"); 214 ps_setenv (0, "CFITSIO", "--prefix"); 213 215 214 216 # some versions of libtool use this value: -
trunk/psconfig/pscheckperl
r24550 r24670 56 56 $perldir = `csh -f psconfig.csh --perldir $version`; chomp $perldir; 57 57 $homedir = `pwd`; chomp $homedir; 58 59 # Astro::FITS::CFITSIO requires this to be set correctly... 60 $ENV{'CFITSIO'} = $prefix; 58 61 59 62 print "psconfig version: $version\n";
Note:
See TracChangeset
for help on using the changeset viewer.
