Drop libecl From Python Setup

Suggested by [at]akva2.
This commit is contained in:
Bård Skaflestad
2019-10-15 08:47:47 -05:00
parent 247b5685cc
commit 288be7f0dc

View File

@@ -47,7 +47,7 @@ ext_modules = [
'cxx/well.cpp',
'cxx/export.cpp'
],
libraries=['opmcommon', 'boost_filesystem', 'boost_regex', 'ecl', 'z'],
libraries=['opmcommon', 'boost_filesystem', 'boost_regex'],
language='c++',
undef_macros=["NDEBUG"],
include_dirs=["pybind11/include"]