SimulationEverywhere / devstone

Implementation of the devstone benchmark on multiple simulators
BSD 2-Clause "Simplified" License
1 stars 3 forks source link

Changes made so the program could run on linux #4

Closed juanlanuzag closed 5 years ago

juanlanuzag commented 5 years ago

I had to make some changes to be able to run the program on Linux (Ubuntu 18.04), it looked like it was made on OSX. I think most of them will not break the mac version, but the changes in the run_devstone.sh file maybe will:

I don't have access to a mac to try it out but if something breaks we should just add a couple of

if [ "$(uname)" != "Linux" ];
sdavtaker commented 5 years ago

I'm ok with all changes in general, just wondering why you moved from "git svn" to "svn". I would rather use git svn clone once and then do local things only in place of depend on the remote server constantly.

juanlanuzag commented 5 years ago

When I tried it out it said that svn was not a git command, but I just read that you have to install it separately. I'll see if it works tomorrow morning

sdavtaker commented 5 years ago

I see, it depends on the OS distribution you using, some bundle it all together, some keep it as 2 separate packages.

On Thu, Feb 28, 2019 at 9:40 PM Juan Lanuza notifications@github.com wrote:

When I tried it out it said that svn was not a git command, but I just read that you have to install it separately. I'll see if it works tomorrow morning

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/SimulationEverywhere/devstone/pull/4#issuecomment-468520298, or mute the thread https://github.com/notifications/unsubscribe-auth/ABVB53UQ6gxawQnDYhSRqq53_rBUcg9kks5vSJMEgaJpZM4bSkUp .