Right now the cfms.py file is looking in a hardcoded path for the libraries installed via the autotools compile script, so it won't find use the conda cFMS package instead unless you manually edit the library path it loads like so:
This breaks the CI, but would be a good change since ctypes will search the ld_library_path including conda packages, making it a bit more flexible.
Right now the
cfms.pyfile is looking in a hardcoded path for the libraries installed via the autotools compile script, so it won't find use the conda cFMS package instead unless you manually edit the library path it loads like so:This breaks the CI, but would be a good change since ctypes will search the ld_library_path including conda packages, making it a bit more flexible.