Skip to content

Commit

Permalink
fix raxml build for bioconda
Browse files Browse the repository at this point in the history
  • Loading branch information
amkozlov committed Aug 16, 2023
1 parent 9787597 commit 5002746
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion epac/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
SATIVA_BUILD="v0.9.1"
SATIVA_RELEASE_DATE="2023-08-15"
SATIVA_RELEASE_DATE="2023-08-16"
SATIVA_RAXML_VER="8.2.3"
2 changes: 1 addition & 1 deletion raxml/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ build: $(VERSIONS:%=$(RAXML_BIN)%)
# which are needed by RAxML)

$(RAXML_BIN)%: unpack.%.stamp
MAKEFLAGS= $(MAKE) -C $(<:unpack.%.stamp=builddir.%) -f Makefile.$(@:$(RAXML_BIN)%=%).$(MAKE_SUFFIX) -j 2
MAKEFLAGS= $(MAKE) -C $(<:unpack.%.stamp=builddir.%) -f Makefile.$(@:$(RAXML_BIN)%=%).$(MAKE_SUFFIX) -j 2 CC=$(CC)
cp $(<:unpack.%.stamp=builddir.%)/raxmlHPC-* $@

unpack.%.stamp: $(TARFILE)
Expand Down

0 comments on commit 5002746

Please sign in to comment.