Commit Graph
233 Commits
Author SHA1 Message Date
Omar ShritandRyan Curtin 6fe628f49f Update CMake/ConfigureCrossCompile.cmake
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2021-05-06 00:29:14 +02:00
Omar Shrit 786636b111 Revert changes in FindArmadillo
Signed-off-by: Omar Shrit <omar@shrit.me>
2021-05-05 00:17:58 +02:00
Omar ShritandRyan Curtin 860db25584 Correct comments in CMake/ConfigureCrossCompile.cmake
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2021-05-05 00:09:04 +02:00
Omar ShritandRyan Curtin da96df8762 Update CMake/ConfigureCrossCompile.cmake
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2021-05-05 00:08:17 +02:00
Omar Shrit 5c6533533a Cleaning, removing debugging symbols
Signed-off-by: Omar Shrit <omar@shrit.me>
2021-05-04 18:04:45 +02:00
Omar Shrit 256e81d80b Move openblas check
Signed-off-by: Omar Shrit <omar@shrit.me>
2021-05-04 16:10:21 +02:00
Omar Shrit 98413832a2 Let us recheck LAPACK and BLAS
Signed-off-by: Omar Shrit <omar@shrit.me>
2021-05-04 15:42:14 +02:00
Omar Shrit f6ae407829 Test LAPACK and BLAS LIBRARIES
Signed-off-by: Omar Shrit <omar@shrit.me>
2021-05-04 01:45:27 +02:00
Omar Shrit 2014891496 Try both lapack and blas for openblas
Signed-off-by: Omar Shrit <omar@shrit.me>
2021-05-04 01:34:14 +02:00
Omar Shrit 45a531ccbb Set LAPACK_openblas_LIBRARY ONLY
Signed-off-by: Omar Shrit <omar@shrit.me>
2021-05-04 01:09:45 +02:00
Omar Shrit f47788e390 Remove BLAS_LIBRARIES and test without it
Signed-off-by: Omar Shrit <omar@shrit.me>
2021-05-04 00:51:07 +02:00
Omar Shrit ea5a69f4d1 Set BLAS_openblas_LIBRARY instead of LIBRARIES
Signed-off-by: Omar Shrit <omar@shrit.me>
2021-05-04 00:32:43 +02:00
Omar ShritandMarcus Edel 09324718c1 Fix style in CMake/ConfigureCrossCompile.cmake
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
2021-05-03 23:27:07 +02:00
Omar ShritandMarcus Edel b9bc2399e4 Update CMake/ConfigureCrossCompile.cmake
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
2021-05-03 23:26:32 +02:00
Omar ShritandMarcus Edel 5889fa3cef Update CMake/ConfigureCrossCompile.cmake
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
2021-05-03 23:26:23 +02:00
Omar Shrit ce943eba8a Merge branch 'embedded' of github.com:shrit/mlpack into embedded 2021-05-03 23:22:49 +02:00
Omar Shrit 921ec4fe72 Print another message to see on CI
Signed-off-by: Omar Shrit <omar@shrit.me>
2021-05-03 23:21:37 +02:00
Omar Shrit f877c57fbc Update ConfigureCrossCompile.cmake 2021-05-03 22:43:14 +02:00
Omar Shrit a9b27768af Add comments, set BLAS_openblas_LIBRARIES, reset FindArmadillo changes
Signed-off-by: Omar Shrit <omar@shrit.me>
2021-05-03 20:17:54 +02:00
Omar Shrit 6ce53a9fb1 Find blas, refactor OpenBLAS.
Signed-off-by: Omar Shrit <omar@shrit.me>
2021-05-01 14:17:39 +02:00
Ryan Curtin ac22bbc12b Merge pull request #2929 from shrit/fix_find_armadillo
Fix find armadillo by rcurtin.
2021-04-26 08:03:29 -04:00
Omar Shrit 0667812905 Fix find armadillo by rcurtin.
Authored-by: Ryan Curtin <rayn@ratml.org>
Signed-off-by: Omar Shrit <omar@shrit.me>
2021-04-24 18:41:59 +02:00
Omar Shrit eb80b2da5e The Autodownloader.
This pull request provides the Autodownloader for mlpack dependencies.
It can be used with current and future dependencies.
This one is born from working with #2531, with help from @rcurtin and @zoq.

It is ready to merge, with minor reviews are always welcome.

Signed-off-by: Omar Shrit <omar@shrit.me>
2021-04-24 14:27:52 +02:00
Yashwant 52e123e567 Fix Go-bindings flow control. 2021-04-02 23:06:14 -04:00
jeffin sam 24a3923669 Merge pull request #2871 from NippunSharma/remove_matlab_references
Remove matlab references
2021-03-13 10:14:37 +05:30
NippunSharma 14996379db removed_matlab_2 2021-03-12 19:49:53 +05:30
Omar Shrit 3c67db795d Remove doc and config related to coverage
Signed-off-by: Omar Shrit <omar@shrit.me>
2021-03-12 10:28:41 +01:00
Omar Shrit e35ca30966 Fix indentation
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-12-27 18:48:27 +01:00
Ryan Curtin 10bc8afa3d Cache all the input pointers, to make sure we don't re-finalize them. 2020-12-15 20:18:15 -05:00
Ryan Curtin 107cb48d2f Add finalizers to mlpack objects. 2020-12-08 19:55:27 -05:00
Ryan Curtin bf837f950b Merge pull request #2458 from shrit/cereal
Cereal
2020-10-29 10:52:37 -04:00
Yashwant 7bcae9f92a Fix FindRModule. 2020-10-22 09:59:50 +05:30
Omar Shrit c9a0f0b106 Change ConfigureGenerate to ConfigureFile
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-10-19 19:01:12 +02:00
shritandRyan Curtin 6b569c82ca Set to CEREAL_FOUND to no in CMake/Findcereal.cmake
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2020-10-19 18:08:26 +02:00
Omar Shrit 76b3f65b00 Change ConfigureGenerate to ConfigureFile
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-10-19 00:40:07 +02:00
Omar Shrit 62f19a9073 Adjust cereal path in windows and adjust name for CEREAL_INCLUDE_DIR
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-09-20 19:31:45 +02:00
Omar Shrit 9fafda54dd Fix julia build patch by @rcurtin
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-09-17 21:03:36 +02:00
Omar Shrit 0481b92ce7 Reverse the order to deduce correctly the version
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-09-17 17:40:27 +02:00
Omar Shrit ae050dbb6e Merge branch 'master' into cereal
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-09-17 16:05:03 +02:00
Omar Shrit 01bc6ea8bd Apply the new style for serialization
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-09-12 17:52:31 +02:00
Ryan Curtin b299d226da Fix regex for versions of Go without a patch version. 2020-09-10 19:45:46 -04:00
Omar Shrit 650e3618ac Found version 1.1.2, 1.1.1. 1.2.0 and 1.3.0
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-09-08 20:00:13 +02:00
Omar Shrit 36e1dc4ab9 Apply cereal to R bindings, patch created by @Yashwants19
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-09-05 12:30:45 +02:00
Omar Shrit 17e0ef895f Adapte julia bindings to cereal serialization
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-09-03 20:40:39 +02:00
Omar Shrit 4cb479665e Merge branch 'master' into cereal 2020-08-31 22:51:17 +02:00
Yashwant 9261418500 brew gfortran. 2020-08-19 16:40:36 +05:30
Yashwant 2bc13b48ed FindR.Cmake didn't work for macos. 2020-08-19 15:59:57 +05:30
Yashwant f280e24c68 Change FindR.cmake implementation. 2020-08-19 14:54:14 +05:30
Yashwant 523c4c81fe Improve FindR.CMake. 2020-08-19 14:01:00 +05:30
Yashwant Singh PariharandRyan Curtin a68a96ccbb Apply suggestions from code review
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2020-08-19 09:13:19 +05:30