From 4a6481c0c828b87a48094d0f015cd8e90641c2ab Mon Sep 17 00:00:00 2001 From: Tamas Gal <tgal@km3net.de> Date: Thu, 27 Feb 2020 08:04:26 +0100 Subject: [PATCH] Remove ROOT dependency --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 51a7bbc..6d3953c 100644 --- a/setup.py +++ b/setup.py @@ -40,11 +40,11 @@ ext_modules = [ include_dirs=[ get_pybind_include(), get_pybind_include(user=True), - get_root_flags("inc"), + # get_root_flags("inc"), get_jpp_include() ], - library_dirs=[get_root_flags("lib")], - libraries=["MathCore"], + # library_dirs=[get_root_flags("lib")], + # libraries=["MathCore"], language='c++') ] -- GitLab