Skip to content

Commit

Permalink
Working installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Baltoli committed Sep 13, 2022
1 parent 1b00f81 commit ee89c6e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package/package
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@ cp -R k-distribution/target/release/k/include/* $DESTDIR$PREFIX/include
cp -R k-distribution/target/release/k/lib/* $DESTDIR$PREFIX/lib
cp -R k-distribution/target/release/k/share/* $DESTDIR$PREFIX/share
( cd llvm-backend/target/build && make install )
pip3 install k-distribution/target/release/k/bindings/python --root=$DESTDIR --prefix=$PREFIX
( cd $DESTDIR$PREFIX/bindings/python &&
poetry build &&
pip3 install ./dist/*.whl --root=$DESTDIR --prefix=$PREFIX)
rm -rf $DESTDIR$PREFIX/bindings
( cd pyk && make install DESTDIR=$DESTDIR PREFIX=$PREFIX )

0 comments on commit ee89c6e

Please sign in to comment.