aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2017-07-11Makefile: add extra slash to support relative eigen pathsPjotr Prins
2017-07-11Makefile: silence compiler warnings for Eigen libsPjotr Prins
2017-07-11Makefile: compiler warnings optionalPjotr Prins
2017-07-11Makefile: compile without -Weffc++ as suggested by ↵Pjotr Prins
https://stackoverflow.com/questions/11496942/understanding-weffc#11529328 reduces warnings
2017-07-09Makefile: fix output on make checkPjotr Prins
2017-07-09Makefile: force unit tests to throw a make error on less than 100% successPjotr Prins
2017-07-09Run test_suite directly from MakefilePjotr Prins
2017-07-09Makefile: add OpenBLAS supportPjotr Prins
2017-07-09Tests: added test for univariate and multivariate LMMPjotr Prins
Also added 'make check' command in Makefile and documented in INSTALL.md
2017-07-07Bumped up version; added Pjotr to README.Peter Carbonetto
2017-07-07Makefile: find include files for Eigen3Pjotr Prins
2017-07-04Add NO_INTEL_COMPAT flag to Makefile.Efraim Flashner
2017-05-31Removed WITH_LAPACK compile/build option.Peter Carbonetto
2017-05-30Removing FORCE_FLOAT from some C++ source files.Peter Carbonetto
2017-05-28Removed FORCE_FLOAT option from Makefiles.Peter Carbonetto
2017-05-17Bumped up version.Peter Carbonetto
2017-05-09Bumped version to 0.95.2a.Peter Carbonetto
2017-05-09Added bin folder; added -Weffc++ flag to Makefile.Peter Carbonetto
2017-05-09Bumped version to 0.95.1.Peter Carbonetto
2017-05-04Fixed 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-11add GxE testxiangzhou
2014-10-30Merge branch 'master' into fix-make-clean-binsJoshua Randall
Conflicts: Makefile
2014-10-30Merge pull request #10 from wtsi-hgi/fix-dynamic-linking-lblasxiangzhou
Fixes dynamic compilation (fixes #9)
2014-10-30Adds $(OUTPUT) files to `make clean` targetJoshua 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-30Fixes dynamic compilationJoshua Randall
Fixes dynamic compilation on systems where -lblas is required for symbols such as `dgemm_`
2014-10-30makes dist tar file not explode into ./Joshua C. Randall
2014-09-22version 0.95alphaxiangzhou
2014-09-20version 0.95alphaxiangzhou