On Thu, Feb 16, 2023 at 09:49:17AM +0100, Peter Hessler wrote: > On 2023 Feb 15 (Wed) at 22:09:05 +0100 (+0100), Theo Buehler wrote: > :> > http://build-failures.rhaalovely.net/aarch64/2023-02-13/graphics/openscenegraph.log > : > :This is a hidden dep on cad/oce. Not sure if it is desirable to add this > :relatively heavy dependency or if it's better to neuter it. > : > :It seems that there are various other hidden deps. For instance, my logs > :suggest that the curl module may or may not be picked up. It would be > :nice if someone who likes dealing with cmake could fix this. > : > > Here's a patch to disable the hidden dep on cad/oce, OK?
Thanks. Certainly makes more sense than adding the dep. ok > +CONFIGURE_ARGS += -DCMAKE_DISABLE_FIND_PACKAGE_OpenCascade:Bool=Yes Remind me... What's not to like about cmake? > curl is already listed in the port as a lib depends, so I don't think I > should change anything there. Right. I was confused by -- Could NOT find CURL (missing: CURL_DIR) in the log. Taking another look, it seems that all other optional deps that exist in the ports tree are hidden away from the usual include paths, so they should not be picked up.