Skip to content

Commit

Permalink
update how elements builds
Browse files Browse the repository at this point in the history
  • Loading branch information
djdunning committed Dec 11, 2024
1 parent e78d8b0 commit 1863a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .conda/elements/cpu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if [ $(uname) == Linux ]; then
export MPI_FLAGS="$MPI_FLAGS;-mca;plm;isolated"
fi

source "$RECIPE_DIR/../cross-compile-setup.sh"
source "$RECIPE_DIR/../../cross-compile-setup.sh"

cmake -D CMAKE_BUILD_TYPE:STRING=RELEASE \
-D CMAKE_INSTALL_PREFIX:PATH=$PREFIX \
Expand Down

0 comments on commit 1863a0a

Please sign in to comment.