Eric Berquist
Eric Berquist
Is there anything I can do to help this along?
Again, I can try submitting an PR with the implementation if that would help move things along. No one where I work can run Podman on their Mac because of...
Struggling to use the cache locally (https://github.com/Nix-QChem/NixOS-QChem/issues/568) and it looks like our CI setup isn't using it properly either. We should be able to build the package without building libtensor...
So this is how the ORCA version of https://github.com/cclib/cclib/issues/657 looks then. It will be annoying to hear this, but it is not going to be possible to easily support this...
Can you provide the full input for the output you attached?
Thanks for the report, we'll look into it. It's possible this is a problem with `ccwrite` and all parsers rather than just MOLCAS.
I tried running this on https://github.com/cclib/cclib/blob/master/data/Molcas/basicOpenMolcas18.0/dvb_gopt.out and get ``` 20 [data/Molcas/basicOpenMolcas18.0/dvb_gopt.out: Geometry 24] C 0.2355470000 -1.4158380000 0.0122050000 C 1.3137840000 -0.4882010000 0.0153110000 C 1.0870360000 0.8955080000 0.0143460000 C -0.2355450000 1.4158380000 0.0122040000 C...
The problem is that https://github.com/sstsimulator/sst-core/blob/2f7b13d62a4e047c9dc6f5e0ae238bea41168169/config/sst_check_curses.m4#L50 evaluates the macro before the shell variable when the initially desired behavior was the other way around. The generated code is ```bash LIBS="-l$CURSES_LIBS $LIBS" ```...
@rkabrick Could you try again with the latest version of core from the `devel` branch?
Done in https://github.com/sstsimulator/sst-core/pull/1110