Changeset 3913


Ignore:
Timestamp:
May 19, 2020, 12:44:31 AM (3 years ago)
Author:
Peter
Message:

prefer new PP macro YAT_HAVE_HTSLIB. Deprecated macro YAT_HAVE_LIBBAM is supposed to be identical to macro YAT_HAVE_HTSLIB, but defined when the latter was not.

Location:
trunk/yat
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/omic/algorithm.h

    r3792 r3913  
    2525#include <yat/utility/config_public.h>
    2626
    27 #ifdef YAT_HAVE_LIBBAM
     27#ifdef YAT_HAVE_HTSLIB
    2828#include "BamPairIterator.h"
    2929#endif
  • trunk/yat/utility/config_public.h.in

    r3912 r3913  
    6464
    6565/// This macro is deprated, left for backward compatibility with yat 0.17
     66#ifdef YAT_HAVE_HTSLIB
    6667#define YAT_HAVE_LIBBAM YAT_HAVE_HTSLIB
     68#endif
    6769
    6870/// Define if compiler supports deprecated attribute, as in g++ 4.0
Note: See TracChangeset for help on using the changeset viewer.