TGC-VP/pysysc/gitpod_install.sh

12 lines
338 B
Bash
Raw Normal View History

2022-04-11 09:22:28 +02:00
#!/bin/sh
##
# Install prerequisites
pip install wheel
# clone and install PySysC
git clone https://github.com/Minres/PySysC.git /workspace/PySysC
2023-11-30 10:56:40 +01:00
STDCXX=14 SYSTEMC_HOME=`ls -d $CONAN_USER_HOME/.conan/data/systemc/2.3.3/_/_/package/* | head -1` \
2022-04-11 09:22:28 +02:00
pip install /workspace/PySysC/
# install SCC integration
pip install scc/contrib/pysysc