mikekatz04 / BBHx

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

Add lapacke linking in setup.py #11

Closed rjrosati closed 8 months ago

rjrosati commented 11 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 8 months ago

Closed with pull request