Skip to content

Commit

Permalink
Merge pull request #11 from chroma-core/lukev/fix-avx-env
Browse files Browse the repository at this point in the history
Use correct flags to disable AVX support
  • Loading branch information
HammadB committed Sep 11, 2023
2 parents 409b1d5 + 69f0c8d commit a79722f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
- name: Build wheels
run: python -m cibuildwheel --output-dir dist
env:
HNSWLIB_NO_NATIVE: true
CIBW_ENVIRONMENT: HNSWLIB_NO_NATIVE=true
CIBW_ENVIRONMENT_PASS_LINUX: HNSWLIB_NO_NATIVE
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.7"
CIBW_SKIP: "cp312-* pp* *musllinux*"
CIBW_ARCHS_MACOS: "x86_64 arm64"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from setuptools import Extension, setup
from setuptools.command.build_ext import build_ext

__version__ = '0.7.3.alpha7'
__version__ = '0.7.3.alpha8'

include_dirs = [
pybind11.get_include(),
Expand Down

0 comments on commit a79722f

Please sign in to comment.