New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a way to modify config.m4 and config.w32? #2150
Comments
You can add additional flags for compiler with |
Hi @AlexNDRmac, we are now facing two issues related to this. One of the ideas that we have floating around is to run a patch script as part of our build process. Is there anything in the language (Zephir) besides additional compiler flags that would help us in this situation? Thank you! |
Hi @andrewdalpino, current version of Zephir does not support template overrides. We will be able to implement this feature in the next version. |
That's pretty sweet! Looking forward to it I did this for now https://github.com/RubixML/Tensor/blob/master/extension-config-patch.php. It runs after calling our custom It looks like we may not need it once we make the switch to the new version of Zephir in the next major release, see RubixML/Tensor#13 (comment). Thanks again, you guys are the best |
The docs say that
So, if we need to to patch the
BTW at the moment:
Which is counter intuitive:
|
Related #1733 |
Is there a way to add code to the
config.m4
orconfig.w32
files through Zephir? Or, if we add something manually will it ever get overwritten by Zephir? Here's the issue we're facing RubixML/Tensor#11.Thank you!
The text was updated successfully, but these errors were encountered: