From 2a0469eb0101b2e2967384afb5960dda5b3fe70a Mon Sep 17 00:00:00 2001 From: vijay gopal chilkuri Date: Tue, 22 Jun 2021 19:54:55 +0530 Subject: [PATCH] Update README.md to reflect installation with chameleon. #20 --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 1fa2d3c..2334bf6 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,16 @@ make make check ``` +### Building with Chameleon Library + +``` +./autogen.sh +LIBCHAMELEON_LIBS="-L/home/vijay/.local/lib -lchameleon -lchameleon_starpu -lhqr -lcoreblas" LIBCHAMELEON_CFLAGS="-I/home/vijay/.local/include -I/opt/starpu-1.3.7/build/include/starpu/1.3" QMCKL_DEVEL=1 ./configure --prefix=/home/vijay/.local --enable-silent-rules --enable-maintainer-mode --with-chameleon=yes + +make +make check +``` + ## For users Obtain a source distribution and run