You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the openmpi/4.1.0 conan package is still not ready for conan 2.0
ERROR: Package 'openmpi/4.1.0' not resolved: openmpi/4.1.0: Cannot load recipe.
Error loading conanfile at '/github/home/.conan2/p/openmf80d14015631f/e/conanfile.py': Unable to load conanfile in /github/home/.conan2/p/openmf80d14015631f/e/conanfile.py
File "<frozen importlib._bootstrap_external>", line 728, in exec_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "/github/home/.conan2/p/openmf80d14015631f/e/conanfile.py", line 1, in <module>
from conans import ConanFile, tools, AutoToolsBuildEnvironment
ImportError: cannot import name 'ConanFile' from 'conans' (/opt/pyenv/versions/3.7.13/lib/python3.7/site-packages/conans/__init__.py)
The openmpi library was updated in the conan center repository but it is not recognizable by find_package() in hdf5 cmake configuration. It looks like there is ssh missing or paths not set correctly.
-- Conan: Target declared 'libnl::libnl'
CMake Error at CMakeLists.txt:772 (message):
Parallel libraries not found
-- Configuring incomplete, errors occurred!
hdf5/1.14.5: ERROR:
Package '364f90e6ad6ec8baeb11f1744c1dcdd0306898d7' build failed
hdf5/1.14.5: WARN: Build folder /home/runner/.conan2/p/b/hdf5c58380f2f77cb/b/build/Release
ERROR: hdf5/1.14.5: Error in build() method, line 185
cmake.configure()
ConanException: Error 1 while executing
Error: Process completed with exit code 1.
I split this ticket from #620.
It looks like the openmpi/4.1.0 conan package is still not ready for conan 2.0
https://github.com/ess-dmsc/h5cpp/actions/runs/4675291381/jobs/8280263435#step:6:102
and according to
conan-io/conan-center-index#13655
we have to wait for it much longer (if at all) or do it yourself or comment out MPI ??
The text was updated successfully, but these errors were encountered: