amd / openmm-hip

15 stars 7 forks source link

Remove requirement for hipFFT #16

Open peastman opened 2 months ago

peastman commented 2 months ago

I'm trying to build using the HIP libraries from conda-forge. There aren't currently any libraries for hipFFT, which leads CMake to produce an error. It shouldn't actually be needed, since the default is to use vkFFT, but CMake still refuses to continue if it isn't present. Could that requirement be removed?

ex-rzr commented 2 months ago

I have pushed a commit with optional hipFFT to this PR: https://github.com/amd/openmm-hip/pull/14