Skip to content

add better support for cFMS conda install #37

@rem1776

Description

@rem1776

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:

        _libpath = "libcFMS.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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions