cmake | cmake | |||
---|---|---|---|---|
# Ruby specific macro definitions. | # Ruby specific macro definitions. | |||
# To make use of these macros insert the following line into your spec file : | # To make use of these macros insert the following line into your spec file : | |||
# %{load:%{_usrlibrpm}/macros.d/cmake} | # %{load:%{_usrlibrpm}/macros.d/cmake} | |||
%__cmake /usr/bin/cmake | %__cmake %{_bindir}/cmake | |||
%_cmake_lib_suffix64 -DLIB_SUFFIX=64 | %_cmake_lib_suffix64 -DLIB_SUFFIX=64 | |||
%_cmake_skip_rpath -DCMAKE_SKIP_RPATH:BOOL=ON | %_cmake_skip_rpath -DCMAKE_SKIP_RPATH:BOOL=ON | |||
%_cmake_verbose -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON | %_cmake_verbose -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON | |||
%_cmake_version %(%{__cmake} --version|sed -e 's#.* \(\S*\)$ #\1#g') | %_cmake_version %(%{__cmake} --version|sed -e 's#.* \(\S*\)$ #\1#g') | |||
%cmake \ | %cmake \ | |||
CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS ; \ | CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS ; \ | |||
CXXFLAGS="${CXXFLAGS:-%optflags}" ; export CXXFLAGS ; \ | CXXFLAGS="${CXXFLAGS:-%optflags}" ; export CXXFLAGS ; \ | |||
FFLAGS="${FFLAGS:-%optflags}" ; export FFLAGS ; \ | FFLAGS="${FFLAGS:-%optflags}" ; export FFLAGS ; \ | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |