Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple Github Action and RPath fix on Linux #290

Merged
merged 2 commits into from
Sep 30, 2022

Conversation

olitheolix
Copy link
Contributor

Hi,

I just tried out Newton on Linux and ran into a small linker problem.
Essentially, I could not link my app to the installed Newton libraries, ie the
ones created by make install (the ones in the build folder work fine).

The problem was due to some missing RPath settings in CMakeLists.txt
which this PR addresses.

The PR also adds a simple GitHub Action to build Newton as well as a minimal
Hello World program. The Hello World app is just a stripped down but standalone
version of ndTest to ensure everything works as intended on Linux.

The GitHub Action should also provide instant feedback from now on whenever the
Linux build breaks for any reason.

I hope you find this useful.

@JulioJerez JulioJerez merged commit c825a50 into MADEAPPS:master Sep 30, 2022
@JulioJerez
Copy link
Contributor

awesome. merged
thank you.

@olitheolix olitheolix mentioned this pull request Oct 8, 2022
@olitheolix olitheolix deleted the simple-github-action branch October 9, 2022 01:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants