Skip to content

Commit

Permalink
Put back MPI libraries in the Python layers.
Browse files Browse the repository at this point in the history
Refs #7798
  • Loading branch information
martyngigg committed Aug 7, 2014
1 parent 97802ee commit 8b5796b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/PythonInterface/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ include_directories ( SYSTEM ${PYTHON_NUMPY_INCLUDE_DIR} )
set ( HEADER_DIR ${CMAKE_CURRENT_SOURCE_DIR}/inc/MantidPythonInterface )
include_directories ( inc )
add_definitions ( -DBOOST_DEBUG_PYTHON -DBOOST_PYTHON_NO_LIB -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION )
set ( PYTHON_DEPS ${Boost_LIBRARIES} )
set ( PYTHON_DEPS ${Boost_LIBRARIES} ${MPI_CXX_LIBRARIES} )

####################################################################################
# A macro for generating the exports
Expand Down

0 comments on commit 8b5796b

Please sign in to comment.