Skip to content

[BUG]Typo in readme for MacOS #303

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
pauleaster opened this issue Nov 27, 2021 · 1 comment · Fixed by #305
Closed

[BUG]Typo in readme for MacOS #303

pauleaster opened this issue Nov 27, 2021 · 1 comment · Fixed by #305
Assignees
Milestone

Comments

@pauleaster
Copy link
Contributor

Description

Change readme line:
On OSX: do export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:$AF_PATH/lib64
To:
On OSX: do export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:$AF_PATH/lib

After installing arrayfire 3.7.2, the installation directory was /opt/arrayfire and the library files were in the ./lib subdirectory.

@pauleaster pauleaster added the Bug label Nov 27, 2021
pauleaster added a commit to pauleaster/arrayfire-rust that referenced this issue Nov 27, 2021
Changed `lib64` to `lib`, valid for arrayfire 3.7.2
pauleaster added a commit to pauleaster/arrayfire-rust that referenced this issue Nov 27, 2021
@9prady9 9prady9 added the Docs label Nov 29, 2021
@9prady9
Copy link
Member

9prady9 commented Nov 29, 2021

Thank you for reporting this!

@9prady9 9prady9 added this to the 3.8.1 milestone Nov 29, 2021
9prady9 pushed a commit that referenced this issue Dec 3, 2021
Changed `lib64` to `lib`, valid for arrayfire 3.7.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment