KhiopsML / khiops

Khiops is an AutoML suite for supervised and unsupervised learning
https://khiops.org
BSD 3-Clause Clear License
30 stars 3 forks source link

The conda build uses the wrong compiler #403

Open bruno-at-orange opened 2 weeks ago

bruno-at-orange commented 2 weeks ago

Description

On conda gcc/g++ compiler are not named gcc or g++ but x86_64-conda-linux-gnu-c++. When we use the cmake presets, cmake point to the system wide compiler (as it is required in the preset) and not the conda compiler. Compiler packages set environment variables to point cmake to the correct compiler.

Questions/Ideas

bruno-at-orange commented 2 weeks ago

related to #391