Skip to content

Conversation

@terjekv
Copy link

@terjekv terjekv commented Sep 26, 2020

Now against the correct branch...


DETECTION_PARAMETERS=''
GENERIC=0
EB='echo eb'
Copy link
Owner

Choose a reason for hiding this comment

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

strip out the echo?

Copy link
Author

Choose a reason for hiding this comment

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

./shame

echo_yellow ">> GENERIC build requested, taking appropriate measures!"
DETECTION_PARAMETERS="$DESTINATION_PARAMETERS --generic"
GENERIC=1
EB='echo eb --optarch=GENERIC'
Copy link
Owner

Choose a reason for hiding this comment

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

echo should also be removed here?

Copy link
Author

Choose a reason for hiding this comment

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

./more_shame

EB='echo eb'
if [[ "$1" == "--generic" || "$EASYBUILD_OPTARCH" == "GENERIC" ]]; then
echo_yellow ">> GENERIC build requested, taking appropriate measures!"
DETECTION_PARAMETERS="$DESTINATION_PARAMETERS --generic"
Copy link
Owner

Choose a reason for hiding this comment

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

s/DESTINATION_PARAMETERS/DETECTION_PARAMETERS/?

Copy link
Author

Choose a reason for hiding this comment

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

This is what I get for using VIM on a remote host! :)

@boegel boegel merged commit 19ea664 into boegel:pilot_2020.09 Sep 26, 2020
boegel pushed a commit that referenced this pull request Aug 27, 2021
let build script also define $EESSI_SOFTWAREPATH, so it can be used by hooks to inject RPATH override path
boegel pushed a commit that referenced this pull request Nov 9, 2022
move CPU arch specifications to separate spec files
boegel pushed a commit that referenced this pull request May 28, 2025
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