diff options
author | Pjotr Prins | 2018-10-14 07:05:05 +0000 |
---|---|---|
committer | Pjotr Prins | 2018-10-14 07:05:05 +0000 |
commit | 6b1e007ea9ead6123e9d7f078f3e59054047521d (patch) | |
tree | e7789ca16738a7a0fe2029c5b3eec0d2d463680e /INSTALL.md | |
parent | c6b210353b6366112e9cf293be2cc5adc202344c (diff) | |
download | pangemma-6b1e007ea9ead6123e9d7f078f3e59054047521d.tar.gz |
INSTALL.md: update make rules
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -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 |