[mlpack-git] [mlpack/mlpack] Rename mlpack_allknn/mlpack_allkfn to mlpack_knn/mlpack_kfn (#618)

Ryan Curtin notifications at github.com
Fri Apr 15 10:12:43 EDT 2016


> +target_link_libraries(mlpack_knn
> +  mlpack
> +)
> +
> +add_executable(mlpack_kfn
> +  allkfn_main.cpp
> +)
> +target_link_libraries(mlpack_kfn
> +  mlpack
> +)
> +
> +install(TARGETS mlpack_knn mlpack_kfn RUNTIME DESTINATION bin)
> +
> +# -- mlpack_knn/mlpack_kfn compatibility start --
> +# make a copy of mlpack_knn/mlpack_kfn both on Windows and *unix for compatibility
> +# should be removed in future release

This will compile the knn and kfn executables twice, do you think there is an easier CMake way to just make a copy or symlink of the programs?

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/pull/618/files/f13409cf7fe651b42d59e0caad4fc0a7b8aea40f#r59879848
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160415/f65f7728/attachment.html>


More information about the mlpack-git mailing list