Skip to content

Commit

Permalink
Update DBCSR to v2.2.0-rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
alazzaro committed Sep 27, 2021
1 parent d288307 commit aabf307
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ REVISION := $(shell $(CP2KHOME)/tools/build_utils/get_revision_number $(SRCD

EXTSDIR := exts
EXTSHOME := $(CP2KHOME)/$(EXTSDIR)
EXTSPACKAGES := $(shell cd $(EXTSHOME) ; find * -maxdepth 0 -type d )
EXTSPACKAGES := $(shell cd $(EXTSHOME) ; find * -maxdepth 0 -type d | grep -v build_ )

PYTHON := /usr/bin/env python3

Expand Down

0 comments on commit aabf307

Please sign in to comment.