@@ -20,8 +20,8 @@ option('extra-deps', type : 'string', value : '', description: 'comma-separated
2020option (' enable-mpp' , type : ' boolean' , value : false , description : ' enable Mutation++ support' )
2121option (' install-mpp' , type : ' boolean' , value : false , description : ' install Mutation++ in the directory defined with --prefix' )
2222option (' enable-coolprop' , type : ' boolean' , value : false , description : ' enable CoolProp support' )
23- option (' enable-mlpcpp' , type : ' boolean' , value : false , description : ' enable profiling through gprof ' )
24- option (' enable-gprof' , type : ' boolean' , value : false , description : ' enable MLPCpp support ' )
23+ option (' enable-mlpcpp' , type : ' boolean' , value : false , description : ' enable MLPCpp support ' )
24+ option (' enable-gprof' , type : ' boolean' , value : false , description : ' enable profiling through gprof ' )
2525option (' opdi-backend' , type : ' combo' , choices : [' auto' , ' macro' , ' ompt' ], value : ' auto' , description : ' OpDiLib backend choice' )
2626option (' codi-tape' , type : ' combo' , choices : [' JacobianLinear' , ' JacobianReuse' , ' JacobianMultiUse' , ' PrimalLinear' , ' PrimalReuse' , ' PrimalMultiUse' ], value : ' JacobianLinear' , description : ' CoDiPack tape choice' )
2727option (' opdi-shared-read-opt' , type : ' boolean' , value : true , description : ' OpDiLib shared reading optimization' )
0 commit comments