OpenWaterAnalytics / EPANET

The Water Distribution System Hydraulic and Water Quality Analysis Toolkit
MIT License
279 stars 204 forks source link

Add support for Conan dependency manager #680

Closed samhatchett closed 2 years ago

samhatchett commented 2 years ago

Conan is a widely used C/C++ package manager. It allows calling projects to pull in deps based on a repo url, and will automatically build epanet as a part of a larger project.

The addition would be a single python file at the top level that specifies some basic build configuration info. I have an example ready to go into a PR if interested.

https://conan.io/

LRossman commented 2 years ago

I have no objections - go for it.

Mariosmsk commented 2 years ago

looks good addition!