theochem / cgrid

C++ version of horton (2.x) grid functionality
GNU General Public License v3.0
4 stars 1 forks source link

PR builds fail #30

Closed matt-chan closed 6 years ago

matt-chan commented 6 years ago

The PR builds fail because the include paths aren't added by conda unless it's during a conda-build.

We need to modify the cmakelists.txt with find_path() to look at the conda prefix. I'm assigning it via the CMAKE_PREFIX_PATH environmental variable.

matt-chan commented 6 years ago

Fixed in #28