From d5cc263d234eb9022a5586cf51d18896f9f8d56e Mon Sep 17 00:00:00 2001 From: Pieter Pas <pieter.p.dev@outlook.com> Date: Tue, 3 Dec 2024 12:15:33 +0100 Subject: [PATCH] [CI] enable most alpaqa Python features --- scripts/ci/alpaqa-python.profile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/scripts/ci/alpaqa-python.profile b/scripts/ci/alpaqa-python.profile index fd813c9b28..4fd62fbd6d 100644 --- a/scripts/ci/alpaqa-python.profile +++ b/scripts/ci/alpaqa-python.profile @@ -1,10 +1,11 @@ [conf] tools.cmake.cmake_layout:build_folder_vars=['const.python', 'settings.build_type'] [options] -alpaqa/*:with_ipopt=False -alpaqa/*:with_external_casadi=False -alpaqa/*:with_qpalm=False -alpaqa/*:with_cutest=False +alpaqa/*:with_ipopt=True +alpaqa/*:with_external_casadi=True +alpaqa/*:with_qpalm=True +alpaqa/*:with_cutest=True +alpaqa/*:with_json=False alpaqa/*:with_python=True [settings] casadi/*:build_type=Release