IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3439


Ignore:
Timestamp:
Mar 17, 2005, 8:53:14 AM (21 years ago)
Author:
desonia
Message:

made the default library location to be the standard build location, versus
the install location.

Location:
trunk/psLib/test
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/FullUnitTest

    r3225 r3439  
    1919#  RETURN : integer number of tests which failed
    2020#
    21 #  $Revision: 1.18 $  $Name: not supported by cvs2svn $
    22 #  $Date: 2005-02-15 19:46:51 $
     21#  $Revision: 1.19 $  $Name: not supported by cvs2svn $
     22#  $Date: 2005-03-17 18:53:14 $
    2323#
    2424#  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    6161# add PSLIB_ROOT/lib to LD_LIBRARY_PATH and DYLD_LIBRARY_PATH environment
    6262# variables
    63 $ENV{'LD_LIBRARY_PATH'}   = "$ENV{'PSLIB_ROOT'}/lib:$ENV{'LD_LIBRARY_PATH'}";
    64 $ENV{'DYLD_LIBRARY_PATH'} = "$ENV{'PSLIB_ROOT'}/lib:$ENV{'DYLD_LIBRARY_PATH'}";
     63$ENV{'LD_LIBRARY_PATH'}   = "$ENV{'PSLIB_ROOT'}/src/.libs:$ENV{'LD_LIBRARY_PATH'}";
     64$ENV{'DYLD_LIBRARY_PATH'} = "$ENV{'PSLIB_ROOT'}/src/.libs:$ENV{'DYLD_LIBRARY_PATH'}";
    6565
    6666# Initialize variables for counting the makes and test failures and the
  • trunk/psLib/test/runTest

    r3246 r3439  
    2626#
    2727#  $Revison:  $  $Name: not supported by cvs2svn $
    28 #  $Date: 2005-02-17 01:58:42 $
     28#  $Date: 2005-03-17 18:53:14 $
    2929#
    3030#  Copyright 2004 Maui High Performance Computering Center, University of Hawaii
     
    6464
    6565        # Add PSLIB_ROOT/lib to LD_LIBRARY_PATH and DYLD_LIBRARY_PATH environment vars
    66         $ENV{'LD_LIBRARY_PATH'}   = "$ENV{'PSLIB_ROOT'}/lib:$ENV{'LD_LIBRARY_PATH'}";
    67         $ENV{'DYLD_LIBRARY_PATH'} = "$ENV{'PSLIB_ROOT'}/lib:$ENV{'DYLD_LIBRARY_PATH'}";
     66        $ENV{'LD_LIBRARY_PATH'}   = "$ENV{'PSLIB_ROOT'}/src/.libs:$ENV{'LD_LIBRARY_PATH'}";
     67        $ENV{'DYLD_LIBRARY_PATH'} = "$ENV{'PSLIB_ROOT'}/src/.libs:$ENV{'DYLD_LIBRARY_PATH'}";
    6868}
    6969
Note: See TracChangeset for help on using the changeset viewer.