721aded241
Mon Jan 18 2010 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.41.0-2.2 - Further split the Boost.MPI sub-package into boost-mpi and boost-mpi-python - Changed the description of Boost.MPI according to the actual dependency (MPICH2 rather than OpenMPI) - Added a few details on the generation of the mpi.so library
20 lines
564 B
Diff
20 lines
564 B
Diff
*** tools/build/CMake/BoostCore.cmake.orig 2010-01-12 20:01:46.006547352 -0800
|
|
--- tools/build/CMake/BoostCore.cmake 2010-01-12 20:02:54.222546929 -0800
|
|
*************** macro(boost_library_variant LIBNAME)
|
|
*** 755,761 ****
|
|
if (BUILD_SOVERSIONED)
|
|
set_target_properties(${VARIANT_LIBNAME}
|
|
PROPERTIES
|
|
! SOVERSION "${BOOST_VERSION}"
|
|
)
|
|
endif()
|
|
endif ()
|
|
--- 755,761 ----
|
|
if (BUILD_SOVERSIONED)
|
|
set_target_properties(${VARIANT_LIBNAME}
|
|
PROPERTIES
|
|
! SOVERSION "_FEDORA_SONAME"
|
|
)
|
|
endif()
|
|
endif ()
|