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

Cannot configure project without mpi library #200

@prograholic

Description

@prograholic

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions