**This repository is abandoned and looking for a maintainer.** A tool to visualize OSI data from two different sources. Data can be stored in files and replayed afterwards, or validated using a Python interface.
Other
39
stars
25
forks
source link
Fix fmi installation and replace docker with explicit build #47
An issue occured during installation of the fmi library from the script build-install-build-deps.sh.
Add a description
What is this change?
This PR fixes the FMI installation in the script build-install-build-deps.sh. Furthermore I replace the docker osi-visualizer build with the explicit scripts which are provided by the repo for building the osi-visualizer to catch such errors in the issue in future. I also added the library libqt5opengl5-dev for the dependecy installation since the travis ci complained about it.
Mention a member
@jdsika @pmai pls review. Thanks!
Check the checklist
[x] I have performed a self-review of my own code.
[ ] I have made corresponding changes to the documentation.
[x] My changes generate no new warnings.
[x] I have added tests that prove my fix is effective or that my feature works.
[x] New and existing unit tests / travis ci pass locally with my changes.
Reference to a related issue in the repository
An issue occured during installation of the fmi library from the script
build-install-build-deps.sh
.Add a description
What is this change? This PR fixes the FMI installation in the script
build-install-build-deps.sh
. Furthermore I replace the docker osi-visualizer build with the explicit scripts which are provided by the repo for building the osi-visualizer to catch such errors in the issue in future. I also added the librarylibqt5opengl5-dev
for the dependecy installation since the travis ci complained about it.Mention a member
@jdsika @pmai pls review. Thanks!
Check the checklist