Lori A. Burns

Results 474 comments of Lori A. Burns

Might be more robust to pull from https://github.com/evaleev/libint/blob/master/configure.ac#L3 akin to https://gitlab.com/libxc/libxc/-/blob/master/CMakeLists.txt#L125-135 and https://gitlab.com/libxc/libxc/-/blob/master/CMakeLists.txt#L473-474 . I don't think the `VERSION` here should be the current:revision:age https://cmake.org/pipermail/cmake-developers/2016-December/029695.html . Would just the `SOVERSION`...

Great! Psi4 folks had a meetup last week and commenced the conversion from Libint1 to Libint2. Many test cases are passing. WIP at https://github.com/psi4/psi4/pull/1721. I've started in on the cmake...

A pure-CMake buildsys that completely avoids autotools is largely working in #148. Unfortunately, it won't include the fortran interface at first pass, but it's a step toward a simpler build.

How about installing pyambit to the usual python modules location– site-packages? That's what CheMPS2 does, and I've started installing psi4 plugins there. I can see that this scheme works better...

Aha, found them, thanks. I had been looking in tests and near the python code. On the site-packages, very good, I'll do a PR once everything's working w/Psi4.

Right, use the cmake variable pymod_install_libdir to provide the pythonx.x/site-packages spacer to imitate python install practices.

One morsel of cmake integration you might like to do now is to made a "component" of TBLIS in the ambit cmake. Would be something like replacing `shared` with `tblis`...

Thanks for your interesting links -- I've enjoyed reading them. Also a disclaimer -- I don't actually use cookiecutter-cms directly. That said, there were some points in those articles that...

The MkDocs docs do look nice. My biggest reservation is that I haven't seen a system like [intersphinx](https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html) to link to other projects' documentation. As autodoc with signature typehints roll...

versioning the cms cookiecutter seems the straightforward, if awkward, part. changing the cookiecutter-generated files (that hopefully the project has further customized) is more challenging. [this](https://github.com/cookiecutter/cookiecutter/issues/784) is a thread of others...