search for: addsphinxtarget

Displaying 6 results from an estimated 6 matches for "addsphinxtarget".

2015 Jul 06
2
[LLVMdev] [cfe-dev] 3.6.2-rc1 has been tagged. Testers needed.
...his is LLVM trunk rather than 3.6.2 but it should be very similar). ``` AddLLVM.cmake AddOCaml.cmake ChooseMSVCCRT.cmake FindOCaml.cmake GetSVN.cmake HandleLLVMStdlib.cmake LLVMConfig.cmake LLVMExports.cmake TableGen.cmake AddLLVMDefinitions.cmake AddSphinxTarget.cmake CrossCompile.cmake FindSphinx.cmake HandleLLVMOptions.cmake LLVM-Config.cmake LLVMConfigVersion.cmake LLVMProcessSources.cmake ``` You're going to have to do some debugging on your end because I cannot reproduce what ends up your tarball. I guess a first step would be to try building...
2020 Jul 30
2
Help with build
...etecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: C:/MinGW/bin/c++.exe - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Error at CMakeLists.txt:106 (include): include could not find load file: AddSphinxTarget CMake Warning (dev) in CMakeLists.txt: No cmake_minimum_required command is present. A line of code such as cmake_minimum_required(VERSION 3.18) should be added at the top of the file. The version specified may be lower if you wish to support older CMake versions for this project....
2015 Jul 07
2
[LLVMdev] [cfe-dev] 3.6.2-rc1 has been tagged. Testers needed.
...very similar). >> >> ``` >> AddLLVM.cmake AddOCaml.cmake ChooseMSVCCRT.cmake >> FindOCaml.cmake GetSVN.cmake HandleLLVMStdlib.cmake >> LLVMConfig.cmake LLVMExports.cmake TableGen.cmake >> AddLLVMDefinitions.cmake AddSphinxTarget.cmake CrossCompile.cmake >> FindSphinx.cmake HandleLLVMOptions.cmake LLVM-Config.cmake >> LLVMConfigVersion.cmake LLVMProcessSources.cmake >> ``` > > I have these in the install directory of my cmake based trunk build. Yes those will definitely existing if you build LLV...
2015 Jul 31
0
[LLVMdev] [libcxx] How to update libcxx.llvm.org to use Sphinx generated doc?
...n which should be false by default. 3. Finally add a builder by adding an entry to ``_get_documentation_builders()`` [3] that uses your modifications in ``getSphinxDocsBuildFactory()``. 4. Ask Galina to restart the buildbot master [1] https://github.com/llvm-mirror/llvm/blob/master/cmake/modules/AddSphinxTarget.cmake [2] https://github.com/llvm-mirror/zorg/blob/master/zorg/buildbot/builders/SphinxDocsBuilder.py [3] https://github.com/llvm-mirror/zorg/blob/master/buildbot/osuosl/master/config/builders.py#L1083 Hope that helps. Thanks, Dan.
2015 Jul 20
4
[LLVMdev] [libcxx] How to update libcxx.llvm.org to use Sphinx generated doc?
Hi All, I'm working on rewriting libc++'s documentation using Sphinx. Hopefully it will be easier to write and maintain documentation using restructured text and not HTML. What steps do I need to take to get libc++ a Sphinx builder and get the required changes made for libcxx.llvm.org? /Eric
2015 Jul 06
4
[LLVMdev] [cfe-dev] 3.6.2-rc1 has been tagged. Testers needed.
Hi, I've taken a look at the binary tarballs for clang+llvm-3.6.2-rc1-* that have been uploaded and observed the following: * All uploaded tarballs include the generated CMake files apart from ``clang+llvm-3.6.2-rc1-x86_64-linux-gnu-ubuntu-14.04.tar.xz``. These files (share/llvm/cmake/*.cmake) are missing in this tarball. * Inside the Ubuntu tarball the directory is not consistently named