From 06337f0dc8114c70fd0c7767083971a0d091750a Mon Sep 17 00:00:00 2001 From: Sandeep Gupta Date: Wed, 5 Jul 2017 12:41:25 +0530 Subject: LinearAlgebra and MatrixOperation Update --- thirdparty/lib/raspberrypi/libRPIwfi.a | Bin 2132 -> 0 bytes thirdparty/lib/raspberrypi/libcblas.a | Bin 260756 -> 261416 bytes thirdparty/lib/raspberrypi/liblapack.a | Bin 7700624 -> 6869860 bytes thirdparty/lib/raspberrypi/librefblas.a | Bin 441244 -> 441848 bytes thirdparty/lib/raspberrypi/libwiringPi.a | Bin 99552 -> 0 bytes thirdparty/lib/raspberrypi/libwiringPi.so | Bin 0 -> 58044 bytes thirdparty/lib/raspberrypi/libwiringPiDev.a | Bin 30216 -> 0 bytes 7 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 thirdparty/lib/raspberrypi/libRPIwfi.a delete mode 100644 thirdparty/lib/raspberrypi/libwiringPi.a create mode 100644 thirdparty/lib/raspberrypi/libwiringPi.so delete mode 100644 thirdparty/lib/raspberrypi/libwiringPiDev.a (limited to 'thirdparty/lib') diff --git a/thirdparty/lib/raspberrypi/libRPIwfi.a b/thirdparty/lib/raspberrypi/libRPIwfi.a deleted file mode 100644 index 0a9cf2b..0000000 Binary files a/thirdparty/lib/raspberrypi/libRPIwfi.a and /dev/null differ diff --git a/thirdparty/lib/raspberrypi/libcblas.a b/thirdparty/lib/raspberrypi/libcblas.a index 719376d..7a460be 100644 Binary files a/thirdparty/lib/raspberrypi/libcblas.a and b/thirdparty/lib/raspberrypi/libcblas.a differ diff --git a/thirdparty/lib/raspberrypi/liblapack.a b/thirdparty/lib/raspberrypi/liblapack.a index 9af700f..726f2b9 100644 Binary files a/thirdparty/lib/raspberrypi/liblapack.a and b/thirdparty/lib/raspberrypi/liblapack.a differ diff --git a/thirdparty/lib/raspberrypi/librefblas.a b/thirdparty/lib/raspberrypi/librefblas.a index 0307f90..300a0db 100644 Binary files a/thirdparty/lib/raspberrypi/librefblas.a and b/thirdparty/lib/raspberrypi/librefblas.a differ diff --git a/thirdparty/lib/raspberrypi/libwiringPi.a b/thirdparty/lib/raspberrypi/libwiringPi.a deleted file mode 100644 index c83d3b5..0000000 Binary files a/thirdparty/lib/raspberrypi/libwiringPi.a and /dev/null differ diff --git a/thirdparty/lib/raspberrypi/libwiringPi.so b/thirdparty/lib/raspberrypi/libwiringPi.so new file mode 100644 index 0000000..da4a81e Binary files /dev/null and b/thirdparty/lib/raspberrypi/libwiringPi.so differ diff --git a/thirdparty/lib/raspberrypi/libwiringPiDev.a b/thirdparty/lib/raspberrypi/libwiringPiDev.a deleted file mode 100644 index 7b4db14..0000000 Binary files a/thirdparty/lib/raspberrypi/libwiringPiDev.a and /dev/null differ -- cgit