Closed wrathematics closed 6 years ago
Thank you for your insightful comments. We were able to build QDWH with your changes after removing elpa dependencies in the CMakeLists.txt (line 192) and in src/CMakeLists.txt (line 15). Besides that, the other changes are very helpful to make the code easier to build. Please remove these dependencies, then we will merge your request. Thank you again,
Sorry for the delay. My email filters have been messed up, so I didn't get the ping. And sorry about the build problem. I'm actually using a different build system entirely. Basically I gave it R bindings https://github.com/RBigData/ksvd
If you're interested in collaborating on a paper on using ksvd from R in the next ~4-6 months, let me know. You can open an issue on the repo linked above, or feel free to email me wrathematics at gmail dot com.
Dear Drew, Please accept my apologies for the late reply. Regarding collaborating on a paper on using ksvd from R, yes sure, this is a great idea. Please let us know if anything is needed.
With these changes, the package now builds with no warnings on gcc with
-Wall -Wextra -pedantic
. I've tried to make the commits small and self-evident so I'm hoping they will be easy to review. A brief summary of the major changes is: