mlin / PhyloCSF

Phylogenetic analysis of multi-species genome sequence alignments to identify conserved protein-coding regions

Home Page:http://compbio.mit.edu/PhyloCSF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mac executable is linked to MacPorts GSL dylib

mlin opened this issue · comments

By the way, I tried running the binary distribution for Mac and it wouldn't
run, with the message:
dyld: Library not loaded: /opt/local/lib/libgsl.0.dylib
Reason: image not found

$ otool -L PhyloCSF.Darwin.i386
PhyloCSF.Darwin.i386:
/opt/local/lib/libgsl.0.dylib (compatibility version 16.0.0, current version 16.0.0)
/opt/local/lib/libgslcblas.0.dylib (compatibility version 1.0.0, current version 1.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 111.1.5)
/usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0)