IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 763


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

Added GSL to linker

File:
1 edited

Legend:

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

    r733 r763  
    33##  Makefile:   test/collections
    44##
    5 ##  $Revision: 1.6 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-05-19 02:16:58 $
     5##  $Revision: 1.7 $  $Name: not supported by cvs2svn $
     6##  $Date: 2004-05-24 21:33:44 $
    77##
    88##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    5656
    5757%   : %.o
    58         $(CC) $(LDFLAGS) -L$(PSLIB_LIB_DIR) -lpslib -lpstest -o $@ $<
     58        $(CC) $(LDFLAGS) -L$(PSLIB_LIB_DIR) -lpslib -lpstest -lgsl -lgslcblas -o $@ $<
    5959
    6060%.lint: %.c
Note: See TracChangeset for help on using the changeset viewer.