fix build issues
This commit is contained in:
parent
99dc2a4f40
commit
66c29840b0
4
.github/workflows/pypi-publish.yml
vendored
4
.github/workflows/pypi-publish.yml
vendored
@ -17,9 +17,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
# It's just easier to recompile from source for Ubuntu and MacOS
|
||||
# Yes, it is...
|
||||
os: [windows-latest] # ubuntu-latest, macos-latest
|
||||
os: [windows-latest, ubuntu-latest, macos-latest]
|
||||
python-version: ["3.8", "3.9", "3.10", "3.11"]
|
||||
|
||||
steps:
|
||||
|
12
build.py
12
build.py
@ -12,12 +12,12 @@ def build() -> None:
|
||||
|
||||
if sys.platform == "linux":
|
||||
compile_args += [
|
||||
"-march=native",
|
||||
"-O3",
|
||||
"-msse",
|
||||
"-msse2",
|
||||
"-mfma",
|
||||
"-mfpmath=sse",
|
||||
# "-march=native",
|
||||
# "-O3",
|
||||
# "-msse",
|
||||
# "-msse2",
|
||||
# "-mfma",
|
||||
# "-mfpmath=sse",
|
||||
"-Wno-pointer-sign",
|
||||
"-Wno-unused-variable",
|
||||
]
|
||||
|
@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "pyModeS"
|
||||
version = "2.14"
|
||||
version = "2.15"
|
||||
description = "Python Mode-S and ADS-B Decoder"
|
||||
authors = ["Junzi Sun <j.sun-1@tudelft.nl>"]
|
||||
license = "GNU GPL v3"
|
||||
|
Loading…
Reference in New Issue
Block a user