Closed bast closed 5 years ago
See here: https://github.com/dftlibs/xcfun/blob/master/cmake/custom/xcfun.cmake#L19-L24
The variable is XCFun_XC_MAX_ORDER
.
Thanks! I will scrap that branch later today again.
My fault, I did not properly document the variables...
It seems that the variable name changed. I should have had a look in the XCint sources where this trick is used but with an outdated variable name :-)
Currently
XC_MAX_ORDER
has to be set inapi/xcfun.h
. I need a higherXC_MAX_ORDER
in LSDalton+OpenRSP+XCint.I have "solved" this by creating a branch
radovan/openrsp
, deriving frommaster
but a nicer way would be to set this during the configuration of the code. Sadly, I have to resist doing that right now due to too little time.