From aa304bedae246cc77d01c97025fa672ebc7d6b75 Mon Sep 17 00:00:00 2001 From: Brendan Zabarauskas Date: Fri, 2 Nov 2012 09:14:07 +1000 Subject: [PATCH] Rename library to lmath Yes, I still can't decide! I think this will be the last time though. --- Makefile | 2 +- README.md | 4 ++-- src/{lm.rc => lmath.rc} | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename src/{lm.rc => lmath.rc} (95%) diff --git a/Makefile b/Makefile index 16d60e1..58dfcbf 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -TARGET = lm +TARGET = lmath ROOT_DIR = . diff --git a/README.md b/README.md index 2b4dc09..fc3d2eb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# lm-rs +# Lmath-rs -lm-rs is generic linear algebra library for Rust. There is still much to do, unit tests to write, bugs to fix, and performance enhancements to make. Help is much appreciated, so please don't hesitate to send me a pull request. +Lmath is generic linear algebra library for Rust. There is still much to do, unit tests to write, bugs to fix, and performance enhancements to make. Help is much appreciated, so please don't hesitate to send me a pull request. ## Todo: diff --git a/src/lm.rc b/src/lmath.rc similarity index 95% rename from src/lm.rc rename to src/lmath.rc index c3463c5..1e84abc 100644 --- a/src/lm.rc +++ b/src/lmath.rc @@ -1,4 +1,4 @@ -#[link(name = "lm", +#[link(name = "lmath", vers = "0.1", author = "Brendan Zabarauskas", url = "https://github.com/bjz/llama-rs")];