Skip to content

Commit

Permalink
Copy likwid.mod from BASE_DIR, shell internally might be in a differe…
Browse files Browse the repository at this point in the history
…nt folder (RRZE-HPC#566)
  • Loading branch information
TomTheBear authored Nov 5, 2023
1 parent b0f76f1 commit 6b6f3a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/config_checks.mk
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ FORTRAN_REMOVE_MOVED =
else
FORTRAN_IF := $(strip $(FORTRAN_IF_NAME))
FORTRAN_INSTALL = @echo "===> INSTALL fortran interface to $(PREFIX)/include/"; \
cp -f likwid.mod $(strip $(PREFIX))/include/$(strip $(FORTRAN_IF_NAME))
cp -f $(BASE_DIR)/likwid.mod $(strip $(PREFIX))/include/$(strip $(FORTRAN_IF_NAME))
FORTRAN_REMOVE = @echo "===> REMOVING fortran interface from $(PREFIX)/include/"; \
rm -f $(strip $(PREFIX))/include/$(strip $(FORTRAN_IF_NAME))
FORTRAN_REMOVE_MOVED = @echo "===> REMOVING fortran interface from $(INSTALLED_PREFIX)/include/"; \
Expand Down

0 comments on commit 6b6f3a8

Please sign in to comment.