Skip to content

Commit d5cc263

Browse files
committed
[CI] enable most alpaqa Python features
1 parent deb31e9 commit d5cc263

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

scripts/ci/alpaqa-python.profile

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
[conf]
22
tools.cmake.cmake_layout:build_folder_vars=['const.python', 'settings.build_type']
33
[options]
4-
alpaqa/*:with_ipopt=False
5-
alpaqa/*:with_external_casadi=False
6-
alpaqa/*:with_qpalm=False
7-
alpaqa/*:with_cutest=False
4+
alpaqa/*:with_ipopt=True
5+
alpaqa/*:with_external_casadi=True
6+
alpaqa/*:with_qpalm=True
7+
alpaqa/*:with_cutest=True
8+
alpaqa/*:with_json=False
89
alpaqa/*:with_python=True
910
[settings]
1011
casadi/*:build_type=Release

0 commit comments

Comments
 (0)