Skip to content

Commit

Permalink
Cpp (#29)
Browse files Browse the repository at this point in the history
* init

* add dependencies

* clang format

* first format

* backup

* try

* pass pre-commit

* OsmNetwork constructor

* use raw pointer

* highway link type

* add maps

* use raw pointer

* test io write csv

* python run

* lib output folder

* start to clean Node and Link

* unix install

* create_python_package.sh

* change osm2gmns to python

* add workflow

* worflow python package

* worflow python package

* ninja install

* workflow macos

* macos workflow

* macos library

* config llvm compiler

* fix ar

* remove macos-mchip

* code owners

* confiure build-wheels

* yum install packages

* change iwyu

* disable iwyu

* cmake verbose

* only build lib

* do not build exe

* do not build exe

* do not build exe

* fix lib64

* fix lib

* python version

* python version

* disable repair

* rename python folder

* change install dir

* enable repair

* fix lib

* disable repair

* repair add-path

* repair -L

* repair -L

* fix

* disable repair

* config workflow

* python version
  • Loading branch information
jiawlu authored Jul 10, 2024
1 parent 4782ed9 commit 5b0dca5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-wheels-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
strategy:
fail-fast: false
matrix:
buildplat:
- [ubuntu-20.04, manylinux_x86_64]
python: ["cp38", "cp39","cp310"]
buildplat: [ubuntu-20.04, manylinux_x86_64]
python: ["cp38", "cp39", "cp310", "cp311", "cp312"]

steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 5b0dca5

Please sign in to comment.