diff --git a/pin-gcc-client.spec b/pin-gcc-client.spec index 566626673538744fd5408d4e33015d1caa08c50c..68fa655bae653ca8fc54666e6924033cb2461a1e 100644 --- a/pin-gcc-client.spec +++ b/pin-gcc-client.spec @@ -1,6 +1,6 @@ Name: pin-gcc-client Version: 0.4.1 -Release: 15 +Release: 16 Summary: A Pin (Plug-IN framework) client is implemented based on GCC plugin and can execute the compiler optimization pass in GCC. License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD URL: https://gitee.com/src-openeuler/pin-gcc-client @@ -33,6 +33,7 @@ A Pin (Plug-IN framework) client is implemented based on GCC plugin and can exec %autosetup -p1 %build +DESTDIR="%{buildroot}" %{cmake} -DCMAKE_SKIP_RPATH=ON -DMLIR_DIR=/usr/lib64/cmake/mlir -DLLVM_DIR=/usr/lib64/cmake/llvm %cmake_build @@ -51,6 +52,11 @@ find %{buildroot} -type f -name "*.so" -exec strip "{}" ";" %attr(0644,root,root) %{_bindir}/pin-gcc-client.json %changelog +* Tue Feb 11 2025 zhengchenhui - 0.4.1-16 +- Type:Bugfix +- SUG:NA +- DESC:Fix cmake build error. + * Wed Nov 13 2024 Funda Wang - 0.4.1-15 - adopt to new cmake macro - drop useless scriptlets