Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

add openblas support in FindCBLAS.cmake #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

add openblas support in FindCBLAS.cmake #1

wants to merge 2 commits into from

Conversation

thjashin
Copy link

@thjashin thjashin commented May 9, 2015

Add several lines in FindCBLAS.cmake so that openblas can be found.
Also fix a bug caused by improper use of find_library() in ctypes. According to

"If wrapping a shared library with ctypes, it may be better to determine the shared library name at development time, and hardcode that into the wrapper module instead of using find_library() to locate the library at runtime."

https://docs.python.org/2/library/ctypes.html

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant