Skip to content

Commit

Permalink
fix extra bug in shell script
Browse files Browse the repository at this point in the history
  • Loading branch information
Krande committed Dec 14, 2024
1 parent 1ac8387 commit 099accf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: BuildLog-${{ runner.os }}-${{ github.run_id }}
path: ${{ github.workspace }}/output/bld/work
path: ${{ github.workspace }}/output/bld

- name: Find the outputted .conda file and set it as an output
run: |
Expand Down
9 changes: 0 additions & 9 deletions conda/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,3 @@ mv ${PREFIX}/lib/aster/libAsterMFrOff*.so "${PREFIX}/lib/"

mv "${PREFIX}/lib/aster/med_aster.so" "${SP_DIR}/"
mv ${PREFIX}/lib/aster/*.so "${SP_DIR}/"
cp "${RECIPE_DIR}/config/__init__.py" "${SP_DIR}/code_aster/__init__.py"

# copy modified shell scripts and create backups of the ones we don't want.
cp "${PREFIX}/bin/run_aster" "${PREFIX}/bin/_run_aster_old"
cp "${PREFIX}/bin/run_ctest" "${PREFIX}/bin/_run_ctest_old"

cp "${RECIPE_DIR}/config/run_aster" "${PREFIX}/bin/run_aster"
cp "${RECIPE_DIR}/config/run_ctest" "${PREFIX}/bin/run_ctest"
# Update the path to python env root dir in run_aster utils.py

0 comments on commit 099accf

Please sign in to comment.