Skip to content

Commit ad22a45

Browse files
committed
Fix AIT installation
1 parent 7ec60d8 commit ad22a45

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ RUN apt update && apt install -y autoconf \
6262
# Extra tools
6363
openssh-client
6464

65+
RUN python3 -m pip install setuptools --upgrade
66+
6567
# Install and configure tzdata
6668
RUN export DEBIAN_FRONTEND=noninteractive; \
6769
export DEBCONF_NONINTERACTIVE_SEEN=true; \

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ mcxx-install: mcxx-build
112112

113113
ait-install:
114114
export DEB_PYTHON_INSTALL_LAYOUT=deb_system; \
115+
rm -rf $(PREFIX_HOST)/ait \
115116
python3 -m pip install ./ait -t $(PREFIX_HOST)
116117

117118
.PHONY: environment_ompss_fpga.sh envscript-install

0 commit comments

Comments
 (0)