Beispiel #1
0
 def try_run(self, body, headers=None, include_dirs=None,
             libraries=None, library_dirs=None, lang="c"):
     warnings.warn("\n+++++++++++++++++++++++++++++++++++++++++++++++++\n" \
                   "Usage of try_run is deprecated: please do not \n" \
                   "use it anymore, and avoid configuration checks \n" \
                   "involving running executable on the target machine.\n" \
                   "+++++++++++++++++++++++++++++++++++++++++++++++++\n",
                   DeprecationWarning)
     return old_config.try_run(self, body, headers, include_dirs, libraries,
                               library_dirs, lang)
Beispiel #2
0
 def try_run(self, body, headers=None, include_dirs=None,
             libraries=None, library_dirs=None, lang="c"):
     warnings.warn("\n+++++++++++++++++++++++++++++++++++++++++++++++++\n" \
                   "Usage of try_run is deprecated: please do not \n" \
                   "use it anymore, and avoid configuration checks \n" \
                   "involving running executable on the target machine.\n" \
                   "+++++++++++++++++++++++++++++++++++++++++++++++++\n",
                   DeprecationWarning)
     return old_config.try_run(self, body, headers, include_dirs, libraries,
                               library_dirs, lang)