Commit Graph
319 Commits
Author SHA1 Message Date
shritandRyan Curtin 93fa0b805b Fix indentation
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2020-06-30 19:32:21 +02:00
shritandRyan Curtin 9dd602d31f Add space after comments
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2020-06-30 19:32:21 +02:00
shritandRyan Curtin f5d5473f2d Remove new lines
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2020-06-30 19:32:21 +02:00
shritandRyan Curtin d877f38ae3 Remove new lines
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2020-06-30 19:32:21 +02:00
Omar Shrit a5b6d5eac1 Add back Armadillo include dir (Removed by error)
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-06-30 19:23:25 +02:00
Omar Shrit 2952c968ba Remove autodownloaders, and Cross compiling stuff
The cross compiler code will be added with another pull request

Signed-off-by: Omar Shrit <omar@shrit.me>
2020-06-30 19:23:25 +02:00
Omar Shrit 54d058612b Adding CLI to be downloaded into deps
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-06-30 19:23:24 +02:00
Omar Shrit 16d422477e Successful compiling without boost program option
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-06-30 19:23:24 +02:00
Omar Shrit f7e1ee6676 Adding CLI include dir
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-06-30 19:15:24 +02:00
Ryan Curtin c2aa754e69 Merge pull request #2467 from shrit/cmake_aramdillo
Cmake aramdillo
2020-06-25 22:24:47 -04:00
Omar Shrit 356b3ad451 Move the check for word size into CreateArmaConfigInfo
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-06-23 22:27:32 +02:00
Omar Shrit 0f2186450a Bring back the check for system word size
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-06-22 13:49:07 +02:00
Omar Shrit bd7410bf74 Also remove version, which is no longer necessary
Signed-off-by: Omar Shrit <shrit@lri.fr>
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-06-20 17:10:09 +02:00
Ryan Curtin 49b1d84b9c Update version to next release version. 2020-06-18 14:55:27 -04:00
Ryan Curtin 990bde20f1 Update version to 3.2.2. 2020-06-18 14:55:27 -04:00
Ryan Curtin 26bba4212d Update version to next release version. 2020-06-18 14:19:23 -04:00
Ryan Curtin 84cd94d362 Update version to 3.3.2. 2020-06-18 14:19:23 -04:00
Yashwant 694d460748 Some cmake improvement. 2020-06-14 10:15:35 +05:30
Yashwant 28a7297e4c Resolve Some Comments. 2020-06-14 10:15:35 +05:30
Yashwant 4fb09e5c28 Some Cmake trials. :) 2020-06-14 10:15:10 +05:30
Yashwant 2a8fc6ebd4 Modification in Go Bindings and Add Markdown Documentation 2020-06-14 10:15:10 +05:30
Amir Masoud Abdol 2f51e60882 Some formatting and cleanups 2020-05-15 11:37:08 +02:00
Amir Masoud Abdol c04f7f8d18 Working around the issue with CMake older than 3.13 2020-05-13 11:41:47 +02:00
Ryan Curtin 6ad55698d7 Update version to next release version. 2020-04-29 17:36:40 -04:00
Ryan Curtin 44e1bebd15 Update version to 3.3.1. 2020-04-29 17:36:40 -04:00
Amir Masoud Abdol 04d82d80b1 fixed formatting 2020-04-24 09:24:31 +02:00
Amir Masoud Abdol 570f315a4b A workaround for Windows systems 2020-04-23 09:13:39 +02:00
Amir Masoud Abdol 6a7648a09a Modified the CMakeLists.txt such that it generates mlpack-config.cmake
during the installation. This should help CMake finds MLPACK much easier.
2020-04-22 23:48:36 +02:00
Ryan Curtin a5814d0c5c Update version to next release version. 2020-04-07 09:17:16 -04:00
Ryan Curtin 5677c2b5b9 Update version to 3.3.0. 2020-04-07 09:17:16 -04:00
jeffin143 0524c11b40 Removed tranpose option 2020-03-20 22:06:37 +05:30
jeffin143 888631202a Set HAS_STB 2020-03-18 23:52:56 +05:30
jeffin143 9833967629 Move all STB-related code into .cpp files. 2020-03-18 22:43:05 +05:30
Ryan Curtin 357df3cdd4 Force minimum boost to 1.58 (and a workaround for CMake < 3.6). 2020-03-16 13:06:44 +00:00
jeffin143 3d2447aa27 Merge https://github.com/mlpack/mlpack into loading-image-binding 2020-03-14 19:32:06 +05:30
Ryan Birmingham 97fd462a98 Simplify CMake for Armadillo and its Dependencies (#2247)
* start simplify of arma deps

* no manual openblas links

* slight change to openblas get and order

* restore tools directory

* Rename

* wrong opts renamed

* better handle no wrapper case

* library -> libraries

* move dep links to findArmadillo

* minor cleanup of findArma

* giving up on cleanup of config get

* simplify header read

* special HDF5 case

* more closely follo hdf5 case

* remove standard findblas/lapack

* cleanup doc and quiet mode
2020-03-11 15:18:33 -04:00
jeffinsam a3652c9435 Rebasing 2019-12-11 09:39:54 +05:30
Ryan Curtin c1ba28d732 Remove attempts to set FORCE_BUILD_JULIA_BINDINGS. 2019-12-08 16:45:25 -05:00
Ryan Curtin c05dc9f743 Make sure subsequent configurations succeed. 2019-12-08 15:49:01 -05:00
Toshal Agrawal 82dbb750fa Merge pull request #2107 from rcurtin/cmake-no-boost-cmake
Force Boost_NO_BOOST_CMAKE to be on
2019-12-09 00:43:03 +05:30
Ryan Curtin d0a2b8fb5f Document usability of STB_IMAGE_INCLUDE_DIR. 2019-12-06 13:13:43 -05:00
Ryan Curtin 9c4df73ef4 Force Boost_NO_BOOST_CMAKE. 2019-12-05 04:32:01 +00:00
Ryan Curtin 9b5c3f7283 Better message idea. 2019-12-04 22:24:34 -05:00
Ryan Curtin 21f4d69cf2 Make comment the same as others. 2019-12-04 20:58:28 -05:00
Ryan Curtin 016a54391b Add way to disable downloads during build. 2019-12-03 23:36:34 -05:00
Ryan Curtin e35ef2e249 Merge pull request #1949 from rcurtin/julia-bindings
Julia bindings
2019-12-02 12:48:50 -05:00
Ryan Curtin 777301f65b Fix regex so it works on other operating systems (like OS X). 2019-11-29 19:54:03 -05:00
Ryan Curtin bb648e0a4a Merge remote-tracking branch 'origin/master' into julia-bindings 2019-11-27 13:16:41 -05:00
Marcus Edel c75a6455e4 Merge pull request #2094 from rcurtin/coverage-fix
Fix coverage build by linking against quadmath.
2019-11-27 12:55:18 +01:00
Ryan Curtin 8e071ffe49 Fix coverage build by linking against quadmath. 2019-11-24 23:47:33 -05:00