File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Set this variable to your static gsl libraries
2- GSL = /usr/lib/libgsl.a /usr/lib/libgslcblas.a
3- # GSL=/usr/local/lib/libgsl.a /usr/local/lib/libgslcblas.a
2+ # GSL = /usr/lib/libgsl.a /usr/lib/libgslcblas.a
3+ GSL =/usr/local/lib/libgsl.a /usr/local/lib/libgslcblas.a
44
55build/msmc : model/* .d powell.d brent.d maximization_step.d expectation_step.d msmc.d branchlength.d logger.d
6- dmd -O ${GSL} -odbuild -ofbuild/msmc $^
6+ dmd -debug - O ${GSL} -odbuild -ofbuild/msmc $^
77
88build/maximize : model/* .d powell.d brent.d maximization_step.d logger.d maximize.d
99 dmd -O ${GSL} -odbuild -ofbuild/maximize $^
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ size_t nrTimeSegments;
6666size_t [] indices;
6767string logFileName, loopFileName, finalFileName;
6868
69- immutable versionString = " 1.0.1 " ;
69+ immutable versionString = " 1.1.0 " ;
7070
7171auto helpString = format(" This is MSMC Version %s. Usage: msmc [options] <datafiles>
7272 Options:
You can’t perform that action at this time.
0 commit comments