mikekatz04 / BBHx

GNU General Public License v3.0
19 stars 16 forks source link

Add lapacke linking in setup.py #11

Closed rjrosati closed 7 months ago

rjrosati commented 10 months ago

This is basically the same issue as https://github.com/BlackHolePerturbationToolkit/FastEMRIWaveforms/issues/8 , and fails to link to lapacke correctly whenever you're not in a conda environment.

It's an easy fix, just adding lapacke to the right lines in setup.py. PR incoming shortly

mikekatz04 commented 7 months ago

Closed with pull request