Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
TetraX
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Micromagnetic modeling
TetraX
Commits
4eb34c35
Commit
4eb34c35
authored
1 month ago
by
Kakay, Dr. Attila (FWIN) - 9524
Browse files
Options
Downloads
Patches
Plain Diff
C files listed as extensions.
parent
803bbe6b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!88
Release of 2.0.0
,
!87
Replacing setup.py with pyproject.toml
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pyproject.toml
+24
-1
24 additions, 1 deletion
pyproject.toml
with
24 additions
and
1 deletion
pyproject.toml
+
24
−
1
View file @
4eb34c35
[build-system]
requires
=
[
"setuptools"
]
requires
=
[
"setuptools"
,
"cython"
]
build-backend
=
"setuptools.build_meta"
[project]
...
...
@@ -47,3 +47,26 @@ dependencies = [
#profile = "black"
#skip_gitignore = true # ignores files listed in .gitignore
#skip_glob = ["/neuralmag/field_terms/code/*"]
[tool.setuptools]
ext-modules
=
[
{name
=
"tetrax.sample.mesh.fem_core.cythoncore"
,
sources
=
[
"tetrax/sample/mesh/fem_core/cythoncore.pyx"
,
"tetrax/sample/mesh/fem_core/dense2D_onthefly.c"
,
"tetrax/sample/mesh/fem_core/bessel_K1.c"
,
"tetrax/sample/mesh/fem_core/akmag.c"
,
"tetrax/sample/mesh/fem_core/rotation_mat.c"
,
"tetrax/sample/mesh/fem_core/matutils.c"
,
"tetrax/sample/mesh/fem_core/sorting.c"
,
"tetrax/sample/mesh/fem_core/utils.c"
,
"tetrax/sample/mesh/fem_core/bnd2d.c"
,
"tetrax/sample/mesh/fem_core/opmatspm.c"
,
"tetrax/sample/mesh/fem_core/galerkin.c"
,
"tetrax/sample/mesh/fem_core/fempreproc.c"
,
"tetrax/sample/mesh/fem_core/hotriang.c"
,
"tetrax/sample/mesh/fem_core/dense3D.c"
,
"tetrax/sample/mesh/fem_core/integration_of_functions.c"
]
}
]
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment