Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ endif
INCLUDE ?=

# List of Fortran source files:
SOURCE_FILES ?= ../../src/dger.f
SOURCE_FILES ?= ../../src/dger.f ../../../xerbla/src/xerbla.f
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not what we want to do. We shouldn't be hardcoding paths of dependencies. This is explicitly what we want to avoid and is why we have dynamic dependency resolution via the manifest.json.


# List of Fortran targets:
f_targets := benchmark.length.out
Expand Down