IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 806


Ignore:
Timestamp:
May 28, 2004, 10:26:49 AM (22 years ago)
Author:
desonia
Message:

added FFTW library to the LDFLAGS variable, as it is now used in dataManip/psFFT

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/Makefile.Globals

    r785 r806  
    55##  Assumptions:    Variable "prefix" already defined
    66##
    7 ##  $Revision: 1.8 $  $Name: not supported by cvs2svn $
    8 ##  $Date: 2004-05-26 00:04:32 $
     7##  $Revision: 1.9 $  $Name: not supported by cvs2svn $
     8##  $Date: 2004-05-28 20:26:49 $
    99##
    1010##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    4242# Set initial value for LDFLAGS which will include all OS common flags for GCC and required libraries.
    4343
    44 LDFLAGS := -g2 -pipe -lcfitsio -lgsl -lgslcblas
     44LDFLAGS := -g2 -pipe -lcfitsio -lgsl -lgslcblas -lfftw3f
    4545
    4646# Define or refine variables for the Linux OS
Note: See TracChangeset for help on using the changeset viewer.