Skip to content

Instantly share code, notes, and snippets.

View jessekrubin's full-sized avatar
🐢

jesse jessekrubin

🐢
View GitHub Profile
@dmontagu
dmontagu / build.py
Created September 4, 2019 07:12
CMake + Cython extension building with poetry
"""
Adapted from https://github.com/pybind/cmake_example
"""
import os
import platform
import re
import subprocess
import sys
import sysconfig
from distutils.version import LooseVersion