aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/mlpack/files/mlpack-1.0.8-uint32_t.patch')
-rw-r--r--sci-libs/mlpack/files/mlpack-1.0.8-uint32_t.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/sci-libs/mlpack/files/mlpack-1.0.8-uint32_t.patch b/sci-libs/mlpack/files/mlpack-1.0.8-uint32_t.patch
deleted file mode 100644
index f2dbc4176..000000000
--- a/sci-libs/mlpack/files/mlpack-1.0.8-uint32_t.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- src/mlpack/core/math/random.hpp 2014-02-15 20:47:24.897408021 +0200
-+++ src/mlpack/core/math/random.hpp 2014-02-15 20:49:36.190907865 +0200
-@@ -26,10 +26,13 @@
- #include <float.h>
-
- #include <boost/random.hpp>
-+#include <boost/cstdint.hpp>
-
- namespace mlpack {
- namespace math /** Miscellaneous math routines. */ {
-
-+using boost::uint32_t;
-+
- // Annoying Boost versioning issues.
- #include <boost/version.hpp>
-