blob: 6556157e3a91d82b9027f4f102a40c2def3f4428 (
plain)
1
2
3
4
5
6
7
|
# $NetBSD: build_ext.py,v 1.2 2022/08/25 19:56:07 rillig Exp $
#
# Fake implementation of setuptools.command.build_ext.
#
# https://github.com/pypa/setuptools/blob/main/setuptools/command/build_ext.py
# used by pkgsrc package wip/pytorch 1.12.0
|