Search Criteria
Package Details: sumo-doc 1.20.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/sumo.git (read-only, click to copy) |
---|---|
Package Base: | sumo |
Description: | Traffic simulation modelling road vehicles, public transport and pedestrians. |
Upstream URL: | http://sumo.dlr.de |
Keywords: | science simulation traffic |
Licenses: | EPL-2.0 |
Submitter: | mareex |
Maintainer: | akstrfn |
Last Packager: | akstrfn |
Votes: | 12 |
Popularity: | 0.20 |
First Submitted: | 2014-04-28 23:12 (UTC) |
Last Updated: | 2024-05-18 11:04 (UTC) |
Dependencies (25)
- autopep8
- ffmpeg (ffmpeg-intel-full-gitAUR, ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-decklinkAUR, ffmpeg-fullAUR, ffmpeg-amd-fullAUR, ffmpeg-headlessAUR, ffmpeg-full-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR, ffmpeg-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR)
- flake8
- fox
- gdal (gdal-hdf4AUR, gdal-libkml-filegdbAUR, gdal-libkmlAUR, gdal-ecwAUR)
- gl2ps (gl2ps-gitAUR)
- openscenegraph (openscenegraph-gitAUR, openscenegraph-openmw-gitAUR)
- proj (proj-gitAUR)
- python-matplotlib (python-matplotlib-gitAUR)
- python-pandas
- python-pyproj
- python-scipy (python-scipy-mkl-binAUR, python-scipy-gitAUR, python-scipy-mklAUR)
- xerces-c
- cmake (cmake-gitAUR) (make)
- eigen (eigen-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- gmock (googletest-gitAUR, gtest) (make)
- gtest (googletest-gitAUR) (make)
- help2man (help2man-gitAUR, python-help2manAUR) (make)
- jdk-openjdk (jdk16-adoptopenjdkAUR, jdk21-temurinAUR, jdk17-temurinAUR, jdk11-temurinAUR, zing-21-binAUR, jdk-temurinAUR) (make)
- Show 5 more dependencies...
Latest Comments
1 2 3 Next › Last »
TUC commented on 2022-07-07 13:07 (UTC)
The version number in the desktop file is not the version of the application. It's the version of the Desktop Entry Specification that the desktop entry conforms with. (1.0 seems to be used in most cases.)
https://specifications.freedesktop.org/desktop-entry-spec/latest/ar01s06.html.
akstrfn commented on 2021-09-17 17:13 (UTC)
Not clear why it failed since poppler is required to be installed as dependency. I'm suspecting that you didn't do a clean build since I've built it in clean chroot and it worked fine.
dreieck commented on 2021-09-17 14:31 (UTC)
Fails to link in
build()
for me:akstrfn commented on 2020-02-27 13:09 (UTC)
You need to rebuild openscenegraph
huyz commented on 2020-02-27 13:05 (UTC)
Got this error:
akstrfn commented on 2020-02-27 11:55 (UTC)
Note that openscenegraph 3.6.4 needs to be rebuilt robably due to compiler update but it is out of date at the moment probably it will be updated soon.
akstrfn commented on 2019-01-23 22:03 (UTC)
Thanks for reporting, it should be fixed now.
jargon777 commented on 2019-01-18 23:15 (UTC) (edited on 2019-01-18 23:16 (UTC) by jargon777)
The PKGBUILD creates "etc/profile.d/sumo.sh" with SUMO_HOME="/usr/lib/sumo" This should be "/usr/share/sumo" or it could pull the default from the git in build/package/sumo.sh
unfamous31 commented on 2018-07-17 20:34 (UTC)
can any one please tell me how to fix the installation error of this package.
jakobht commented on 2018-06-19 20:31 (UTC)
I just tried to install this package but compilation fails with GCC 8.1.1
This is a known issue, fixed but not released (https://github.com/eclipse/sumo/issues/4110), but it means the package does not build as is.
I was able to build by installing gcc-6 and running: $ CC=gcc-6 CXX=g++-6 makepkg -sri
1 2 3 Next › Last »