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

sci-physics/samurai: new package, add 2.1.1 #1340

Closed
wants to merge 6 commits into from

Conversation

APN-Pucky
Copy link
Contributor

@APN-Pucky APN-Pucky commented Mar 26, 2025

  • test it again

Signed-off-by: Alexander Puck Neuwirth <[email protected]>
Signed-off-by: Alexander Puck Neuwirth <[email protected]>
Comment on lines 33 to 38
econf FCFLAGS="${FCFLAGS} -std=legacy -fPIC -I${ESYSROOT}/usr/include" \
--with-avh_olo="${ESYSROOT}"/usr/$(get_libdir)/libavh_olo.so \
--with-avh_olo_precision=double \
--with-precision=double \
$(use_with qcdloop qcdloop "${ESYSROOT}"/usr) \
$(use_with looptools looptools "${ESYSROOT}"/usr)
Copy link
Member

Choose a reason for hiding this comment

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

This would look a bit nicer if we'd use a myeconfargs array here instead.

Copy link
Contributor Author

@APN-Pucky APN-Pucky Mar 26, 2025

Choose a reason for hiding this comment

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

I think also the default before needs to be removed, since that calls econf already... (Also needs bash...).

Signed-off-by: Alexander Puck Neuwirth <[email protected]>
Signed-off-by: Alexander Puck Neuwirth <[email protected]>
Signed-off-by: Alexander Puck Neuwirth <[email protected]>
@APN-Pucky APN-Pucky marked this pull request as ready for review March 26, 2025 15:14
--with-avh_olo="${ESYSROOT}"/usr/$(get_libdir)/libavh_olo.so
--with-avh_olo_precision=double
--with-precision=double
$(use_with qcdloop qcdloop "${ESYSROOT}"/usr)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Member

Choose a reason for hiding this comment

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

Yes it needs (double) quotes, the inside quotes ensure that the ESYSROOT/usr is one argument for use_with, the outside quotes ensures that the ESYSROOT/usr is one single element of the array.

Signed-off-by: Alexander Puck Neuwirth <[email protected]>
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