Skip to content

Commit

Permalink
macos use openblas, otool -hV Real.bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Jul 10, 2024
1 parent 703889f commit d666b75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion github-actions/ci-dist/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ runs:
echo "::group::test (no coverage)"
cd ${{ inputs.path }}
if [ -f Makefile.PL ]; then
( $TEST_RUNNER_PREFIX make && $TEST_RUNNER_PREFIX make test ) || exit 1
( $TEST_RUNNER_PREFIX make && (otool -hV blib/arch/auto/PDL/LinearAlgebra/Real/Real.bundle; $TEST_RUNNER_PREFIX make test) ) || exit 1
elif [ -f Build.PL ]; then
( $TEST_RUNNER_PREFIX $MYPERL Build test ) || exit 1
else
Expand Down
2 changes: 1 addition & 1 deletion github-actions/install-dep-lapack/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ runs:
run: |
if ${{ toJSON( runner.os == 'macOS' ) }}; then
echo "::group::Install LAPACK (via brew)"
brew install lapack
brew install openblas
echo "::endgroup::"
fi

0 comments on commit d666b75

Please sign in to comment.