Compare commits

...

7 Commits

3 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ tasks:
python3 -m venv /workspace/venv python3 -m venv /workspace/venv
python3 -m pip install --upgrade pip python3 -m pip install --upgrade pip
source /workspace/venv/bin/activate source /workspace/venv/bin/activate
pip install conan==1.59 pip install 'conan<2.0'
command: | command: |
source /workspace/venv/bin/activate source /workspace/venv/bin/activate
cmake -B build -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON cmake -B build -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON

View File

@@ -186,7 +186,7 @@ if(FW_BUILD)
set(FETCHCONTENT_BASE_DIR ${CMAKE_CURRENT_BINARY_DIR}/..) set(FETCHCONTENT_BASE_DIR ${CMAKE_CURRENT_BINARY_DIR}/..)
FetchContent_Declare( FetchContent_Declare(
riscvfw riscvfw
GIT_REPOSITORY https://git.minres.com/VP/Firmwares.git GIT_REPOSITORY https://git.minres.com/Firmware/Firmwares.git
GIT_TAG main GIT_TAG main
GIT_SHALLOW OFF GIT_SHALLOW OFF
UPDATE_DISCONNECTED ON UPDATE_DISCONNECTED ON

View File

@@ -5,7 +5,7 @@
pip install wheel pip install wheel
# clone and install PySysC # clone and install PySysC
git clone https://github.com/Minres/PySysC.git /workspace/PySysC git clone https://github.com/Minres/PySysC.git /workspace/PySysC
STDCXX=11 SYSTEMC_HOME=`ls -d $CONAN_USER_HOME/.conan/data/systemc/2.3.3/_/_/package/* | head -1` \ STDCXX=14 SYSTEMC_HOME=`ls -d $CONAN_USER_HOME/.conan/data/systemc/2.3.3/_/_/package/* | head -1` \
pip install /workspace/PySysC/ pip install /workspace/PySysC/
# install SCC integration # install SCC integration
pip install scc/contrib/pysysc pip install scc/contrib/pysysc