CMA-ES / libcmaes

libcmaes is a multithreaded C++11 library with Python bindings for high performance blackbox stochastic optimization using the CMA-ES algorithm for Covariance Matrix Adaptation Evolution Strategy
Other
315 stars 79 forks source link

escape backslashes in PATH #207

Closed Olllom closed 4 years ago

Olllom commented 4 years ago

This is a tiny change in one of the CMake Files, which seems to fix the conda-forge build. I want to see if it passes on your CI as well. If it does, I would vote for putting out a new release that includes this fix.

This will make deployment easier in the future.

Olllom commented 4 years ago

OK, great! This passed. Can you merge and release, please? Thanks so much for your help!

Olllom commented 4 years ago

@beniz