Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a49ebaa

Browse files
committedDec 20, 2024··
Merge branch 'main' of github.com:eclipse-sumo/sumo into Netedit_dev
2 parents 11c2f31 + dad9f63 commit a49ebaa

File tree

248 files changed

+4135
-1979
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

248 files changed

+4135
-1979
lines changed
 

‎.github/workflows/wheel-cibw.yml ‎.github/workflows/cibuildwheel.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: wheel-cibw
1+
name: cibuildwheel
22

33
on:
44
push: # run on push events
@@ -43,8 +43,10 @@ jobs:
4343
output-dir: wheelhouse
4444
env:
4545
CIBW_BEFORE_ALL_MACOS: brew update && brew install --cask xquartz && brew install xerces-c fox proj gdal gl2ps ccache googletest fmt swig eigen
46+
CIBW_BUILD: cp39-*
4647
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.9"
4748
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.os == 'macos-13' && '13.0' || matrix.os == 'macos-14' && '14.0' }}
49+
SKBUILD_WHEEL_PY_API: "py2.py3"
4850

4951
- name: Preparing wheel libsumo
5052
run: |

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
Eclipse SUMO - Simulation of Urban MObility
44
===========================================
55
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.13907886.svg )](https://doi.org/10.5281/zenodo.13907886 )
6-
[![Windows](https://github.com/eclipse-sumo/sumo/actions/workflows/build-windows.yml/badge.svg)](https://github.com/eclipse-sumo/sumo/actions/workflows/build-windows.yml)
7-
[![Linux](https://github.com/eclipse-sumo/sumo/actions/workflows/build-linux.yml/badge.svg)](https://github.com/eclipse-sumo/sumo/actions/workflows/build-linux.yml)
8-
[![macOS](https://github.com/eclipse-sumo/sumo/actions/workflows/build-macos.yml/badge.svg)](https://github.com/eclipse-sumo/sumo/actions/workflows/build-macos.yml)
6+
[![Windows](https://github.com/eclipse-sumo/sumo/actions/workflows/windows.yml/badge.svg)](https://github.com/eclipse-sumo/sumo/actions/workflows/windows.yml)
7+
[![Linux](https://github.com/eclipse-sumo/sumo/actions/workflows/linux.yml/badge.svg)](https://github.com/eclipse-sumo/sumo/actions/workflows/linux.yml)
8+
[![macOS](https://github.com/eclipse-sumo/sumo/actions/workflows/macos.yml/badge.svg)](https://github.com/eclipse-sumo/sumo/actions/workflows/macos.yml)
99
[![sonarcloud security](https://sonarcloud.io/api/project_badges/measure?project=org.eclipse.sumo&metric=security_rating)](https://sonarcloud.io/summary/overall?id=org.eclipse.sumo)
1010
[![Translation status](https://hosted.weblate.org/widgets/eclipse-sumo/-/svg-badge.svg)](https://hosted.weblate.org/engage/eclipse-sumo/)
1111
![Repo Size](https://img.shields.io/github/repo-size/eclipse/sumo.svg)

0 commit comments

Comments
 (0)
Please sign in to comment.