JY-Zhou / FreePSI

An alignment-free approach to estimating exon-inclusion ratios without a reference transcriptome
GNU General Public License v3.0
10 stars 2 forks source link

Release statically compiled binary #1

Open mdshw5 opened 6 years ago

mdshw5 commented 6 years ago

Thanks for making your code available and also for providing a binary release. Unfortunately you've linked against libraries an average user may not have: Intel MKL and a modern glibc. If you provide a statically linked binary this wouldn't be an issue.

JY-Zhou commented 6 years ago

Thank you for pointing out this issue and providing a possible solution. I will fix this problem and release a statically linked binary as soon as possible. :)

mdshw5 commented 6 years ago

I was able to compile freePSI, so for me there's not a rush. If I have time I'll submit a PR with a more generalized Makefile that should help others.