Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Zilong-Li committed Jun 8, 2022
1 parent fa8b76b commit f915c85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.org
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
- v0.1.9
- command line options are updated, most should be compatible to old version
- command line options are re-designed
- upgrade to zstd v1.5.2
- recover the original order of SNPs loading for fancy batch mode
- add =--no-shuffle= option, remove =--shuffle= option
- default PCAone algorithm is chose.
- default PCAoneF (fancy RSVD) algorithm is chose.

- v0.1.8
- add -a, --tmp options
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ $(info "building PCAone on ${Platform} -- version ${VERSION}")
program = PCAone
# use default g++ only if not set in env
CXX ?= g++
CXXFLAGS += -O3 -Wall -std=c++11 -ffast-math -m64 -Wno-c11-extensions -fPIC
CXXFLAGS += -O3 -Wall -std=c++11 -ffast-math -m64 -fPIC
MYFLAGS = -DVERSION=\"$(VERSION)\" -DNDEBUG
LDFLAGS += -s # this is obsolete and igonored on mac
# CURRENT_DIR = $(shell pwd)
Expand Down

0 comments on commit f915c85

Please sign in to comment.