IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3887


Ignore:
Timestamp:
May 11, 2005, 2:54:49 PM (21 years ago)
Author:
desonia
Message:

fixes to compile on OSX. Mainly dealt with getting cabs to be found in
complex.h.

Location:
trunk/psLib
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/configure.ac

    r3886 r3887  
    1 AC_PREREQ(2.59)
     1AC_PREREQ(2.57)
    22
    33AC_INIT([pslib],[0.6.0],[http://pan-starrs.ifa.hawaii.edu/bugzilla])
     
    3939CFLAGS="${CFLAGS=} -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200112L -std=c99"
    4040
    41 AC_LANG_PUSH(Fortran)
     41AC_LANG_PUSH(Fortran 77)
    4242AC_PROG_F77([gfortran g77])
    4343AC_F77_WRAPPERS
    44 AC_LANG_POP(Fortran)
     44AC_LANG_POP(Fortran 77)
    4545
    4646AC_PROG_INSTALL
  • trunk/psLib/src/dataManip/psUnaryOp.c

    r3182 r3887  
    3030 *  @author Robert DeSonia, MHPCC
    3131 *
    32  *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    33  *  @date $Date: 2005-02-10 02:36:41 $
     32 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     33 *  @date $Date: 2005-05-12 00:54:49 $
    3434 *
    3535 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    4040 ******************************************************************************/
    4141#include <string.h>
     42#include <complex.h>
    4243#include <math.h>
    4344#include <stdint.h>
  • trunk/psLib/src/image/psImageManip.c

    r3884 r3887  
    1010 *  @author Ross Harman, MHPCC
    1111 *
    12  *  @version $Revision: 1.41 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2005-05-11 22:02:16 $
     12 *  @version $Revision: 1.42 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-05-12 00:54:49 $
    1414 *
    1515 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1616 */
    1717
     18#include <complex.h>
    1819#include <math.h>                          // for isfinite(), etc.
    1920#include <stdlib.h>
  • trunk/psLib/src/math/psUnaryOp.c

    r3182 r3887  
    3030 *  @author Robert DeSonia, MHPCC
    3131 *
    32  *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    33  *  @date $Date: 2005-02-10 02:36:41 $
     32 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     33 *  @date $Date: 2005-05-12 00:54:49 $
    3434 *
    3535 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    4040 ******************************************************************************/
    4141#include <string.h>
     42#include <complex.h>
    4243#include <math.h>
    4344#include <stdint.h>
  • trunk/psLib/test/image/tst_psImageFFT.c

    r3884 r3887  
    66 *  @author Robert DeSonia, MHPCC
    77 *
    8  *  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2005-05-11 22:02:16 $
     8 *  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2005-05-12 00:54:49 $
    1010 *
    1111 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1212 */
    1313
     14#include <complex.h>
    1415#include <math.h>
    1516#include <float.h>
  • trunk/psLib/test/image/tst_psImageManip.c

    r3884 r3887  
    66 *  @author Robert DeSonia, MHPCC
    77 *
    8  *  @version $Revision: 1.42 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2005-05-11 22:02:16 $
     8 *  @version $Revision: 1.43 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2005-05-12 00:54:49 $
    1010 *
    1111 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1212 */
    1313
    14 
     14#include <complex.h>
    1515#include <math.h>
    1616#include <float.h>
Note: See TracChangeset for help on using the changeset viewer.