make_bindist.sh broken
Opened this issue · 2 comments
max-mapper commented
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
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
Thankyou very much to building that!