Home
last modified time | relevance | path

Searched +full:cmake +full:- +full:unix (Results 1 – 25 of 391) sorted by relevance

12345678910>>...16

/external/OpenCL-Headers/.github/workflows/
Dlinux.yml5 paths-ignore:
6 - '**/*.md'
8 paths-ignore:
9 - '**/*.md'
13 runs-on: ubuntu-20.04
14 container: streamhpc/opencl-sdk-base:ubuntu-18.04-20220127
17 …# TODO: CMake 3.0.2 is Headers minimum (and ubuntu 18.04 canonical apt repo ver), not this repo's …
20 # Unix Makefiles
21 # One CMake version
25 - C_COMPILER: gcc-7
[all …]
/external/OpenCL-ICD-Loader/.github/workflows/
Dpresubmit.yml5 paths-ignore:
6 - '**/*.md'
8 paths-ignore:
9 - '**/*.md'
13 runs-on: ubuntu-latest
19 CMAKE: [3.26.4]
21 - gcc-11
22 - gcc-13
23 - clang-14
24 - clang-16
[all …]
/external/libjpeg-turbo/
DBUILDING.md1 Building libjpeg-turbo
6 ------------------
11 - [CMake](http://www.cmake.org) v2.8.12 or later
13 - [NASM](http://www.nasm.us) or [Yasm](http://yasm.tortall.net)
14 (if building x86 or x86-64 SIMD extensions)
19 - NOTE: Currently, if it is desirable to hide the SIMD function symbols in
21 libjpeg-turbo, then NASM 2.14 or later or Yasm must be used when
22 building libjpeg-turbo.
24 to the assembler by using either the `CMAKE_ASM_NASM_COMPILER` CMake
34 - GCC v4.1 (or later) or Clang recommended for best performance
[all …]
/external/libopus/.github/workflows/
Dcmake.yml1 name: CMake
7 name: Test build with CMake 3.1.0
8 runs-on: ubuntu-20.04
10 - uses: actions/checkout@v3
12 fetch-depth: 0
13 - name: Download models
15 - name: Install CMake 3.1
17 …curl -sL https://github.com/Kitware/CMake/releases/download/v3.1.0/cmake-3.1.0-Linux-x86_64.sh -o …
19 sudo ./cmakeinstall.sh --prefix=/usr/local --exclude-subdir
21 sudo apt-get install libidn11
[all …]
/external/flatbuffers/.github/workflows/
Dbuild.yml2 permissions: read-all
9 - "*" # new tag version, like `0.8.4` or else
11 - master
14 - master
17 - cron: '45 4 * * *'
20 build-linux:
24 digests-gcc: ${{ steps.hash-gcc.outputs.hashes }}
25 digests-clang: ${{ steps.hash-clang.outputs.hashes }}
27 runs-on: ubuntu-24.04
30 cxx: [g++-13, clang++-18]
[all …]
/external/aws-crt-java/
Dpom.xml2 …p://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http…
5 <artifactId>aws-crt</artifactId>
7 <version>1.0.0-SNAPSHOT</version>
10 <url>https://github.com/awslabs/aws-crt-java</url>
15 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
22 <email>aws-sdk-common-runtime@amazon.com</email>
29 <connection>scm:git:git://github.com/awslabs/aws-crt-java.git</connection>
30 <developerConnection>scm:git:ssh://github.com:awslabs/aws-crt-java.git</developerConnection>
31 <url>https://github.com/awslabs/aws-crt-java/tree/main</url>
35 <cmake.command>cmake</cmake.command>
[all …]
/external/flatbuffers/docs/source/
Dbuilding.md3 ## Building with CMake
6 [`cmake`](https://www.cmake.org) which allows you to build the project for any
11 Use `cmake` to configure a project based on your environment and platform.
13 === "Unix"
16 cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release
20 variables e.g. `CC=/usr/bin/clang CXX=/usr/bin/clang++ cmake -G "Unix
26 cmake -G "Visual Studio 17 2022" -DCMAKE_BUILD_TYPE=Release
32 cmake -G "Xcode" -DCMAKE_BUILD_TYPE=Release
37 By default, `cmake` will configure targets to **not** build with strict warnings
38 on (e.g. `-Werror` or `/WX`). This may cause into issues when submitting code
[all …]
/external/freetype/
DCMakeLists.txt3 # Copyright (C) 2013-2023 by
16 # call cmake to configure the build with default parameters as a static
19 # https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html
23 # cmake -B build -D CMAKE_BUILD_TYPE=Release
28 # cmake -B build -D BUILD_SHARED_LIBS=true -D CMAKE_BUILD_TYPE=Release
32 # cmake -E chdir build cmake -G Xcode -D BUILD_FRAMEWORK:BOOL=true ..
36 # cmake -E chdir build cmake -G Xcode -D IOS_PLATFORM=OS ..
40 # cmake -E chdir build cmake -G Xcode -D IOS_PLATFORM=SIMULATOR ..
44 # cmake -E chdir build cmake -G Xcode -D IOS_PLATFORM=SIMULATOR64 ..
49 # cmake --build build
[all …]
/external/webp/doc/
Dbuilding.md8 nmake /f Makefile.vc CFG=release-static RTLIBCFG=static OBJDIR=output
11 the directory `output\release-static\(x64|x86)\bin` will contain the tools
12 cwebp.exe and dwebp.exe. The directory `output\release-static\(x64|x86)\lib`
17 ## Unix build using makefile.unix
22 make -f makefile.unix
26 library src/libwebp.a. No system-wide installation is supplied, as this is a
28 (see below). Please refer to makefile.unix for additional details and
35 On a Debian-like system the following should install everything you need for a
39 $ sudo apt-get install gcc make autoconf automake libtool
64 Note: A decode-only library, libwebpdecoder, is available using the
[all …]
/external/pcre/doc/html/
DNON-AUTOTOOLS-BUILD.txt2 --------------------------------------
12 Building PCRE2 on Windows with CMake
26 configure/make (autotools) build system, as found in many Unix-like
30 There is also support for CMake, which some users prefer, especially in Windows
31 environments, though it can also be run in Unix-like environments. See the
32 section entitled "Building PCRE2 on Windows with CMake" below.
36 provided for those who build PCRE2 without using "configure" or CMake. If you
37 use "configure" or CMake, the .generic versions are not used.
45 you are going to use CMake, this section does not apply to you; you can skip
46 ahead to the CMake section. Note that the settings concerned with 8-bit,
[all …]
/external/pcre/
DNON-AUTOTOOLS-BUILD2 --------------------------------------
12 Building PCRE2 on Windows with CMake
26 configure/make (autotools) build system, as found in many Unix-like
30 There is also support for CMake, which some users prefer, especially in Windows
31 environments, though it can also be run in Unix-like environments. See the
32 section entitled "Building PCRE2 on Windows with CMake" below.
36 provided for those who build PCRE2 without using "configure" or CMake. If you
37 use "configure" or CMake, the .generic versions are not used.
45 you are going to use CMake, this section does not apply to you; you can skip
46 ahead to the CMake section. Note that the settings concerned with 8-bit,
[all …]
/external/cronet/stable/third_party/cpu_features/src/
DCMakeLists.txt4 # see: https://cmake.org/cmake/help/git-stage/policy/CMP0077.html
20 # BUILD_SHARED_LIBS is a standard CMake variable, but we declare it here to make
22 # cpu_features uses bit-fields which are - to some extends - implementation-defined (see https://en…
27 # Force PIC on unix when building shared libs
28 # see: https://en.wikipedia.org/wiki/Position-independent_code
29 if(BUILD_SHARED_LIBS AND UNIX)
117 if(UNIX)
140 if(NOT PROCESSOR_IS_X86 AND UNIX)
179 # Automatically incorporate googletest into the CMake Project if target not
185 set(CMAKE_CXX_EXTENSIONS OFF) # prefer use of -std14 instead of -gnustd14
[all …]
/external/cronet/tot/third_party/cpu_features/src/
DCMakeLists.txt4 # see: https://cmake.org/cmake/help/git-stage/policy/CMP0077.html
20 # BUILD_SHARED_LIBS is a standard CMake variable, but we declare it here to make
22 # cpu_features uses bit-fields which are - to some extends - implementation-defined (see https://en…
27 # Force PIC on unix when building shared libs
28 # see: https://en.wikipedia.org/wiki/Position-independent_code
29 if(BUILD_SHARED_LIBS AND UNIX)
117 if(UNIX)
140 if(NOT PROCESSOR_IS_X86 AND UNIX)
179 # Automatically incorporate googletest into the CMake Project if target not
185 set(CMAKE_CXX_EXTENSIONS OFF) # prefer use of -std14 instead of -gnustd14
[all …]
/external/libwebsockets/minimal-examples/dbus-server/minimal-dbus-server/
DREADME.md5 Using libdbus requires additional non-default include paths setting, same as
8 CMake can guess one path and the library name usually, see the README above
13 $ cmake .. -DLWS_DBUS_INCLUDE2="/usr/lib64/dbus-1.0/include"
19 $ cmake .. -DLWS_DBUS_INCLUDE2="/usr/lib/x86_64-linux-gnu/dbus-1.0/include"
26 ---|---
27 -d <loglevel>|Debug verbosity in decimal, eg, -d15
28 --session | Bind to session bus instead of creating private abstract unix socket
30 By default the minimal server listens using its own abstract unix socket
31 at `unix:abstract=org.libwebsockets.test`.
34 unix socket, by giving `--session`.
[all …]
/external/cpu_features/
DCMakeLists.txt4 # see: https://cmake.org/cmake/help/git-stage/policy/CMP0077.html
44 # BUILD_SHARED_LIBS is a standard CMake variable, but we declare it here to make
46 # cpu_features uses bit-fields which are - to some extends - implementation-defined (see https://en…
51 # Force PIC on unix when building shared libs
52 # see: https://en.wikipedia.org/wiki/Position-independent_code
53 if(BUILD_SHARED_LIBS AND UNIX)
146 if(UNIX)
169 if(NOT PROCESSOR_IS_X86 AND UNIX)
209 # Automatically incorporate googletest into the CMake Project if target not
215 set(CMAKE_CXX_EXTENSIONS OFF) # prefer use of -std14 instead of -gnustd14
[all …]
/external/libgav1/cmake/
Dlibgav1_install.cmake7 # http://www.apache.org/licenses/LICENSE-2.0
26 # pkg-config: libgav1.pc
33 configure_file("${libgav1_root}/cmake/libgav1.pc.template"
34 "${libgav1_build}/libgav1.pc" @ONLY NEWLINE_STYLE UNIX)
38 # CMake config: libgav1-config.cmake
40 configure_file("${libgav1_root}/cmake/libgav1-config.cmake.template"
41 "${libgav1_build}/libgav1-config.cmake" @ONLY
42 NEWLINE_STYLE UNIX)
44 FILES "${libgav1_build}/libgav1-config.cmake"
45 DESTINATION "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_DATAROOTDIR}/cmake")
/external/deqp/framework/delibs/dethread/
DCMakeLists.txt1 # dethread cmake file
4 message(FATAL_ERROR "Include Defs.cmake")
22 unix/deMutexUnix.c
23 unix/deSemaphoreMach.c
24 unix/deSemaphoreUnix.c
25 unix/deThreadUnix.c
26 unix/deThreadLocalUnix.c
42 add_definitions(-D__BSD_VISIBLE)
44 add_definitions(-D_GNU_SOURCE)
50 add_definitions(-D_XOPEN_SOURCE=600)
/external/libwebsockets/
DCMakeLists.txt2 # libwebsockets - small server side websockets and web server implementation
4 # Copyright (C) 2010 - 2020 Andy Green <andy@warmcat.com>
48 # For selecting between DEBUG / RELEASE, use -DCMAKE_BUILD_TYPE=DEBUG or =RELEASE
61 #set(CMAKE_TOOLCHAIN_FILE contrib/cross-esp32.cmake)
109 option(LWS_WITH_NETWORK "Compile with network-related code" ON)
118 option(LWS_WITH_CGI "Include CGI (spawn process with network-connected stdin/out/err) APIs" OFF)
120 option(LWS_UNIX_SOCK "Compile with support for UNIX domain socket if OS supports it" ON)
124 option(LWS_WITH_ZIP_FOPS "Support serving pre-zipped files" OFF)
127 option(LWS_WITH_ACCESS_LOG "Support generating Apache-compatible access logs" OFF)
150 option(LWS_WITH_SECURE_STREAMS "Secure Streams protocol-agnostic API" OFF)
[all …]
/external/flatbuffers/CMake/
DPackageRedhat.cmake1 if (UNIX)
13 … set(CPACK_PACKAGE_VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}-${VERSION_COMMIT}")
26 set(CPACK_PACKAGE_DESCRIPTION_FILE ${CMAKE_SOURCE_DIR}/CMake/DESCRIPTION.txt)
38 # /usr/${CMAKE_INSTALL_LIBDIR}/cmake which is installed by default
39 # by other packages on RedHat (most notably cmake-filesystem). Ensure
41 # This patch is required for cmake pre-3.17.
42 … list(APPEND CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST_ADDITION "/usr/${CMAKE_INSTALL_LIBDIR}/cmake")
44 endif(UNIX)
/external/libwebm/
DREADME.libwebm3 To build libwebm you must first create project files. To do this run cmake
6 Makefile.unix can be used as a fallback on systems that cmake does not
10 CMake Basics
13 run cmake with the path to the libwebm repo:
15 $ cmake path/to/libwebm
21 To control what types of projects are generated the -G parameter is added to
22 the cmake command line. This argument must be followed by the name of a
23 generator. Running cmake with the --help argument will list the available
28 $ cmake path/to/libwebm -G Xcode
33 $ cmake path/to/libwebm -G "Visual Studio 12"
[all …]
/external/libdivsufsort/CMakeModules/
DProjectCPack.cmake1 # If the cmake version includes cpack, use it
2 IF(EXISTS "${CMAKE_ROOT}/Modules/CPack.cmake")
11 SET(CPACK_SOURCE_PACKAGE_FILE_NAME "${PROJECT_NAME}-${PROJECT_VERSION_FULL}")
14 SET(CPACK_SYSTEM_NAME "${CMAKE_SYSTEM_NAME}-${CMAKE_SYSTEM_PROCESSOR}")
19 SET(CPACK_SYSTEM_NAME win64-${CMAKE_SYSTEM_PROCESSOR})
21 SET(CPACK_SYSTEM_NAME win32-${CMAKE_SYSTEM_PROCESSOR})
26 SET(CPACK_PACKAGE_FILE_NAME "${CPACK_SOURCE_PACKAGE_FILE_NAME}-${CPACK_SYSTEM_NAME}")
30 IF(UNIX)
33 # SET(CPACK_PACKAGE_EXECUTABLES "ccmake" "CMake")
34 ENDIF(UNIX)
[all …]
/external/cronet/stable/third_party/protobuf/cmake/
Dinstall.cmake3 configure_file(${CMAKE_CURRENT_SOURCE_DIR}/cmake/protobuf.pc.cmake
5 configure_file(${CMAKE_CURRENT_SOURCE_DIR}/cmake/protobuf-lite.pc.cmake
6 ${CMAKE_CURRENT_BINARY_DIR}/protobuf-lite.pc @ONLY)
8 set(_protobuf_libraries libprotobuf-lite libprotobuf)
18 if (UNIX AND NOT APPLE)
25 install(TARGETS ${_library} EXPORT protobuf-targets
32 install(TARGETS protoc EXPORT protobuf-targets
35 if (UNIX AND NOT APPLE)
44 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/protobuf.pc ${CMAKE_CURRENT_BINARY_DIR}/protobuf-lite.pc …
46 file(STRINGS ${protobuf_SOURCE_DIR}/cmake/extract_includes.bat.in _extract_strings
[all …]
/external/protobuf/cmake/
Dinstall.cmake3 configure_file(${CMAKE_CURRENT_SOURCE_DIR}/cmake/protobuf.pc.cmake
5 configure_file(${CMAKE_CURRENT_SOURCE_DIR}/cmake/protobuf-lite.pc.cmake
6 ${CMAKE_CURRENT_BINARY_DIR}/protobuf-lite.pc @ONLY)
8 set(_protobuf_libraries libprotobuf-lite libprotobuf)
18 if (UNIX AND NOT APPLE)
25 install(TARGETS ${_library} EXPORT protobuf-targets
32 install(TARGETS protoc EXPORT protobuf-targets
35 if (UNIX AND NOT APPLE)
44 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/protobuf.pc ${CMAKE_CURRENT_BINARY_DIR}/protobuf-lite.pc …
46 file(STRINGS ${protobuf_SOURCE_DIR}/cmake/extract_includes.bat.in _extract_strings
[all …]
/external/cronet/tot/third_party/protobuf/cmake/
Dinstall.cmake3 configure_file(${CMAKE_CURRENT_SOURCE_DIR}/cmake/protobuf.pc.cmake
5 configure_file(${CMAKE_CURRENT_SOURCE_DIR}/cmake/protobuf-lite.pc.cmake
6 ${CMAKE_CURRENT_BINARY_DIR}/protobuf-lite.pc @ONLY)
8 set(_protobuf_libraries libprotobuf-lite libprotobuf)
18 if (UNIX AND NOT APPLE)
25 install(TARGETS ${_library} EXPORT protobuf-targets
32 install(TARGETS protoc EXPORT protobuf-targets
35 if (UNIX AND NOT APPLE)
44 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/protobuf.pc ${CMAKE_CURRENT_BINARY_DIR}/protobuf-lite.pc …
46 file(STRINGS ${protobuf_SOURCE_DIR}/cmake/extract_includes.bat.in _extract_strings
[all …]
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/
DINSTALL.md1 ** This file is adapted from libcurl and not yet fully rewritten for c-ares! **
15 Lots of people download binary distributions of c-ares. This document
16 does not describe how to install c-ares using such a binary package.
17 This document describes how to compile, build and install c-ares from
24 release tarball, see the [GIT-INFO](GIT-INFO) file in the root directory
27 In particular, if not using CMake you will need to run `./buildconf` (Unix) or
29 you will need a local installation of Autotools. If using CMake the steps are
35 ### General Information, works on most Unix Platforms (Linux, FreeBSD, etc)
37 A normal Unix installation is made in three or four steps (after you've
47 [GIT-INFO](GIT_INFO) on how to proceed.
[all …]

12345678910>>...16