Lines Matching +full:- +full:dcmake_install_prefix
13 Source1: http://llvm.org/releases/%{llvmver}/llvm-%{llvmver}.src.tar.xz
14 Source2: http://llvm.org/releases/%{llvmver}/cfe-%{llvmver}.src.tar.xz
17 …equires: bison, cmake >= 2.8.7, flex, gcc, gcc-c++, libxml2-devel, python2-devel, elfutils-libelf…
25 %setup -T -b 1 -n llvm-%{llvmver}.src
27 tar -xvvJf %{_sourcedir}/cfe-%{llvmver}.src.tar.xz -C tools/clang --strip 1
28 %setup -D -n bcc
36 pushd %{_builddir}/llvm-%{llvmver}.src
39 cmake .. -DCMAKE_BUILD_TYPE=Release -DLLVM_TARGETS_TO_BUILD="X86;BPF" -DCMAKE_INSTALL_PREFIX=/usr
46 cmake .. -DREVISION_LAST=%{version} -DREVISION=%{version} -DCMAKE_INSTALL_PREFIX=/usr
55 * Fri Jul 03 2015 Brenden Blanco <bblanco@plumgrid.com> - 0.1.1-2
56 - Initial RPM Release
58 %package -n libbcc
60 Requires: elfutils-libelf
61 %description -n libbcc
64 %package -n libbcc-examples
67 %description -n libbcc-examples
70 %package -n python-bcc
73 %description -n python-bcc
76 %package -n bcc-tools
78 Requires: python-bcc
79 %description -n bcc-tools
82 %files -n python-bcc
85 %files -n libbcc
89 %files -n libbcc-examples
98 %files -n bcc-tools