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
committed by Markus Blatt
parent a44febc314
commit fe275a55fd

View File

@@ -68,7 +68,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"]