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
691be0a0
Commit
691be0a0
authored
1 month ago
by
Kakay, Dr. Attila (FWIN) - 9524
Browse files
Options
Downloads
Plain Diff
Custom_build.py added.
parents
1f806626
547058bf
No related branches found
No related tags found
2 merge requests
!88
Release of 2.0.0
,
!87
Replacing setup.py with pyproject.toml
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
_custom_build.py
+0
-2
0 additions, 2 deletions
_custom_build.py
pyproject.toml
+5
-1
5 additions, 1 deletion
pyproject.toml
with
5 additions
and
3 deletions
_custom_build.py
+
0
−
2
View file @
691be0a0
...
...
@@ -8,8 +8,6 @@ from setuptools.command.build_py import build_py as _build_py
from
numpy
import
get_include
MODULE_DIR
=
os
.
path
.
dirname
(
os
.
path
.
abspath
(
__file__
))
LOCAL_DIR
=
os
.
path
.
join
(
MODULE_DIR
,
"
local
"
)
LIB_DIR
=
os
.
path
.
join
(
LOCAL_DIR
,
"
lib
"
)
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
5
−
1
View file @
691be0a0
[build-system]
requires
=
[
"setuptools"
,
"cython"
,
"numpy"
]
requires
=
[
"setuptools"
,
"cython"
,
"numpy"
,
]
build-backend
=
"setuptools.build_meta"
[project]
...
...
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