Skip to content
Snippets Groups Projects
Commit 4a6481c0 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Remove ROOT dependency

parent 7244f778
No related branches found
No related tags found
No related merge requests found
...@@ -40,11 +40,11 @@ ext_modules = [ ...@@ -40,11 +40,11 @@ ext_modules = [
include_dirs=[ include_dirs=[
get_pybind_include(), get_pybind_include(),
get_pybind_include(user=True), get_pybind_include(user=True),
get_root_flags("inc"), # get_root_flags("inc"),
get_jpp_include() get_jpp_include()
], ],
library_dirs=[get_root_flags("lib")], # library_dirs=[get_root_flags("lib")],
libraries=["MathCore"], # libraries=["MathCore"],
language='c++') language='c++')
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment