Tags: ukaea/PROCESS
Tags
Remove CMake and make PROCESS a pip installed package (#3842) * Remove build-time creation of dicts The get_dicts() now does what dict creation build-time scripts did. Instead of writing a file, the dicts are created when get_dicts is first called and are cached for a given Python PROCESS * Remove CMake * Remove FORD docs * Remove automatic Fortran namespacing from tracker The tracker now requires tracking config to be of the form <arbitrary namespace>.<MFile variable> * Update docs to remove references to CMake and Fortran * Remove empty utilities package