Drop libecl From Python Setup
Suggested by [at]akva2.
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user