Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Cannot configure project without mpi library #200

Open
prograholic opened this issue Dec 31, 2012 · 0 comments
Open

Cannot configure project without mpi library #200

prograholic opened this issue Dec 31, 2012 · 0 comments

Comments

@prograholic
Copy link

I'm trying to configure boost for win32-msvc-2008 with following command:

cmake -DBUILDDIR=../build/msvc-2008 -DBUILDSTEP=configure -P build.cmake

However i does not have any mpi library, and configuration fails with error:

D:\prograholic\projects\boost\src>cmake -DBUILDDIR=../build/msvc-2008 -DBUILDSTEP=configure -P build.cmake
CMake Warning at boost/boostbook/CMakeLists.txt:28 (message):
could not find DocBook DTD!

CMake Warning at boost/boostbook/CMakeLists.txt:39 (message):
could not find DocBook XSL stylesheets!

CMake Error at C:/Program Files/CMake 2.8/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:97 (message):
Could NOT find MPI_C (missing: MPI_C_LIBRARIES MPI_C_INCLUDE_PATH)
Call Stack (most recent call first):
C:/Program Files/CMake 2.8/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:291 (_FPHSA_FAILURE_MESSAGE)
C:/Program Files/CMake 2.8/share/cmake-2.8/Modules/FindMPI.cmake:587 (find_package_handle_standard_args)
ryppl/cmake/Modules/RypplFindPackage.cmake:42 (find_package)
boost/graph_parallel/CMakeLists.txt:13 (ryppl_find_package)

-- Configuring incomplete, errors occurred!
CMake Error at build.cmake:79 (message):
Configuring failed.

Note that i can sucessfully configure and build project under linux (with all necessary dependencies)

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

No branches or pull requests

1 participant