Bug#1006682: /usr/lib/cmake/mathgl2/MathGL2Config.cmake: Could NOT find OpenMP_CXX

2022-09-01 Thread Rafael Laboissière
Control: tags -1 - moreinfo Control: tags -1 + wontfix * Sylvain Joubert [2022-08-31 10:17]: Ok, I just figured out why you probably can't reproduce the issue: you need to use clang as a compiler. If you use `CXX=clang++-14 cmake [...]` as a configure command line you'll likely trigger the

Bug#1006682: /usr/lib/cmake/mathgl2/MathGL2Config.cmake: Could NOT find OpenMP_CXX

2022-08-31 Thread Sylvain Joubert
Ok, I just figured out why you probably can't reproduce the issue: you need to use clang as a compiler. If you use `CXX=clang++-14 cmake [...]` as a configure command line you'll likely trigger the error. And the required package providing OpenMP for clang must match the clang version used: if I

Bug#1006682: /usr/lib/cmake/mathgl2/MathGL2Config.cmake: Could NOT find OpenMP_CXX

2022-08-31 Thread Sylvain Joubert
Hi, Here is the minimal CMakeLists.txt that reproduces the issue: cmake_minimum_required(VERSION 3.22.0) project(mgl_test LANGUAGES CXX) find_package(MathGL2 REQUIRED) If the packages libomp-dev and libomp-XX-dev that it drags (libomp-11-dev on stable, libomp-14-dev on my testing setup) are not

Bug#1006682: /usr/lib/cmake/mathgl2/MathGL2Config.cmake: Could NOT find OpenMP_CXX

2022-08-30 Thread Rafael Laboissière
Control: tags -1 moreinfo * Sylvain Joubert [2022-03-02 11:17]: Package: libmgl-dev Version: 8.0.1-1 Severity: normal Dear Maintainer, Trying to use libmgl-dev through find_package(MathGL2) in CMake I'm facing the following error: CMake Error at

Bug#1006682: /usr/lib/cmake/mathgl2/MathGL2Config.cmake: Could NOT find OpenMP_CXX

2022-03-02 Thread Sylvain Joubert
Package: libmgl-dev Version: 8.0.1-1 Severity: normal X-Debbugs-Cc: joubert...@gmail.com Dear Maintainer, Trying to use libmgl-dev through find_package(MathGL2) in CMake I'm facing the following error: CMake Error at /usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:230