Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-11 | Makefile: add extra slash to support relative eigen paths | Pjotr Prins | |
2017-07-11 | Makefile: silence compiler warnings for Eigen libs | Pjotr Prins | |
2017-07-11 | Makefile: compiler warnings optional | Pjotr Prins | |
2017-07-11 | Makefile: compile without -Weffc++ as suggested by ↵ | Pjotr Prins | |
https://stackoverflow.com/questions/11496942/understanding-weffc#11529328 reduces warnings | |||
2017-07-09 | Makefile: fix output on make check | Pjotr Prins | |
2017-07-09 | Makefile: force unit tests to throw a make error on less than 100% success | Pjotr Prins | |
2017-07-09 | Run test_suite directly from Makefile | Pjotr Prins | |
2017-07-09 | Makefile: add OpenBLAS support | Pjotr Prins | |
2017-07-09 | Tests: added test for univariate and multivariate LMM | Pjotr Prins | |
Also added 'make check' command in Makefile and documented in INSTALL.md | |||
2017-07-07 | Bumped up version; added Pjotr to README. | Peter Carbonetto | |
2017-07-07 | Makefile: find include files for Eigen3 | Pjotr Prins | |
2017-07-04 | Add NO_INTEL_COMPAT flag to Makefile. | Efraim Flashner | |
2017-05-31 | Removed WITH_LAPACK compile/build option. | Peter Carbonetto | |
2017-05-30 | Removing FORCE_FLOAT from some C++ source files. | Peter Carbonetto | |
2017-05-28 | Removed FORCE_FLOAT option from Makefiles. | Peter Carbonetto | |
2017-05-17 | Bumped up version. | Peter Carbonetto | |
2017-05-09 | Bumped version to 0.95.2a. | Peter Carbonetto | |
2017-05-09 | Added bin folder; added -Weffc++ flag to Makefile. | Peter Carbonetto | |
2017-05-09 | Bumped version to 0.95.1. | Peter Carbonetto | |
2017-05-04 | Fixed problems with duplicate symbols; now using static gsl libraries in ↵ | Peter Carbonetto | |
Makefile.osx so that others don't have to download it using Homebrew. | |||
2015-07-11 | add GxE test | xiangzhou | |
2014-10-30 | Merge branch 'master' into fix-make-clean-bins | Joshua Randall | |
Conflicts: Makefile | |||
2014-10-30 | Merge pull request #10 from wtsi-hgi/fix-dynamic-linking-lblas | xiangzhou | |
Fixes dynamic compilation (fixes #9) | |||
2014-10-30 | Adds $(OUTPUT) files to `make clean` target | Joshua Randall | |
Modifies the `make clean` target so that output binaries bin/gemma and/or bin/gemmaf will be removed so that they will definitely be rebuilt after `make clean` | |||
2014-10-30 | Fixes dynamic compilation | Joshua Randall | |
Fixes dynamic compilation on systems where -lblas is required for symbols such as `dgemm_` | |||
2014-10-30 | makes dist tar file not explode into ./ | Joshua C. Randall | |
2014-09-22 | version 0.95alpha | xiangzhou | |
2014-09-20 | version 0.95alpha | xiangzhou | |