[CMake] Compiling Fortran on IBMs XL

2017-06-07 Thread Matthias Redies
Hello, I am trying to compile my program using this CMake script: https://pastebin.com/zgJhbFhj with ifort or gfortran my script works fine, but with IBMs XL Fortran I get an error: > make -- A library with BLAS API found. -- A library with LAPACK API found. -- MKLROOT: -- IBM -- DEBUG Flag

[CMake] [ANNOUNCE] CMake 3.9.0-rc2 is now ready for testing!

2017-06-07 Thread Robert Maynard
I am proud to announce the second CMake 3.9 release candidate. https://cmake.org/download/ Documentation is available at: https://cmake.org/cmake/help/v3.9 Release notes appear below and are also published at https://cmake.org/cmake/help/v3.9/release/3.9.html Some of the more significant

Re: [CMake] Is there a way to produce the documentation of cmake in xml format?

2017-06-07 Thread Nils Gladitz
On 07.06.2017 21:23, Martin Weber wrote: Hi all, is there a way to extract the documentation from cmake-sources and convert that to XML? I am trying to work on CmakeEd [1]. This Eclipse plugin has support for editing cmakelists files (syntax highlighting, code completion), but only for cmake

[CMake] Is there a way to produce the documentation of cmake in xml format?

2017-06-07 Thread Martin Weber
Hi all, is there a way to extract the documentation from cmake-sources and convert that to XML? I am trying to work on CmakeEd [1]. This Eclipse plugin has support for editing cmakelists files (syntax highlighting, code completion), but only for cmake 2.8 which I want to update. If I had docs

[CMake] Best way to integrate sphinx documentation into a project with a large number of code generated sources...

2017-06-07 Thread Malfettone, Kris
Hi all, I have a very large project (many thousands of targets) that I manage with CMake. I currently, as part of my build, code generate the vast majority of sources and some sources are several layers deep of generation steps. I would like to add in a step to generate Sphinx documentation

[CMake] Using CMAKE_DL_LIBS on an imported target

2017-06-07 Thread Björn Pollex
Hi everyone, I’m reposting here the same question I’ve already posted on Stackoverflow [1], in the hopes of reaching a more appropriate audience. I have an imported target (an external library) that required -ldl, so I'm adding ${CMAKE_DL_LIBS} to the INTERFACE_LINK_LIBRARIES property like

[CMake] CUDA sample using CMake 3.9

2017-06-07 Thread Nagy-Egri Máté Ferenc via CMake
Hi! Can anyone point to a minimalistic sample of how a CUDA application is built using the new CMake 3.9 support for CUDA compilation? I am mostly interested in promoting similar syntax of building SYCL applications that share a very similar compilation model, as far as ComputeCpp is

Re: [CMake] CUDA sample using CMake 3.9

2017-06-07 Thread Robert Maynard
Hi, Here is a collection of samples using the CUDA 3.9 support, that are targeted around specific features. https://gitlab.kitware.com/robertmaynard/cmake_cuda_tests/tree/master You can also look at the CUDA and CUDAOnly tests inside CMake.

[Cmake-commits] CMake branch, master, updated. v3.9.0-rc1-21-gc8a8687

2017-06-07 Thread Kitware Robot
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The branch, master has been updated via c8a8687bcbd6f15ac2257e642367d451b8b4aae1 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.9.0-rc1-19-ga10c3cc

2017-06-07 Thread Kitware Robot
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The branch, master has been updated via a10c3cc69f037aefc5828b0cad6e44d09ddb39f2 (commit) via

[Cmake-commits] CMake branch, release, updated. v3.9.0-rc1-8-g44e323c

2017-06-07 Thread Kitware Robot
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The branch, release has been updated via 44e323ca9281eb039b148165e4779310aad3bfcc (commit) via

[cmake-developers] [ANNOUNCE] CMake 3.9.0-rc2 is now ready for testing!

2017-06-07 Thread Robert Maynard
I am proud to announce the second CMake 3.9 release candidate. https://cmake.org/download/ Documentation is available at: https://cmake.org/cmake/help/v3.9 Release notes appear below and are also published at https://cmake.org/cmake/help/v3.9/release/3.9.html Some of the more significant

[Cmake-commits] CMake branch, master, updated. v3.9.0-rc1-26-gb6e3557

2017-06-07 Thread Kitware Robot
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The branch, master has been updated via b6e35578b6fdac4f4dd65821cbd7d7186d093df2 (commit) via

[Cmake-commits] CMake branch, release, updated. v3.9.0-rc1-12-g1c6d037

2017-06-07 Thread Kitware Robot
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The branch, release has been updated via 1c6d03729a9e1e92259cd5d2362e5df9f3b56d34 (commit) via

[Cmake-commits] CMake branch, release, updated. v3.9.0-rc2

2017-06-07 Thread Kitware Robot
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The branch, release has been updated via 010b50fda71feaff3abec4d13910f4a4bd1f13b0 (commit) from

[Cmake-commits] CMake annotated tag, v3.9.0-rc2, created. v3.9.0-rc2

2017-06-07 Thread Kitware Robot
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The annotated tag, v3.9.0-rc2 has been created at a4dc0f634b99945b77ec501c6e70005d9e0cc4d9 (tag) tagging

[Cmake-commits] CMake branch, master, updated. v3.9.0-rc2-15-gf203669

2017-06-07 Thread Kitware Robot
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The branch, master has been updated via f203669bcc1703638ff282c7ce33c1cdb90e1d95 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.9.0-rc2-16-gbf06d72

2017-06-07 Thread Kitware Robot
_VERSION_MINOR 9) -set(CMake_VERSION_PATCH 20170607) +set(CMake_VERSION_PATCH 20170608) #set(CMake_VERSION_RC 1) --- Summary of changes: Source/CMakeVersion.cmake |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/

[Cmake-commits] CMake branch, master, updated. v3.9.0-rc1-10-g5b1d0ae

2017-06-07 Thread Kitware Robot
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The branch, master has been updated via 5b1d0aeffe337e8109d267d88f7533807fb76c31 (commit) via