-
Notifications
You must be signed in to change notification settings - Fork 34
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
Copy over META files during ocaml-windows64.5.3.0 install #352
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
In general, if the CI passes and the changes are straight forward like this, I like to think that we can trust each other and merge with the understanding that this would be okay for everyone.
Just to help alleviate some of the potential pain points if someone else is too late to review.. 🙂
I was investigating the issue today but didn't had the time to share my conclusion in time. Still, sorry but according to me this PR is not correct.
It does not intall findlib (and graphics) META as it is not its concern (anymore :)) ! The question then is why ocamlfind-windows does not intall findlib META file and my understanding of that is: because in ocamlfind-windows.1.9.6 would install if it existed "What is the proper fix to ocamlfind-windows" was what I was hammering on but didn't sort out early enough to answer you in time :D (I was on the path of trying to call the configure script with enough option so that it generates the Makefile.config we want but also the other file it generates ;). An other option would be to call configure which would generate a wrong Makefile.config and then as an extra build step overwrite the generated Makefile.config by our own. Adding |
I’m happy if we come up with a more satisfying or correct response! I think it would be reasonable to manually copy the sed command used to turn META.in into META out of the configure script and have that as a separate part of the build command? |
…aml-cross#352)" This reverts commit 9fc2ad1.
Closes #350