Skip to content
Snippets Groups Projects
Commit 2054fc04 authored by Grégoire Kubler's avatar Grégoire Kubler
Browse files

chore : minor refactor

parent 6b3636c1
No related branches found
No related tags found
2 merge requests!93Release v0.3.0,!64Feat/release pip
Pipeline #48589 waiting for manual action
[project]
name = "aidge_backend_cpu"
description="CPU implementation of layers for operators of the AIDGE framework"
description="CPU implementation of operators of the AIDGE framework"
dependencies = [
"numpy>=1.21.6",
"Jinja2>=3.1.2"
......
......@@ -58,14 +58,15 @@ class CMakeBuild(build_ext):
[
"cmake",
str(cwd),
"-DTEST=OFF",
f"-DCMAKE_INSTALL_PREFIX:PATH={install_path}",
f"-DCMAKE_BUILD_TYPE={compile_type}",
"-DTEST=OFF",
"-DPYBIND=ON",
"-DCMAKE_EXPORT_COMPILE_COMMANDS=ON",
"-DCOVERAGE=OFF",
]
)
if not self.dry_run:
self.spawn(
["cmake", "--build", ".", "--config", compile_type, "-j", max_jobs]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment