File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,3 +34,4 @@ abyss_mergepairs_LDADD = $(builddir)/libalign.a \
3434 $(top_builddir ) /Common/libcommon.a
3535
3636abyss_mergepairs_SOURCES = mergepairs.cc
37+
Original file line number Diff line number Diff line change 2121 displayName: Install btllib
2222 - script : |
2323 ./autogen.sh
24- export CXXFLAGS="$CXXFLAGS -fuse-ld=lld"
25- echo $CXXFLAGS
26- export CFLAGS="$CFLAGS -fuse-ld=lld"
27- export OBJCFLAGS="$OBJCFLAGS -fuse-ld=lld"
28- export OBJCXXFLAGS="$OBJCXXFLAGS -fuse-ld=lld"
24+ export CC=gcc-14
25+ export CXX=g++-14
2926 export DISTCHECK_CONFIGURE_FLAGS="CC=gcc-14 CXX=g++-14 --with-boost=/usr/local/opt/boost --with-sparsehash=/usr/local/opt/google-sparsehash --with-mpi=/usr/local/opt/openmpi --with-btllib=/Users/runner/work/1/s/btllib-1.5.0/install"
3027 ./configure CC=gcc-14 CXX=g++-14 --with-boost=/usr/local/opt/boost --with-sparsehash=/usr/local/opt/google-sparsehash --with-mpi=/usr/local/opt/openmpi --with-btllib=/Users/runner/work/1/s/btllib-1.5.0/install
3128 make -j12 distcheck AM_CXXFLAGS=-Wno-error=dangling-reference
Original file line number Diff line number Diff line change @@ -310,6 +310,8 @@ int main(int argc, char **argv)
310310 duration = (clock ()- tim )/CLOCKS_PER_SEC ;
311311 printf ("Total time: %f secs\n" , duration );
312312 printf ("Total weight: %f \n" , algn -> total_weight );
313+ free_alignment (algn );
314+ free_alignment (salgn );
313315 exit (EXIT_SUCCESS );
314316}
315317
You can’t perform that action at this time.
0 commit comments