File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ set(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} -O2 -D_FORTIFY_SOURCE=2")
1212find_package (PkgConfig)
1313pkg_check_modules(BSON_STATIC REQUIRED libbson-1.0)
1414pkg_check_modules(CZMQ_STATIC REQUIRED libczmq)
15- #pkg_check_modules(PFM REQUIRED libpfm)
15+ # pkg_check_modules(PFM REQUIRED libpfm)
1616
1717set (SENSOR_SOURCES
1818 src/version .h
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ RUN git clone -b msr-pmu-old https://github.com/gfieni/libpfm4.git /tmp/libpfm4
1818RUN cd /tmp/libpfm4 && \
1919 fakeroot debian/rules binary
2020
21- RUN dpkg -i /tmp/libpfm4_10.1_amd64 .deb && \
22- dpkg -i /tmp/libpfm4-dev_10.1_amd64 .deb && \
21+ RUN dpkg -i /tmp/libpfm4_*_amd64 .deb && \
22+ dpkg -i /tmp/libpfm4-dev_*_amd64 .deb && \
2323 rm /tmp/*.deb
2424
2525RUN apt update && \
You can’t perform that action at this time.
0 commit comments