1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

deps: force new version of libxil

This commit is contained in:
Steffen Vogel 2020-08-17 14:10:35 +02:00
parent 4626628c66
commit 89ada84816

View file

@ -174,6 +174,7 @@ if ! pkg-config "libxil >= 1.0.0"; then
git clone https://git.rwth-aachen.de/acs/public/villas/fpga/libxil.git
mkdir -p libxil/build
pushd libxil/build
git checkout b622ddef4315b7e8a56637d07aa2b26ba480d53a
cmake ${CMAKE_OPTS} ..
if [ -z "${PACKAGE}" ]; then
make -j$(nproc) install