Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for set_gcc_host_compiler_path (0.2 sec)

  1. configure.py

          )
          % api_levels,
          check_success=(lambda *_: True),
          error_msg='Android-%s is not present in the NDK path.',
      )
    
      return android_ndk_api_level
    
    
    def set_gcc_host_compiler_path(environ_cp):
      """Set GCC_HOST_COMPILER_PATH."""
      default_gcc_host_compiler_path = which('gcc') or ''
      cuda_bin_symlink = '%s/bin/gcc' % environ_cp.get('CUDA_TOOLKIT_PATH')
    
    Python
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 15 18:25:36 GMT 2024
    - 53.8K bytes
    - Viewed (0)
Back to top