Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Sascha Kratky 862630a8b4 cotire 1.5.2 il y a 12 ans
..
OpenCV-2.3.1.patch cotire 1.0.6 il y a 14 ans
README.md cotire 1.0.5 il y a 14 ans
bullet-2.80-rev2531.patch Add patch files for open source packages il y a 14 ans
clang-3.0.src.patch Add patch files for open source packages il y a 14 ans
clang-3.1.src.patch new patches related to llvm-3.1 il y a 14 ans
clang-3.3.src.patch cotire 1.5.0 il y a 12 ans
clang-3.4.src.patch cotire 1.5.2 il y a 12 ans
clapack-3.2.1-CMAKE.patch Add patch files for open source packages il y a 14 ans
cmake-2.8.7.patch Add patch files for open source packages il y a 14 ans
cminpack-1.1.4.patch Add patch files for open source packages il y a 14 ans
hdf5-1.8.8.patch Add patch files for open source packages il y a 14 ans
libpng-1.5.9.patch Add patch files for open source packages il y a 14 ans
llvm-3.0.src.patch cotire 1.0.5 il y a 14 ans
llvm-3.1.src.patch new patches related to llvm-3.1 il y a 14 ans
llvm-3.3.src.patch cotire 1.5.0 il y a 12 ans
llvm-3.4.src.patch cotire 1.5.2 il y a 12 ans
yaml-cpp.patch Add patch files for open source packages il y a 14 ans
zlib-1.2.6.patch Add patch files for open source packages il y a 14 ans

README.md

This directory contains patch files to enable cotire for some popular open sources packages that use CMake as a build system.

For example, to apply Cotire to LLVM 3.0, first copy cotire.cmake to a directory on the CMake module search path (e.g., llvm-3.0.src/cmake/modules).

Then apply the corresponding patch:

$ cd /path/to/llvm-3.0.src
$ patch -p1 < /path/to/llvm-3.0.src.patch

Then proceed with an out-of-source CMake build:

$ mkdir build; cd build
$ cmake ..
-- The C compiler identification is GNU 4.2.1
-- The CXX compiler identification is Clang 3.1.0
...
$ make
[  0%] Generating C unity source lib/Support/cotire/LLVMSupport_C_unity.c
[  0%] Generating CXX unity source lib/Support/cotire/LLVMSupport_CXX_unity.cxx
[  0%] Generating CXX prefix header lib/Support/cotire/LLVMSupport_CXX_prefix.hxx
[  0%] Building CXX precompiled header lib/Support/cotire/LLVMSupport_CXX_prefix.hxx.gch
...