Ray Burgemeestre hace 5 años
padre
commit
3277f41288
Se han modificado 2 ficheros con 2 adiciones y 0 borrados
  1. +1
    -0
      apt-publisher/Makefile
  2. +1
    -0
      benchmarklib/Makefile

+ 1
- 0
apt-publisher/Makefile Ver fichero

dpkg -i ffmpeg/pkg/*.deb dpkg -i ffmpeg/pkg/*.deb
dpkg -i v8pp/pkg/*.deb dpkg -i v8pp/pkg/*.deb
dpkg -i crtmpserver/pkg/*.deb dpkg -i crtmpserver/pkg/*.deb
dpkg -i boost/pkg/*.deb
find /opt/cppse -type d find /opt/cppse -type d

+ 1
- 0
benchmarklib/Makefile Ver fichero

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

Cargando…
Cancelar
Guardar