fastlib / fCWT

The fast Continuous Wavelet Transform (fCWT) is a library for fast calculation of CWT.
Apache License 2.0
263 stars 53 forks source link

Add libs resources and compile arg to python build #26

Open felixdollack opened 1 year ago

felixdollack commented 1 year ago

As @allmondjoy87 described, I also needed to add the libs folder for a successful python build. I can't confirm the need for the c++17 compile argument, but I can compile using it, so I would say it is not harmful to add it.

felixdollack commented 1 year ago

Feel free to close this pull request in favor of #32