Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebuild MATSim Los Angeles .jar for ARM architecture #1000

Open
Sara-Moukir opened this issue Aug 2, 2023 · 1 comment
Open

Rebuild MATSim Los Angeles .jar for ARM architecture #1000

Sara-Moukir opened this issue Aug 2, 2023 · 1 comment

Comments

@Sara-Moukir
Copy link

Hello,

I try to rebuild the .jar for MATSim Los Angeles scenario but with mvn clean package I have the following error :
[ERROR] Failed to execute goal on project matsim-los-angeles: Could not resolve dependencies for project com.github.matsim-scenarios:matsim-los-angeles:jar:v1.1: Failed to collect dependencies at com.github.matsim-vsp:drt-speed-up:jar:v0.0.3 -> org.matsim:matsim:jar:12.0-2020w15-SNAPSHOT: Failed to read artifact descriptor for org.matsim:matsim:jar:12.0-2020w15-SNAPSHOT: The following artifacts could not be resolved: org.matsim:matsim:pom:12.0-2020w15-SNAPSHOT (absent): Could not transfer artifact org.matsim:matsim:pom:12.0-2020w15-SNAPSHOT from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [ojo-snapshots (http://oss.jfrog.org/libs-snapshot, default, releases+snapshots)] -> [Help 1]
Please can you tell me how to overcome that ?

@mrieser
Copy link
Contributor

mrieser commented Aug 2, 2023

The project refers to MATSim 12.0-2020w15-SNAPSHOT, which is more than 3 years old. Also, it points to the old Maven-Repository at jfrog, which got shut down. MATSim has since its own Maven-repository, but this does not go back so far in time for the SNAPSHOT releases.

It might be best to use the branch matsimVersion which solves this problem by updating to MATSim 13.0, see matsim-scenarios/matsim-los-angeles#9.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants