tjunier / newick_utils

shell tools for processing phylogenetic trees
Other
101 stars 31 forks source link

make_bindist.sh broken #32

Open max-mapper opened 1 year ago

max-mapper commented 1 year ago

I need a distribution without shared libraries and was trying to run make_bindist.sh. There are a couple things currently breaking it, but running this fixed it for me:

rm data/HRV_wOG.nw
rm data/*.ipynb

I think because the Makefile.am has data/* it will treat everything in there as a target but these files that were presumably added later are causing it to fail

max-mapper commented 1 year ago

newick-utils-1.6-Linux-x86_64-disabled-extra

heres a copy of the src/nw_* files from newick-utils-1.6-Linux-x86_64-disabled-extra (the binary distribution) that I got form running make_bindist.sh

JGLAHE commented 1 year ago

Thankyou very much to building that!