Header-only Eigen 3.4.0 C++ linear algebra library, downloaded from GitLab release. Exposes INCLUDE_DIR for scons integration. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
16 lines
324 B
TOML
16 lines
324 B
TOML
[build-system]
|
|
requires = ["setuptools>=64", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "eigen"
|
|
version = "3.4.0"
|
|
description = "Eigen C++ linear algebra headers"
|
|
requires-python = ">=3.8"
|
|
|
|
[tool.setuptools.packages.find]
|
|
include = ["eigen*"]
|
|
|
|
[tool.setuptools.package-data]
|
|
eigen = ["install/**/*"]
|