Better comments
This commit is contained in:
parent
0d3ce79742
commit
4366146ef8
1 changed files with 2 additions and 2 deletions
|
|
@ -824,7 +824,7 @@ mv ${RPM_BUILD_ROOT}${MPI_HOME}/lib/boost-python%{python3_version}/mpi.so \
|
|||
${RPM_BUILD_ROOT}%{python3_sitearch}/openmpi/boost/
|
||||
%endif
|
||||
|
||||
# Fix CMake config files
|
||||
# Using 'b2 stage' does not fix the paths in these files, so do it manually
|
||||
sed -i -e 's|get_filename_component(_BOOST_INCLUDEDIR "${_BOOST_CMAKEDIR}/.*"|get_filename_component(_BOOST_INCLUDEDIR "${_BOOST_CMAKEDIR}/../../../../include"|' ${RPM_BUILD_ROOT}${MPI_HOME}/lib/cmake/*/*-config.cmake
|
||||
|
||||
# Remove generic parts of boost that were built for dependencies.
|
||||
|
|
@ -855,7 +855,7 @@ mv ${RPM_BUILD_ROOT}${MPI_HOME}/lib/boost-python%{python3_version}/mpi.so \
|
|||
${RPM_BUILD_ROOT}%{python3_sitearch}/mpich/boost/
|
||||
%endif
|
||||
|
||||
# Fix CMake config files
|
||||
# Using 'b2 stage' does not fix the paths in these files, so do it manually
|
||||
sed -i -e 's|get_filename_component(_BOOST_INCLUDEDIR "${_BOOST_CMAKEDIR}/.*"|get_filename_component(_BOOST_INCLUDEDIR "${_BOOST_CMAKEDIR}/../../../../include"|' ${RPM_BUILD_ROOT}${MPI_HOME}/lib/cmake/*/*-config.cmake
|
||||
|
||||
# Remove generic parts of boost that were built for dependencies.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue