IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 762


Ignore:
Timestamp:
May 24, 2004, 11:33:27 AM (22 years ago)
Author:
harman
Message:

Added GSL libraries to link

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/sysUtils/Makefile

    r637 r762  
    33##  Makefile:   test/sysUtils
    44##
    5 ##  $Revision: 1.9 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-05-11 03:14:49 $
     5##  $Revision: 1.10 $  $Name: not supported by cvs2svn $
     6##  $Date: 2004-05-24 21:33:27 $
    77##
    88##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    6868
    6969%   : %.o
    70         $(CC) $(LDFLAGS) -L.. -L$(PSLIB_LIB_DIR) -lpslib -lpstest -o $@ $<
     70        $(CC) $(LDFLAGS) -L.. -L$(PSLIB_LIB_DIR) -lpslib -lpstest -lgsl -lgslcblas -o $@ $<
    7171
    7272%.lint: %.c
Note: See TracChangeset for help on using the changeset viewer.