DReichLab / EIG

Eigen tools by Nick Patterson and Alkes Price lab
Other
180 stars 60 forks source link

There is no "convertf" in the bin folder. #89

Closed ZhenyaoYe closed 1 year ago

ZhenyaoYe commented 1 year ago

Hi,

I downloaded the zip file of this EIG. But I did not see convertf stored in bin folder. Anyone can help me this matter? Thank you!

Best regards, Zhenyao

bumblenick commented 1 year ago

The executables should be recompiled

make convertf

Nick

On Wed, Jul 26, 2023 at 12:08 AM ZhenyaoYe @.***> wrote:

Hi,

I downloaded the zip file of this EIG. But I did not see convertf stored in bin folder. Anyone can help me this matter? Thank you!

Best regards, Zhenyao

— Reply to this email directly, view it on GitHub https://github.com/DReichLab/EIG/issues/89, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEE77BYJW6C5IV4TZF4Y44TXSCJ3JANCNFSM6AAAAAA2X7C3WM . You are receiving this because you are subscribed to this thread.Message ID: @.***>

ZhenyaoYe commented 1 year ago

Thank you so much for your response, Nick! It works now.

Zhenyao

Phiphigenes commented 7 months ago

Hello

I work on Mac and when I enter : make convertf I got an error message :

ld: library not found for -lgsl clang: error: linker command failed with exit code 1 (use -v to see invocation) make: *** [convertf] Error 1

What could I do to solve this issue ? Thank you

Philippe

Phiphigenes commented 7 months ago

Hello I have solve the issue by installing Homebrew then gsl and openBlas. Now it works fine! Philippe