Skip to content

Commit

Permalink
Update version, date, commit-hash and version number in likwid.h
Browse files Browse the repository at this point in the history
  • Loading branch information
TomTheBear committed Feb 3, 2020
1 parent 9862b2e commit 9ba8453
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,7 @@ install: install_daemon install_freq install_appdaemon
@mkdir -p $(PREFIX)/include
@chmod 755 $(PREFIX)/include
@install -m 644 src/includes/likwid.h $(PREFIX)/include/
@sed -i -e "s/<VERSION>/$(VERSION)/g" -e "s/<DATE>/$(DATE)/g" -e "s/<GITCOMMIT>/$(GITCOMMIT)/g" -e "s/<MINOR>/$(MINOR)/g" $(PREFIX)/include/likwid.h
@install -m 644 src/includes/likwid-marker.h $(PREFIX)/include/
@install -m 644 src/includes/bstrlib.h $(PREFIX)/include/
$(FORTRAN_INSTALL)
Expand Down

0 comments on commit 9ba8453

Please sign in to comment.