Skip to content

Add building and container recipes#23

Closed
silasmue wants to merge 3 commits intoSimulation-Software-Engineering:mainfrom
silasmue:main
Closed

Add building and container recipes#23
silasmue wants to merge 3 commits intoSimulation-Software-Engineering:mainfrom
silasmue:main

Conversation

@silasmue
Copy link
Copy Markdown

My GitLab name is muelless. For instructions please follow the provided README.md.

Copy link
Copy Markdown

@MakisH MakisH left a comment

Choose a reason for hiding this comment

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

Everything looks good here and works, thanks!

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

I would not add generated binaries to a git repository. In the same way you have build/ in the .gitignore, you could also add this.

&& cd /tmp \
&& rm -rf yaml-cpp-0.6.3.zip yaml-cpp-yaml-cpp-0.6.3

ENV LD_LIBRARY_PATH="/usr/local/lib:${LD_LIBRARY_PATH}"
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

FYI, LD_LIBRARY_PATH at the right-hand side is not defined at this point.

ENV LD_LIBRARY_PATH="/usr/local/lib:${LD_LIBRARY_PATH}"

# Setup workdir to mount, to mount files
WORKDIR /opt/cmake-exercise
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

I would expect this WORKDIR to always exist and have files. It currently depends on the user-defined mount.

)

# Setup Deal.II
DEAL_II_SETUP_TARGET(main)
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

FYI, in CMake, uppercase and lowercase are equivalent.

@MakisH MakisH closed this Apr 11, 2026
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