-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor: modernize python bindings * refactor: workflows * fix: expose vtk system * fix: re-add deleted line * fix: only disable versioned soname * refactor: sync viennaps changes * Also add build path in Python bindings --------- Co-authored-by: Tobias Reiter <t.reiter1@live.de>
- Loading branch information
Showing
8 changed files
with
140 additions
and
333 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
[build-system] | ||
requires = ["scikit-build-core", "pybind11"] | ||
build-backend = "scikit_build_core.build" | ||
|
||
[project] | ||
version = "3.1.0" | ||
name = "ViennaLS_Python" | ||
readme = "README.md" | ||
license = {file = "LICENSE"} | ||
description = "A high performance sparse level set library" | ||
dependencies = ['vtk >= 9.0.0, < 10'] | ||
|
||
[project.urls] | ||
Homepage = "https://viennatools.github.io/ViennaLS/" | ||
Documentation = "https://viennatools.github.io/ViennaLS/" | ||
Repository = "https://github.com/ViennaTools/ViennaLS" | ||
Issues = "https://github.com/ViennaTools/ViennaLS/issues" | ||
|
||
[tool.scikit-build] | ||
build-dir = "build" | ||
cmake.args = ["-DVIENNALS_BUILD_PYTHON=ON"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.