-
Notifications
You must be signed in to change notification settings - Fork 9
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
change FindNumPy.cmake for FindNumpy.cmake #61
Comments
Can you detail this issue? Is it a CMake detection problem? Or the usage of the associated macro in the CMake scripts? |
Sorry about this, I accidentally sent the ticket without description. My
version of CMake does not find the NUMPY_DIR, keeps asking for
FindNumpy.cmake. Which in fact does not exists, it's FindNumPy.cmake. So I
guess it's either change the file name or modify the makefile, right?
El 25 ene. 2017 11:05 AM, "Alzathar" <notifications@github.com> escribió:
… Can you detail this issue? Is it a CMake detection problem? Or the usage
of the associated macro in the CMake scripts?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#61 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABZwWO9LKuVRSewViALxzMTp8TEpgNgVks5rV1ZRgaJpZM4LtgEX>
.
|
cmake 3.7.1 Changing the file name works for me, everything compiles and tests are fine. |
Can you test on your side the modification of the line openma/cmake/OpenMALanguageBindings.cmake:71. Instead of |
There, it works. As previously, all tests run successfully except #57: openma_io_handlerplugin_reader_bsf , but I know you're working on it. |
Thanks for feedback, I will modify the code ASAP. Regarding the unit test |
No description provided.
The text was updated successfully, but these errors were encountered: