IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 7, 2005, 3:07:00 PM (21 years ago)
Author:
eugene
Message:

added support for libdvo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/misc/doc/Changes.log

    r4481 r5242  
     1
     22005.10.07
     3
     4        I was having some memory collision problems, and attempting to
     5        use the ohana_allocate functions reminded me that the libFITS
     6        functions were not supported under ohana_allocate.  This was
     7        unhelpful.  I bit the bullet and split libohana into libohana
     8        (base functions only, including ohana_allocate) and libdvo
     9        (functions based on the libautocode structures).  Doing this
     10        allowed me to make libFITS depend on libohana (including
     11        ohana_allocate).  BUT, this forced me to change all LDFLAGS
     12        entries in ohana to swap -lohana -lFITS for -lFITS -lohana,
     13        and to add include <fitsio.h> in some cases.
    114
    215misc-1-1:
Note: See TracChangeset for help on using the changeset viewer.