Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B-ASIC - Better ASIC Toolbox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Computer Engineering
B-ASIC - Better ASIC Toolbox
Commits
f95de8c5
Commit
f95de8c5
authored
2 years ago
by
Oscar Gustafsson
Browse files
Options
Downloads
Patches
Plain Diff
Update author list
parent
8ea03312
No related branches found
No related tags found
No related merge requests found
Pipeline
#90095
passed
2 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.py
+9
-11
9 additions, 11 deletions
setup.py
with
9 additions
and
11 deletions
setup.py
+
9
−
11
View file @
f95de8c5
...
@@ -57,9 +57,7 @@ class CMakeBuild(build_ext):
...
@@ -57,9 +57,7 @@ class CMakeBuild(build_ext):
print
(
f
"
=== Configuring
{
ext
.
name
}
===
"
)
print
(
f
"
=== Configuring
{
ext
.
name
}
===
"
)
print
(
f
"
Temp dir:
{
self
.
build_temp
}
"
)
print
(
f
"
Temp dir:
{
self
.
build_temp
}
"
)
print
(
f
"
Output dir:
{
cmake_output_dir
}
"
)
print
(
f
"
Output dir:
{
cmake_output_dir
}
"
)
subprocess
.
check_call
(
subprocess
.
check_call
(
cmake_configure_argv
,
cwd
=
self
.
build_temp
,
env
=
env
)
cmake_configure_argv
,
cwd
=
self
.
build_temp
,
env
=
env
)
print
(
f
"
=== Building
{
ext
.
name
}
===
"
)
print
(
f
"
=== Building
{
ext
.
name
}
===
"
)
print
(
f
"
Temp dir:
{
self
.
build_temp
}
"
)
print
(
f
"
Temp dir:
{
self
.
build_temp
}
"
)
...
@@ -72,16 +70,16 @@ class CMakeBuild(build_ext):
...
@@ -72,16 +70,16 @@ class CMakeBuild(build_ext):
setuptools
.
setup
(
setuptools
.
setup
(
author
=
(
author
=
(
"
Adam Jakobsson, Angus Lothian, Arvid Westerlund, Felix Goding,
"
"
Adam Jakobsson, Angus Lothian, Arvid Westerlund, Felix Goding,
Ivar Härnqvist,
"
"
Ivar Härnqvist,
Jacob Wahlman, Kevin Scott, Rasmus Karlsson,
"
"
Jacob Wahlman, Kevin Scott, Rasmus Karlsson,
Oscar Gustafsson, Andreas Bolin,
"
"
Oscar Gustafsson, Andreas Boli
n
"
"
Mikael Henriksson, Frans Skarman, Petter Källström, Olle Hansso
n
"
),
),
author_email
=
(
author_email
=
(
"
adaja901@student.liu.se, anglo547@student.liu.se,
"
"
adaja901@student.liu.se, anglo547@student.liu.se,
arvwe160@student.liu.se,
"
"
arvwe160
@student.liu.se,
felgo673
@student.liu.se,
"
"
felgo673
@student.liu.se,
ivaha717@student.liu.se, jacwa448
@student.liu.se,
"
"
ivaha717
@student.liu.se,
jacwa448
@student.liu.se,
"
"
kevsc634
@student.liu.se,
raska119
@student.liu.se,
oscar.gustafsson@liu.se,
"
"
kevsc634
@student.liu.se,
raska119@student.
liu.se,
"
"
andbo467
@student.liu.se,
mikael.henriksson@liu.se, frans.skarman@
liu.se,
"
"
oscar.gustafsson@liu.se, andbo467@student.
liu.se
"
"
petter.kallstrom@liu.se, olle.hansson@
liu.se
"
),
),
ext_modules
=
[
CMakeExtension
(
"
_b_asic
"
)],
ext_modules
=
[
CMakeExtension
(
"
_b_asic
"
)],
cmdclass
=
{
"
build_ext
"
:
CMakeBuild
},
cmdclass
=
{
"
build_ext
"
:
CMakeBuild
},
...
...
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