Skip to content

Commit

Permalink
update compile args
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz-Alexander-Kern committed Sep 4, 2024
1 parent 3533692 commit d5b929f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ version = {file = "elephant/VERSION"}
dependencies = {file = ["requirements/requirements.txt"]}

[tool.setuptools]
packages = ["elephant", "elephant.test", "elephant.spade_src.src"]
packages = ["elephant", "elephant.test"]
ext-modules = [
{name = "elephant.spade_src.fim", sources = ["elephant/spade_src/src/fim.cpp"],include-dirs=["elephant/spade_src/include"],language="c++",libraries=["pthread", "gomp"], extra-compile-args=['-DMODULE_NAME=fim', '-DUSE_OPENMP', '-DWITH_SIG_TERM','-Dfim_EXPORTS', '-O3', '-pedantic', '-Wextra','-Weffc++', '-Wunused-result', '-Werror','-fopenmp', '-std=gnu++17']}
{name = "elephant.spade_src.fim", sources = ["elephant/spade_src/src/fim.cpp"],include-dirs=["elephant/spade_src/include"],language="c++", extra-compile-args=['-DMODULE_NAME=fim', '-DUSE_OPENMP', '-DWITH_SIG_TERM','-Dfim_EXPORTS', '-O3', '-pedantic', '-Wextra','-Weffc++', '-Wunused-result', '-Werror','-fopenmp', '-std=gnu++17']}
]

# This file was created following this guide:
Expand Down

0 comments on commit d5b929f

Please sign in to comment.