mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Updated Ert to e2a5a9cc20705537d07822958d925e092a323367 to include new accesss to well rates
This commit is contained in:
14
ThirdParty/Ert/cmake/Modules/FindSphinx.cmake
vendored
Normal file
14
ThirdParty/Ert/cmake/Modules/FindSphinx.cmake
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
find_program(SPHINX_EXECUTABLE NAMES sphinx-build
|
||||
HINTS
|
||||
$ENV{SPHINX_DIR}
|
||||
PATH_SUFFIXES bin
|
||||
DOC "Sphinx documentation generator"
|
||||
)
|
||||
|
||||
include(FindPackageHandleStandardArgs)
|
||||
|
||||
find_package_handle_standard_args(Sphinx DEFAULT_MSG
|
||||
SPHINX_EXECUTABLE
|
||||
)
|
||||
|
||||
mark_as_advanced(SPHINX_EXECUTABLE)
|
||||
2
ThirdParty/Ert/cmake/cmake_pyc2
vendored
2
ThirdParty/Ert/cmake/cmake_pyc2
vendored
@@ -21,7 +21,7 @@ shutil.copyfile( src_file , target_file )
|
||||
shutil.copystat( src_file , target_file )
|
||||
try:
|
||||
py_compile.compile( target_file , doraise = True)
|
||||
except Exception,error:
|
||||
except Exception as error:
|
||||
sys.exit("py_compile(%s) failed:%s" % (target_file , error))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user