Skip to content

Commit

Permalink
Merge pull request #125 from pyswmm/dev_build_macos
Browse files Browse the repository at this point in the history
  • Loading branch information
karosc authored Sep 27, 2023
2 parents 0175443 + 82e23b3 commit 391c66d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ jobs:
with:
package-dir: ./swmm-toolkit
env:
# mac needs ninja to build
CIBW_BEFORE_BUILD_MACOS: brew install ninja
# configure cibuildwheel to build native archs ('auto'), and some emulated ones
CIBW_ARCHS_LINUX: aarch64
CIBW_ARCHS_MACOS: arm64
Expand Down
2 changes: 1 addition & 1 deletion swmm-toolkit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cmake_minimum_required (VERSION 3.17)

project(swmm-toolkit
VERSION
0.15.1
0.15.2
)


Expand Down
1 change: 1 addition & 0 deletions swmm-toolkit/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ requires = [
"scikit-build>=0.13",
"cmake>=3.21",
"swig==4.0.2",
"ninja==1.11.1 ; sys_platform == 'darwin'"
]
build-backend = "setuptools.build_meta"
2 changes: 1 addition & 1 deletion swmm-toolkit/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def exclude_files(cmake_manifest):

setup(
name = "swmm-toolkit",
version = "0.15.1",
version = "0.15.2",

packages = ["swmm_toolkit", "swmm.toolkit"],
package_dir = package_dir,
Expand Down
2 changes: 1 addition & 1 deletion swmm-toolkit/src/swmm/toolkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
__credits__ = "Colleen Barr, Sam Hatchett"
__license__ = "CC0 1.0 Universal"

__version__ = "0.15.1"
__version__ = "0.15.2"
__date__ = "June 7, 2021"

__maintainer__ = "Michael Tryby"
Expand Down

0 comments on commit 391c66d

Please sign in to comment.