cbg-ethz / shorah

Repo for the software suite ShoRAH (Short Reads Assembly into Haplotypes)
GNU General Public License v3.0
39 stars 14 forks source link

Make discovery of C++ dependencies more robust #73

Closed kpj closed 4 years ago

kpj commented 4 years ago

This PR tries to find fixes of reasonable complexity.

kpj commented 4 years ago

One could also think of the following code:

import os
from distutils.sysconfig import get_python_lib
base_dir = os.path.join(get_python_lib(), 'shorah')

Potential side-effects still need to be investigated!