Skip to content

Commit

Permalink
Update bayestyper.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
mencian authored Nov 12, 2024
1 parent bd396bf commit c725184
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/bayestyper/bayestyper.patch
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ index c8a6142..beddd90 100755
SET(LIBRARY_OUTPUT_PATH ${CMAKE_SOURCE_DIR}/lib)

include_directories(${CMAKE_SOURCE_DIR}/include/vcf++ ${Boost_INCLUDE_DIRS})
+message(STATUS "======= DEBUG Boost_INCLUDE_DIRS: " ${Boost_INCLUDE_DIRS})
+message(STATUS "======= DEBUG Boost_LIB_DIRS: " ${Boost_LIB_DIRS})
+message(STATUS "====== DEBUG Boost_INCLUDE_DIRS: " ${Boost_INCLUDE_DIRS})
+message(STATUS "====== DEBUG Boost_LIB_DIRS: " ${Boost_LIB_DIRS})
link_directories(${Boost_LIB_DIRS})

add_library(${PROJECT_NAME} VcfFile.cpp Variant.cpp Allele.cpp VcfMetaData.cpp AttributeSet.cpp Sample.cpp Utils.cpp Attribute.cpp JoiningString.cpp Stats.cpp AttributeFilter.cpp SampleAlleleAttributeFilter.cpp FastaReader.cpp FastaRecord.cpp Auxiliaries.cpp Trio.cpp Contig.cpp Regions.cpp)

0 comments on commit c725184

Please sign in to comment.