You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to use pycicle for projects other than HPX, there are some HPX specific variables/links that need to be made into options or configurable elements.
The text was updated successfully, but these errors were encountered:
One question to answer is the priority of args, various levels of config from CMake.
I would propose the following priority
command line arguments
pycicle/config//.cmake
/pycicle_config/.cmake
pycicle/config//.cmake
By priority I mean if a lower priority value is found, it is not reset by later files. Right now it is generally written but the order and number of time the config .cmake files is read I'm not entirely sure of.
PycicleParams should make it easy to read the .cmake files once and have clear precedence as far as pycicle.py is concerned.
In order to use pycicle for projects other than HPX, there are some HPX specific variables/links that need to be made into options or configurable elements.
The text was updated successfully, but these errors were encountered: