-
Notifications
You must be signed in to change notification settings - Fork 133
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
[cmake] Remaining work #74
Comments
You don't need to include gencoef. This is independent from the other parts. It is of course okay to work on dft and dft_tester, but I think adding iut building for MSVC has greater priority. |
I think we should also add the Intel compiler on Travis to make cmake-transition fully compatible with the original Makefile system. |
Does it take time to add aarch64 to Travis? |
Adding cmake support for dft and dft_tester is almost done. Linking with libmpfr on Windows is not implemented, and I don't have prospect for this. I think an easy way is to leave makefile for this purpose. This makefile will build iut with Cygwin, and do testing. There are still a few things to be done.
|
Let me quickly check if I can setup libmpfr on Windows |
Just an update, I looked at libmpfr on Windows, and it looks like a bit messy in order to get it compile, as it brings 2 unofficial repositories in the dependency + a fork to add cmake compilation integrated. |
Okay, thanks. |
Windows testing is supported since #128, closing this issue. |
Just opening an issue to track the remaining work on cmake.
There are a few remaining steps to backport from the old makefile to the
cmake-transition
branch:dft
dft_tester
gencoef
Once this is done, we could remove all the previous makefiles and the
cmake-transition
branch could be merged back on master.There is also the #71, but not sure it is critical to have it entirely ready on
cmake-transition
for now. It could be done later.I can help in the process on working on a bit on these steps.
The text was updated successfully, but these errors were encountered: