Skip to content

Fix path in Makefile which causes autotools builds to fail. - #782

Merged
talbring merged 1 commit into
developfrom
hotfix_autotools_build
Aug 28, 2019
Merged

talbring merged 1 commit into
developfrom
hotfix_autotools_build

Conversation

@TobiKattmann

Copy link
Copy Markdown
Contributor

Proposed Changes

Latest develop: in SU2_CFD/obj/Makefile.am line 113 it needs to be ../src/transfer/physics/CTransfer_BoundaryDisplacements.cpp instead of ../src/transfer/CTransfer_BoundaryDisplacements.cpp.
As travis uses the meson build, the autotools build is not checked anymore.

Related Work

Introduced by #760 and #769 will fix it but I guess that should be merged quickly as everyone who merges develop and uses autotools will get this error.

PR Checklist

  • I am submitting my contribution to the develop branch.
  • My contribution generates no new compiler warnings (try with the '-Wall -Wextra -Wno-unused-parameter -Wno-empty-body' compiler flags).
  • My contribution is commented and consistent with SU2 style.
  • I have added a test case that demonstrates my contribution, if necessary.

@talbring

Copy link
Copy Markdown
Member

Thanks. Priority merge...

@talbring
talbring merged commit d781ddc into develop Aug 28, 2019
@talbring
talbring deleted the hotfix_autotools_build branch August 28, 2019 13:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants