Skip to content

Commit

Permalink
Merge pull request #1 from isuruf/power
Browse files Browse the repository at this point in the history
Fix power flag
  • Loading branch information
isuruf authored Nov 7, 2023
2 parents 34b82e2 + c5d55a9 commit f0aabd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recipe/install_scripts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [[ "${family}" == "x86_64" ]]; then
flag="-march=x86-64-v${level}"
fi
elif [[ "${family}" == "ppc64le" ]]; then
flag="-mcpu=${level}"
flag="-mcpu=power${level}"
fi

cat << EOF > "${PREFIX}/etc/conda/activate.d/~activate-${family}-level.sh"
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set number = 0 %}
{% set number = 1 %}

package:
name: microarch-level-split
Expand Down

0 comments on commit f0aabd9

Please sign in to comment.