Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Program (0.14 sec)

  1. configure.py

      Args:
        environ_cp: (Dict) copy of the os.environ.
    
      Returns:
        string value for clang_compiler_path.
      """
      # Default path if clang-16 is installed by using apt-get install
      default_clang_path = 'C:/Program Files/LLVM/bin/clang.exe'
      if not os.path.exists(default_clang_path):
        default_clang_path = which('clang') or ''
    
      clang_compiler_path = prompt_loop_or_load_from_env(
          environ_cp,
    Python
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 15 18:25:36 GMT 2024
    - 53.8K bytes
    - Viewed (1)
Back to top