Skip to content
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

Remove most flags in Makefile #64

Closed
manodeep opened this issue Jul 19, 2016 · 1 comment
Closed

Remove most flags in Makefile #64

manodeep opened this issue Jul 19, 2016 · 1 comment

Comments

@manodeep
Copy link
Owner

That way, any possible version of the code can be invoked at runtime. This behaviour would also require a wrapper over all API functions. Particularly, DOUBLE_PREC and PERIODIC options need to be removed.

The python layer would check the type of the supplied arrays + keywords and call the appropriate function. Or better yet, call the underlying C wrapper which then resolves the correct routine.

@manodeep
Copy link
Owner Author

manodeep commented Sep 5, 2016

The latest commits from develop have removed most runtime behaviour flags from Makefile. The library routines support all combinations of the relevant options in previous theory.options and mocks.options.

Relevant commits are d7c4e65 -- 83ae81b

@manodeep manodeep closed this as completed Sep 5, 2016
This was referenced Sep 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant