Skip to content

Commit

Permalink
fixing install issues
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaceves committed Dec 13, 2023
1 parent 3be19f2 commit 07961c1
Show file tree
Hide file tree
Showing 625 changed files with 1,207 additions and 6 deletions.
6 changes: 2 additions & 4 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ CXXFLAGS = -v -g -std=c++11 -Wall -Wextra -Werror
# this lists the binaries to produce, the (non-PHONY, binary) targets in
# the previous manual Makefile
bin_PROGRAMS = ivar
ivar_SOURCES = ivar.cpp call_consensus_pileup.cpp alignment.cpp suffix_tree.cpp trim_primer_quality.cpp remove_reads_from_amplicon.cpp call_variants.cpp primer_bed.cpp allele_functions.cpp get_masked_amplicons.cpp get_common_variants.cpp parse_gff.cpp ref_seq.cpp interval_tree.cpp saga.cpp gmm.cpp
ivar_SOURCES = ivar.cpp call_consensus_pileup.cpp alignment.cpp suffix_tree.cpp trim_primer_quality.cpp remove_reads_from_amplicon.cpp call_variants.cpp primer_bed.cpp allele_functions.cpp get_masked_amplicons.cpp get_common_variants.cpp parse_gff.cpp ref_seq.cpp interval_tree.cpp saga.cpp include/armadillo_bits/*.hpp include/armadillo gmm.cpp
ivar_LDADD = $(LIBS)

bin_PROGRAMS = armadillo
armadillo_SOURCES = ./armadillo/*.hpp
include_HEADERS = include/armadillo_bits/*.hpp
4 changes: 2 additions & 2 deletions src/gmm.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <armadillo>
#include "./include/armadillo"

int gmm_model(){
gmm_diag model;
//arma::gmm_diag model;
return(1);
}
Loading

0 comments on commit 07961c1

Please sign in to comment.