Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
ltfatpy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dev
ltfatpy
Commits
a7b66dea
Commit
a7b66dea
authored
1 week ago
by
Dominique Benielli
Browse files
Options
Downloads
Patches
Plain Diff
Edit setup.py
parent
84079c04
Branches
Branches containing commit
No related tags found
1 merge request
!2
3.7 to 3.10 compatibility
Pipeline
#16135
failed
1 week ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.py
+11
-12
11 additions, 12 deletions
setup.py
with
11 additions
and
12 deletions
setup.py
+
11
−
12
View file @
a7b66dea
...
@@ -188,18 +188,17 @@ def run_uninstall(root_dir):
...
@@ -188,18 +188,17 @@ def run_uninstall(root_dir):
#########################
#########################
# Custom 'build_ext' command
# Custom 'build_ext' command
#########################
#########################
"""
class m_build_ext(build_ext):
# class m_build_ext(build_ext):
"""
# Custom build_ext command
# """ Custom build_ext command """
"""
# def run(self):
def run(self):
# root_dir = os.path.dirname(os.path.abspath(__file__))
root_dir = os.path.dirname(os.path.abspath(__file__))
# cur_dir = os.getcwd()
cur_dir = os.getcwd()
# run_cmake(root_dir)
run_cmake(root_dir)
# run_make(root_dir)
run_make(root_dir)
# run_make_install(root_dir)
run_make_install(root_dir)
# os.chdir(cur_dir)
os.chdir(cur_dir)
# build_ext.run(self)
build_ext.run(self)
"""
class
m_build_ext
(
build_ext
):
class
m_build_ext
(
build_ext
):
def
run
(
self
):
def
run
(
self
):
for
dirpath
,
dirnames
,
filenames
in
os
.
walk
(
'
.
'
):
for
dirpath
,
dirnames
,
filenames
in
os
.
walk
(
'
.
'
):
...
...
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