mctools / simplebuild

A very simple to use build system for projects with primarily C++/Python code, intended for usage by scientific developers without a strong SW-engineering background.
https://mctools.github.io/simplebuild/
Apache License 2.0
3 stars 1 forks source link

Print pkg filters in post-build summary #27

Closed tkittel closed 11 months ago

tkittel commented 11 months ago

Basically, fix the <TODO> in:

sbld:    Optional dependencies present    : <none>
sbld:    Optional dependencies missing[*] : ASE DL Fortran Garfield Geant4 Gemmi HDF5
sbld:                                       Mantidpython NCrystal Numpy OSG Pandas Pymatgen
sbld:                                       ROOT Scipy Spglib Threads ZLib matplotlib
sbld:    Package filters[*]               : <TODO>
tkittel commented 11 months ago

Done! Also did a few other related updates.