From 6b1e007ea9ead6123e9d7f078f3e59054047521d Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sun, 14 Oct 2018 07:05:05 +0000 Subject: INSTALL.md: update make rules --- INSTALL.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'INSTALL.md') diff --git a/INSTALL.md b/INSTALL.md index 18c11f2..4d2836f 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -67,13 +67,13 @@ Even better you can create a container in the source tree and run our developmen guix environment -C guix --ad-hoc gcc gdb gfortran:lib gsl eigen openblas zlib bash ld-wrapper perl make clean - make GUIX=$GUIX_ENVIRONMENT check -j 4 + make check -j 4 and for the Clang edition guix environment -C guix --ad-hoc clang gcc gdb gfortran:lib gsl eigen openblas zlib bash ld-wrapper perl make clean - make GUIX=$GUIX_ENVIRONMENT CXX=clang++ check -j 4 + make CXX=clang++ check -j 4 To test with another dependency, e.g. GSLv1 @@ -168,7 +168,7 @@ against gslv1) would be to run GEMMA tests - time make check + make check You can run gemma in the debugger with, for example @@ -204,8 +204,7 @@ or The gcc version has profiling support, run with - make PROFILING=1 - + make profile ### OpenBlas -- cgit v1.2.3