Skip to content

Commit

Permalink
version bump, enable universal wheels on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
wjakob committed Jun 30, 2021
1 parent edc643d commit f88c1ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ on:

env:
CIBW_BUILD: cp3?-*
CIBW_SKIP: "*-win32 *-manylinux_i686 cp27* cp35*"
CIBW_SKIP: "*-win32 *-manylinux_i686 cp35*"
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux2014
CIBW_ARCHS_MACOS: x86_64 universal2
CIBW_BEFORE_BUILD_LINUX: yum install -y mesa-libGLU-devel libXi-devel libXcursor-devel libXinerama-devel libXrandr-devel xorg-x11-server-devel

jobs:
Expand Down
2 changes: 1 addition & 1 deletion include/nanogui/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

#define NANOGUI_VERSION_MAJOR 0
#define NANOGUI_VERSION_MINOR 1
#define NANOGUI_VERSION_PATCH 0
#define NANOGUI_VERSION_PATCH 1

#define NANOGUI_STRINGIFY(x) #x
#define NANOGUI_TOSTRING(x) NANOGUI_STRINGIFY(x)
Expand Down

0 comments on commit f88c1ac

Please sign in to comment.