jeanluct / braidlab

Matlab package for analyzing data using braids
GNU General Public License v3.0
23 stars 9 forks source link

Installation/compilation issue #145

Closed alenamaryh closed 6 years ago

alenamaryh commented 6 years ago

I am working to install braidlab on a mac.

I successfully clone your repository, but when i try to compile the folder, receive the errors attached below. I cannot match these with any of the troubleshooting scenarios in your document.

When I run test_braidlab in MATLAB, I receive warnings that the package has not been compiled.

Any help would be greatly appreciated.

screen shot 2018-08-01 at 2 20 27 pm screen shot 2018-08-01 at 2 20 42 pm
jeanluct commented 6 years ago

Looks like you don't have GMP installed. Either install it (see guide) or try compiling with make BRAIDLAB_USE_GMP =0.

jeanluct commented 6 years ago

Hi Alena -- did this help your issue?

jeanluct commented 6 years ago

Closing... reopen later if Alena still needs assistance.