shendurelab / LACHESIS

The LACHESIS software, as described in Nature Biotechnology (http://dx.doi.org/10.1038/nbt.2727)
Other
76 stars 32 forks source link

cleaned up my autotools mess, now it should properly compile without … #27

Closed abelew closed 7 years ago

abelew commented 7 years ago

…including samtools and via --with-samtools when they are installed somewhere odd.

Now it compiles on the computing cluster as well as a few other computers I have on hand, yay -- and even runs without a segfault from just the normal ./configure && make && make install (though I use --prefix=/some/long/path/in/gnu/modules)

Thanks to autotools, there are now targets for make dist, make uninstall, etc.