Browse Source

Fix

master
Ray Burgemeestre 5 years ago
parent
commit
3277f41288
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      apt-publisher/Makefile
  2. +1
    -0
      benchmarklib/Makefile

+ 1
- 0
apt-publisher/Makefile View File

@@ -7,4 +7,5 @@ impl:
dpkg -i ffmpeg/pkg/*.deb
dpkg -i v8pp/pkg/*.deb
dpkg -i crtmpserver/pkg/*.deb
dpkg -i boost/pkg/*.deb
find /opt/cppse -type d

+ 1
- 0
benchmarklib/Makefile View File

@@ -9,6 +9,7 @@ caf:
impl:
# TODO install boost from apt repo
# if [[ -f CMakeCache.txt ]]; then rm CMakeCache.txt; fi
dpkg -i boost/pkg/*.deb
pushd benchmarklib && \
CXX=$$(which c++) cmake -DSTATIC=1 -DBOOST_ROOT=/opt/cppse/build/boost . && \
make -j $$(nproc) && \

Loading…
Cancel
Save