Commit Graph
25233 Commits
Author SHA1 Message Date
Ryan Curtin 0471e3bc72 Maybe some extra options here might tell us more. 2020-11-22 20:54:37 -05:00
Ryan Curtin fe563518d3 Try to debug why we can't find the file. 2020-11-21 11:39:07 -05:00
Ryan Curtin b7bc1a1589 Maybe that part wasn't needed? 2020-11-19 17:24:11 -05:00
Ryan Curtin f703809865 Try to set preprocessor variable value correctly. 2020-11-18 08:38:21 -05:00
Ryan Curtin 4f1d00ba12 Oh, actually, I'm pretty sure I did that wrong. 2020-11-17 17:08:39 -05:00
Ryan Curtin 9b30b6f826 Suppress generation of registry elements.
(Hopefully I read the documentation right for this part.)
2020-11-17 17:07:35 -05:00
Ryan Curtin a705ca7d3f Make sure we are in the right directory before running. 2020-11-16 18:32:57 -05:00
Ryan Curtin 04d23250ca Ugh, forgot a backtick... 2020-11-11 18:19:24 -05:00
Ryan Curtin 1bd61054f9 Got it! Now let's see if it works. 2020-11-11 09:14:43 -05:00
Ryan Curtin 081a653faf This has to be the most inefficient possible way of searching for a file. 2020-11-10 19:54:39 -05:00
Ryan Curtin 27fc4e2eb1 Well, evidently, that's not where MSBuild is. 2020-11-10 16:27:40 -05:00
Ryan Curtin d964c17737 Try a different path for MSBuild. 2020-11-09 17:44:20 -05:00
Ryan Curtin d39590acca Try letting MSBuild build the whole thing. 2020-11-09 09:24:20 -05:00
Ryan Curtin 836b3efa96 Surely it's not that I just have to specify it as a directory? 2020-11-08 19:36:24 -05:00
Ryan Curtin 23e4bd0223 Oops, typo in the directory name. 2020-11-07 16:29:41 -05:00
Ryan Curtin e1d3e4da16 Maybe HarvestPath helps? 2020-11-07 10:52:57 -05:00
Ryan Curtin 11e8e46e8b Try adding all the old options. 2020-11-06 18:00:59 -05:00
Ryan Curtin 12f247fb61 Try referencing the .wixproj file. 2020-11-04 17:29:25 -05:00
Ryan Curtin ebc78e59c4 Wrap line correctly. 2020-11-02 08:53:55 -05:00
Ryan Curtin cf1f702613 Re-add .wixproj file... will it do anything? 2020-11-02 08:53:45 -05:00
Ryan Curtin 2977147f7e Merge remote-tracking branch 'origin/master' into azure-msi 2020-11-01 13:25:11 -05:00
Ryan Curtin fbb9af94e3 Merge pull request #2650 from UtR491/issue-2590
Added Weight Size to concat and fast_lstm layers and
2020-10-31 15:59:54 -04:00
Ryan Curtin 66c21a9511 Just try simplifying some things... 2020-10-31 10:48:59 -04:00
Ryan Curtin 636c248a74 Merge pull request #2683 from rcurtin/add-release-scripts
Add release scripts
2020-10-30 18:51:37 -04:00
Ryan Curtin bf837f950b Merge pull request #2458 from shrit/cereal
Cereal
2020-10-29 10:52:37 -04:00
Ryan Curtin c6f666925b Add a couple missing files. 2020-10-28 13:28:03 -04:00
Ryan CurtinandMarcus Edel a173012e97 Update scripts/update-website-after-release.sh
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
2020-10-28 12:41:24 -04:00
Ryan CurtinandMarcus Edel eafc1c02eb Update scripts/release-mlpack.sh
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
2020-10-28 12:41:17 -04:00
Ryan Curtin 95c1707762 Add release scripts. 2020-10-28 12:33:46 -04:00
Ryan Curtin 711bb19310 Add new block for next release to HISTORY.md. 2020-10-28 12:10:49 -04:00
Ryan Curtin 27bfafbae1 Update and release version 3.4.2. 2020-10-28 12:10:49 -04:00
Ryan Curtin 7d81636848 Try re-adding HarvestPath. 2020-10-27 14:07:42 -04:00
Ryan Curtin 6927bf633a Merge pull request #2680 from Yashwants19/fix-FindRModule
Fix github-actions build for R-bindings.
2020-10-24 12:08:07 -04:00
Yashwant 7bcae9f92a Fix FindRModule. 2020-10-22 09:59:50 +05:30
Ryan Curtin d4fe9f7c93 Try making SourceDir a subdirectory of mlpack-win-installer. 2020-10-21 09:14:23 -04:00
Utkarsh Rai 569217a5ea Merge branch 'master' into issue-2590 2020-10-21 14:32:10 +05:30
Marcus Edel c889cd06df Merge pull request #2675 from jeffin143/lmnn-kde-test
Migrate kde, lmnn , rl and rewardclipping test to catch.
2020-10-20 18:42:33 +02:00
Ryan Curtin 2667a564f5 Try to use the default "SourceDir". 2020-10-20 09:27:28 -04:00
Omar Shrit c9a0f0b106 Change ConfigureGenerate to ConfigureFile
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-10-19 19:01:12 +02:00
Omar Shrit df84e83ebf Fix path for cereal
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-10-19 18:12:49 +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
Ryan Curtin c6a8f796e4 I wonder what will happen now? 2020-10-19 11:51:29 -04:00
Omar Shrit 79a685ad27 Do not install cereal since it is not happy on ubuntu 16
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-10-19 00:57:28 +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 681f792eba Remove cereal 1.1.2 and install 1.3
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-10-19 00:12:42 +02:00
Omar Shrit 231bd5b073 Install cereal 1.3
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-10-19 00:06:34 +02:00
Ryan Curtin 78888bbbc3 Oops, remove accidental backtick. 2020-10-18 11:43:26 -04:00
Ryan Curtin 497957346b Try following some tutorial I found a little bit. 2020-10-17 21:46:36 -04:00
Ryan Curtin 1334059898 At this point it's just genetic algorithms. 2020-10-17 18:09:16 -04:00
Omar Shrit 7c5893a830 Merge branch 'master' into cereal 2020-10-17 22:02:08 +02:00