Skip to content

Commit

Permalink
Do not build helios anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
klingaard committed Sep 7, 2024
1 parent a98f272 commit 64ff279
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions conda.recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,17 +89,17 @@ popd
# BUILD MAP/HELIOS
#
################################################################################
pushd helios
mkdir -p release
pushd release
cmake -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX:PATH="$PREFIX" \
"${CMAKE_PLATFORM_FLAGS[@]}" \
..
cmake --build . -j "$CPU_COUNT" || cmake --build . -v
popd
popd

#pushd helios
#mkdir -p release
#pushd release
#cmake -DCMAKE_BUILD_TYPE=Release \
# -DCMAKE_INSTALL_PREFIX:PATH="$PREFIX" \
# "${CMAKE_PLATFORM_FLAGS[@]}" \
# ..
#cmake --build . -j "$CPU_COUNT" || cmake --build . -v
#popd
#popd
#
################################################################################
#
# Preserve build-phase test results so that we can track them individually
Expand Down

0 comments on commit 64ff279

Please sign in to comment.