Skip to content

Commit

Permalink
disable villas-fpga to remove libxil dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas Schroeder <[email protected]>
  • Loading branch information
JTS22 committed Jul 17, 2023
1 parent b228bc4 commit eea1403
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packaging/Docker/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ RUN cd /tmp && \
git checkout ${VILLAS_VERSION} && \
cmake ${CMAKE_OPTS} .. \
-DCMAKE_INSTALL_LIBDIR=/usr/local/lib64 \
-DWITH_FPGA=OFF \
-DDOWNLOAD_GO=OFF && \
make ${MAKE_OPTS} install && \
rm -rf /tmp/villas-node
Expand Down

0 comments on commit eea1403

Please sign in to comment.