Skip to content

Add building and container recipes#30

Closed
jnagasawa wants to merge 1 commit intoSimulation-Software-Engineering:mainfrom
jnagasawa:main
Closed

Add building and container recipes#30
jnagasawa wants to merge 1 commit intoSimulation-Software-Engineering:mainfrom
jnagasawa:main

Conversation

@jnagasawa
Copy link
Copy Markdown

@jnagasawa jnagasawa commented Nov 26, 2025

Gitlab username: nagasaji

@jnagasawa jnagasawa marked this pull request as draft November 26, 2025 00:16
@jnagasawa jnagasawa marked this pull request as ready for review November 26, 2025 00:17
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!

Comment thread Dockerfile


# Set LD_LIBRARY_PATH to include /usr/local/lib for yaml-cpp
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 undefined at this point.

Comment thread Dockerfile
# Set LD_LIBRARY_PATH to include /usr/local/lib for yaml-cpp
ENV LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH

WORKDIR /workdir
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

If there is a WORKDIR set, I would expect it to exist and have contents, independently of the user-defined mount.

Comment thread CMakeLists.txt
find_package(yaml-cpp REQUIRED)

# deal.II setup macro
DEAL_II_INITIALIZE_CACHED_VARIABLES()
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, lowercase and uppercase 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