Conversation
|
Going to add some additional configure flags needed by CP2K on Monday |
|
For reference, here are the CP2K installation instructions for libint: |
| if which('xiar'): | ||
| env['AR'] = 'xiar' | ||
|
|
||
| env['CFLAGS'] = optflags |
There was a problem hiding this comment.
i think now one can set flags from packages.yaml (never used it myself though), maybe apply default flags only when nothing is set there?
|
And here are the CP2K instructions for installing libxc: |
|
@adamjstewart are you still working on this ? |
|
@alalazo Nope, it's ready as far as I'm concerned. There were some concerns about my use of optimization flags but I'm still not sure what the best way to do that is. |
|
@adamjstewart Does the latest Should we |
|
@alalazo It worked before, let me try it again. Rebased. |
7477411 to
77d6e4d
Compare
|
@alalazo It works for me: Not sure why it's not working for you. But I also see no reason not to build gmp with |
|
@alalazo Added the flag to GMP and both packages pass all of their tests. If you want to try it out, you may need to force pull because I rebased the branch. Let me know if you catch any other bugs! |
|
Ping @tgamblin. How do you feel about this PR? |
|
@adamjstewart Tomorrow I'll try to port cp2k support for libint |
[email protected]is a dependency for CP2K. I also added support for newer versions as well.