Home
last modified time | relevance | path

Searched refs:os_build (Results 1 – 25 of 113) sorted by relevance

12345

/dports/sysutils/conan/conan-1.44.0/conans/client/generators/
H A Dcompiler_args.py66 os_build, _ = get_build_os_arch(self.conanfile)
68 os_build = os_build or self.conanfile.settings.get_safe("os")
70 flags.extend(rpath_flags(self._settings, os_build, self._deps_build_info.lib_paths))
H A Dpkg_config.py97 os_build, _ = get_build_os_arch(self.conanfile)
99 os_build = os_build or self.conanfile.settings.get_safe("os")
101 rpaths = rpath_flags(self.conanfile.settings, os_build,
/dports/sysutils/conan/conan-1.44.0/conan/tools/gnu/
H A Dautotools.py54 os_build = self._conanfile.settings_build.get_safe('os')
56 os_build = self._conanfile.settings.get_safe("os")
58 if os_build == "Windows":
H A Dautotoolstoolchain.py51 os_build, arch_build, os_host, arch_host = get_cross_building_settings(self._conanfile)
54 self._build = _get_gnu_triplet(os_build, arch_build, compiler=compiler)
57 if os_build == "Macos":
/dports/sysutils/conan/conan-1.44.0/conans/client/build/
H A Dautotools_environment.py102 os_build, arch_build = get_build_os_arch(self._conanfile)
105 os_build = detected_os() or platform.system()
108 if os_build is None or arch_build is None or self._arch is None or self._os is None:
111 if not cross_building(self._conanfile, os_build, arch_build):
115 build = get_gnu_triplet(os_build, arch_build, self._compiler)
270 os_build, _ = get_build_os_arch(self._conanfile)
272 os_build = os_build or self._os
273 ret.extend(rpath_flags(self._conanfile.settings, os_build,
H A Dcmake_flags.py49 os_build, _, _, _ = get_cross_building_settings(conanfile)
52 if os_build == "Windows":
81 if os_build == "Windows" and compiler != "qcc":
196 os_build, _, _, _ = get_cross_building_settings(self._conanfile)
/dports/sysutils/conan/conan-1.44.0/conan/tools/
H A D_compilers.py115 os_build = conanfile.settings_build.get_safe('os')
117 os_build = conanfile.settings.get_safe('os_build')
118 if os_build is None: # Assume is the same specified in host settings, not cross-building
119 os_build = conanfile.settings.get_safe("os")
121 if os_build == "Windows":
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/wptrunner/wptrunner/browsers/
H A Dedge.py101 os_build = subprocess.check_output(["powershell.exe", osBuildCommand]).strip()
105 rv = {"os_build": os_build,
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/wptrunner/wptrunner/browsers/
H A Dedge.py125 os_build = subprocess.check_output(["powershell.exe", osBuildCommand]).strip()
129 rv = {"os_build": os_build,
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/wptrunner/wptrunner/browsers/
H A Dedge.py125 os_build = subprocess.check_output(["powershell.exe", osBuildCommand]).strip()
129 rv = {"os_build": os_build,
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/wptrunner/wptrunner/browsers/
H A Dedge.py125 os_build = subprocess.check_output(["powershell.exe", osBuildCommand]).strip()
129 rv = {"os_build": os_build,
/dports/cad/cascade-compiler/cascade-f4f7ae8bd1dd379790c0e58c286df90b8d1cdcde/.travis/
H A Dconan_settings.yml2 # Only for cross building, 'os_build/arch_build' is the system that runs Conan
3 os_build: [Windows, WindowsStore, Linux, Macos, FreeBSD, SunOS]
/dports/sysutils/conan/conan-1.44.0/conans/client/tools/
H A Doss.py501 os_build, arch_build = get_build_os_arch(conanfile)
504 os_build = self_os or os_build or detected_os()
510 return os_build, arch_build, os_host, arch_host
/dports/graphics/exiv2/exiv2-0.27.5-Source/cmake/msvc_conan_profiles/
H A Dmsvc2013Debug6410 os_build=Windows
H A Dmsvc2017Release3210 os_build=Windows
H A Dmsvc2017Release6410 os_build=Windows
H A Dmsvc2019Debug10 os_build=Windows
H A Dmsvc2008Release3210 os_build=Windows
H A Dmsvc2012Debug6410 os_build=Windows
H A Dmsvc2012Release3210 os_build=Windows
H A Dmsvc2013Debug3210 os_build=Windows
H A Dmsvc2019Debug3210 os_build=Windows
H A Dmsvc2019Debug6410 os_build=Windows
H A Dmsvc2019Release10 os_build=Windows
H A Dmsvc2019Release6410 os_build=Windows

12345