Continue long argument line to new line to avoid line truncated error#1
Continue long argument line to new line to avoid line truncated error#1vcantarella merged 1 commit intovcantarella:mainfrom
Conversation
|
Thank you @GrantHecht! Are you also making a pull request to the julia side? Glad to see that, thanks! |
|
@vcantarella, I'm not sure yet. I believe we've updated v0.8.0 of That said, I've also updated the prior version of I think ultimately, it would be best to get PRIMA.jl updated to work with the new v0.8.0 C API, but until this is figured out, I think it might be easiest/quickest to suggest also updating the old C API like I've done on my forks. I'm not sure how the prima/PRIMA.jl devs will want to handle this but I'm thinking it might be worth starting a new issue about this to get the ball rolling. |
The current setup builds fine when built directly on my M1 MacBook Pro. However, I get a line-truncated error in c/bobyqa_c.f90 when building using BinaryBuilder.jl. This change just continues the list of arguments in the call to
bobyqato a new line to avoid this error.