mpicbg-scicomp / gearshifft

Benchmark Suite for Heterogenuous FFT Implementations
Apache License 2.0
34 stars 9 forks source link

Removing svn dependency #118

Closed psteinb closed 6 years ago

psteinb commented 6 years ago

our file system has file locking disabled. therefor, svn does not work as it uses sqlite as a backend (which relies on file-locking). I removed the call to svn and replaced it with a direct download, can you please try on your end that his workds, please?

tdd11235813 commented 6 years ago

well, the direct download thing was my first implementation, too, but it does not work as cmake could not handle the https url :sigh:. Tested with cmake 3.3.1. You need a recent cmake version (worked with 3.6.2) or a cmake version which is compiled to use openssl (default cmake was not shipped with a curl version that supports openssl). I also tried to use the DOWNLOAD_COMMAND but things became messy, so I kept with the svn workaround, which was not documented yet :sigh^2:. So I cannot accept your whole pull request, but would like to include the find_* calls. Regarding the downloader I need to work on the custom download command/script.