[Spglib-users] autotools -> cmake switch: only a single spglib.h header installed?
Brought to you by:
atztogo
From: <bal...@un...> - 2021-02-04 10:29:54
|
hello just installed git master (5eedbb3982e36f14fced8a2dbd2f9ca18573f39e) and noticed that autotools have been dropped Building with cmake (default options) installs only a spglib.h header in /usr/include, where previously (<=21227701516ec0ec7ce3ec8a982df6df592cbb60) /usr/include/spglib was populated with a number of headers: ----8<---- arithmetic.h cell.h debug.h delaunay.h determination.h hall_symbol.h kgrid.h kpoint.h mathfunc.h niggli.h overlap.h pointgroup.h primitive.h refinement.h site_symmetry.h sitesym_database.h spacegroup.h spg_database.h spglib.h spin.h symmetry.h version.h ---->8---- Is this correct? Or am I missing any cmake options to install all the headers? thank you very much for your valuable work ciao -gabriele |