Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
one
spconv
Commits
f5f5e944
Commit
f5f5e944
authored
Oct 20, 2021
by
yan.yan
Browse files
fix a stupid bug in pccm, test CI again
parent
aef96e41
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
pyproject.toml
pyproject.toml
+1
-1
setup.py
setup.py
+2
-3
No files found.
pyproject.toml
View file @
f5f5e944
[build-system]
[build-system]
requires
=
[
"setuptools>=41.0"
,
"wheel"
,
"pccm>=0.2.1
3
"
,
"cumm>=0.1.7"
]
requires
=
[
"setuptools>=41.0"
,
"wheel"
,
"pccm>=0.2.1
4
"
,
"cumm>=0.1.7"
]
build-backend
=
"setuptools.build_meta"
build-backend
=
"setuptools.build_meta"
setup.py
View file @
f5f5e944
...
@@ -45,7 +45,7 @@ REQUIRES_PYTHON = '>=3.6'
...
@@ -45,7 +45,7 @@ REQUIRES_PYTHON = '>=3.6'
VERSION
=
None
VERSION
=
None
# What packages are required for this module to be executed?
# What packages are required for this module to be executed?
REQUIRED
=
[
"pccm>=0.2.1
0
"
,
"pybind11>=2.6.0"
,
"fire"
,
"numpy"
,
*
deps
]
REQUIRED
=
[
"pccm>=0.2.1
4
"
,
"pybind11>=2.6.0"
,
"fire"
,
"numpy"
,
*
deps
]
# What packages are optional?
# What packages are optional?
EXTRAS
=
{
EXTRAS
=
{
...
@@ -161,8 +161,7 @@ if disable_jit is not None and disable_jit == "1":
...
@@ -161,8 +161,7 @@ if disable_jit is not None and disable_jit == "1":
Path
(
__file__
).
resolve
().
parent
/
"spconv"
,
Path
(
__file__
).
resolve
().
parent
/
"spconv"
,
objects_folder
=
"objects"
,
objects_folder
=
"objects"
,
std
=
std
,
std
=
std
,
disable_pch
=
True
,
disable_pch
=
True
)
debug_file_gen
=
True
)
]
]
else
:
else
:
cmdclass
=
{
cmdclass
=
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment