- Notifications
You must be signed in to change notification settings - Fork65
Adding examples (full-working)#218
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Cool! If you use this CMake file here:https://github.com/xtensor-stack/xtensor-python/blob/master/cmake/FindNumPy.cmake I think it should help in finding the include directory for the NumPy headers. |
tdegeus commentedNov 11, 2019 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Thanks@wolfv . By default my cmake does not find the find_package(NumPyREQUIRED) I get CMake Warning at CMakeLists.txt:9 (find_package): By not providing"FindNumPy.cmake"in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by"NumPy", but CMake did not find one. Could not find a package configuration file provided by"NumPy" with any of the following names: NumPyConfig.cmake numpy-config.cmake Add the installation prefix of"NumPy" to CMAKE_PREFIX_PATH orset"NumPy_DIR" to a directory containing one of the above files. If"NumPy" provides a separate development package or SDK, be sure it has been installed. |
Integrated in#256 |
Uh oh!
There was an error while loading.Please reload this page.
I'm starting adding some full-working examples to the docs. At first I will implement the strategies described by@JohanMabillehere
I'm still having trouble getting the first example working, in particular the
CMakeLists.txt
is apparently insufficient as~/miniconda3/envs/test/include/xtensor-python/pycontainer.hpp:28:10: fatal error: 'numpy/arrayobject.h' file not found
Thereafter it would be good to hear your opinions on what kind of examples to include@wolfv@JohanMabille@SylvainCorlay. If you agree I would probably include building the example in the CI.