Conan 1.16 Documentationarmv7hf, armv7s, armv7k, armv8, armv8_32, armv8.3, sparc, sparcv9, mips, mips64, avr,␣ ˓→s390, s390x, asm.js, wasm] compiler: gcc: version: ["4.1", "4.4", "4.5", "4.6", "4.7", "4.8", "4.9", "5", "5.1", It should be possible to build packages for Emscripten (asm.js) via the following conan profile: include(default) [settings] os=Emscripten arch=asm.js compiler=clang compiler.version=6.0 compiler.libcxx=libc++ Ninja) work as well. As specified, os has been set to the Emscripten, and arch has been set to either asm.js or wasm (only these two are currently supported). And compiler setting has been set to match the0 码力 | 545 页 | 4.34 MB | 1 年前3
Conan 1.15 Documentationarmv7hf, armv7s, armv7k, armv8, armv8_32, armv8.3, sparc, sparcv9, mips, mips64, avr,␣ ˓→s390, s390x, asm.js, wasm] compiler: gcc: version: ["4.1", "4.4", "4.5", "4.6", "4.7", "4.8", "4.9", "5", "5.1", It should be possible to build packages for Emscripten (asm.js) via the following conan profile: include(default) [settings] os=Emscripten arch=asm.js compiler=clang compiler.version=6.0 compiler.libcxx=libc++ Ninja) work as well. As specified, os has been set to the Emscripten, and arch has been set to either asm.js or wasm (only these two are currently supported). And compiler setting has been set to match the0 码力 | 540 页 | 4.22 MB | 1 年前3
Conan 2.1 Documentationdefine("tools.build:compiler_executables", { "c": f"{toolchain}-gcc", "cpp": f"{toolchain}-g++", "asm": f"{toolchain}-as" }) Validating the toolchain package: settings, settings_build and settings_target define("tools.build:compiler_executables", { "c": f"{toolchain}-gcc", "cpp": f"{toolchain}-g++", "asm": f"{toolchain}-as" }) In this case, we need to define the following information: • Add directories compilers path to␣ ˓→be used. Allowed keys {'c', 'cpp', 'cuda', 'objc', 'objcxx', 'rc', 'fortran', 'asm', ˓→'hip', 'ispc'} tools.build:cxxflags: List of extra CXX flags used by different toolchains like␣0 码力 | 694 页 | 4.13 MB | 1 年前3
Conan 2.3 Documentationdefine("tools.build:compiler_executables", { "c": f"{toolchain}-gcc", "cpp": f"{toolchain}-g++", "asm": f"{toolchain}-as" }) 238 Chapter 7. Examples Conan Documentation, Release 2.3.2 Validating the define("tools.build:compiler_executables", { "c": f"{toolchain}-gcc", "cpp": f"{toolchain}-g++", "asm": f"{toolchain}-as" }) In this case, we need to define the following information: • Add directories compilers path to␣ ˓→be used. Allowed keys {'c', 'cpp', 'cuda', 'objc', 'objcxx', 'rc', 'fortran', 'asm', ˓→'hip', 'ispc', 'ld', 'ar'} tools.build:cxxflags: List of extra CXX flags used by different toolchains0 码力 | 748 页 | 4.65 MB | 1 年前3
Conan 2.5 Documentationdefine("tools.build:compiler_executables", { "c": f"{toolchain}-gcc", "cpp": f"{toolchain}-g++", "asm": f"{toolchain}-as" }) Validating the toolchain package: settings, settings_build and settings_target define("tools.build:compiler_executables", { "c": f"{toolchain}-gcc", "cpp": f"{toolchain}-g++", "asm": f"{toolchain}-as" }) In this case, we need to define the following information: • Add directories compilers path to␣ ˓→be used. Allowed keys {'c', 'cpp', 'cuda', 'objc', 'objcxx', 'rc', 'fortran', 'asm', ˓→'hip', 'ispc', 'ld', 'ar'} tools.build:cxxflags: List of extra CXX flags used by different toolchains0 码力 | 769 页 | 4.70 MB | 1 年前3
Conan 2.2 Documentationdefine("tools.build:compiler_executables", { "c": f"{toolchain}-gcc", "cpp": f"{toolchain}-g++", "asm": f"{toolchain}-as" }) Validating the toolchain package: settings, settings_build and settings_target define("tools.build:compiler_executables", { "c": f"{toolchain}-gcc", "cpp": f"{toolchain}-g++", "asm": f"{toolchain}-as" }) In this case, we need to define the following information: • Add directories compilers path to␣ ˓→be used. Allowed keys {'c', 'cpp', 'cuda', 'objc', 'objcxx', 'rc', 'fortran', 'asm', ˓→'hip', 'ispc'} tools.build:cxxflags: List of extra CXX flags used by different toolchains like␣0 码力 | 718 页 | 4.46 MB | 1 年前3
Conan 2.4 Documentationdefine("tools.build:compiler_executables", { "c": f"{toolchain}-gcc", "cpp": f"{toolchain}-g++", "asm": f"{toolchain}-as" }) Validating the toolchain package: settings, settings_build and settings_target define("tools.build:compiler_executables", { "c": f"{toolchain}-gcc", "cpp": f"{toolchain}-g++", "asm": f"{toolchain}-as" }) In this case, we need to define the following information: • Add directories compilers path to␣ ˓→be used. Allowed keys {'c', 'cpp', 'cuda', 'objc', 'objcxx', 'rc', 'fortran', 'asm', ˓→'hip', 'ispc', 'ld', 'ar'} tools.build:cxxflags: List of extra CXX flags used by different toolchains0 码力 | 769 页 | 4.69 MB | 1 年前3
Conan 1.17 Documentationarmv7hf, armv7s, armv7k, armv8, armv8_32, armv8.3, sparc, sparcv9, mips, mips64, avr,␣ ˓→s390, s390x, asm.js, wasm] compiler: gcc: version: ["4.1", "4.4", "4.5", "4.6", "4.7", "4.8", "4.9", "5", "5.1", It should be possible to build packages for Emscripten (asm.js) via the following conan profile: include(default) [settings] os=Emscripten arch=asm.js compiler=clang compiler.version=6.0 compiler.libcxx=libc++ Ninja) work as well. As specified, os has been set to the Emscripten, and arch has been set to either asm.js or wasm (only these two are currently supported). And compiler setting has been set to match the0 码力 | 567 页 | 4.53 MB | 1 年前3
Conan 1.18 Documentationarmv7hf, armv7s, armv7k, armv8, armv8_32, armv8.3, sparc, sparcv9, mips, mips64, avr,␣ ˓→s390, s390x, asm.js, wasm] compiler: gcc: version: ["4.1", "4.4", "4.5", "4.6", "4.7", "4.8", "4.9", "5", "5.1", It should be possible to build packages for Emscripten (asm.js) via the following conan profile: include(default) [settings] os=Emscripten arch=asm.js compiler=clang compiler.version=6.0 compiler.libcxx=libc++ Ninja) work as well. As specified, os has been set to the Emscripten, and arch has been set to either asm.js or wasm (only these two are currently supported). And compiler setting has been set to match the0 码力 | 584 页 | 4.80 MB | 1 年前3
Conan 1.19 Documentationarmv7hf, armv7s, armv7k, armv8, armv8_32, armv8.3, sparc, sparcv9, mips, mips64, avr,␣ ˓→s390, s390x, asm.js, wasm] compiler: gcc: version: ["4.1", "4.4", "4.5", "4.6", "4.7", "4.8", "4.9", "5", "5.1", It should be possible to build packages for Emscripten (asm.js) via the following conan profile: include(default) [settings] os=Emscripten arch=asm.js compiler=clang compiler.version=6.0 compiler.libcxx=libc++ Ninja) work as well. As specified, os has been set to the Emscripten, and arch has been set to either asm.js or wasm (only these two are currently supported). And compiler setting has been set to match the0 码力 | 609 页 | 4.88 MB | 1 年前3
共 62 条
- 1
- 2
- 3
- 4
- 5
- 6
- 7













