Skip to content

Commit

Permalink
otool -hV -L Real.bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Jul 17, 2024
1 parent 703889f commit 2dce4bd
Showing 1 changed file with 1 addition and 1 deletion.
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 && (set -x; otool -hV -L blib/arch/auto/PDL/LinearAlgebra/Real/Real.bundle; ls -alR /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/; nm /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib; ls -alR /opt/homebrew/opt/lapack/; cc -L/opt/homebrew/opt/lapack -L/opt/homebrew/Cellar/gcc/14.1.0_2/bin/../lib/gcc/current/gcc/aarch64-apple-darwin23/14/../../.. -L/usr/lib -print-file-name=liblapack.dylib; $TEST_RUNNER_PREFIX make test) ) || exit 1
elif [ -f Build.PL ]; then
( $TEST_RUNNER_PREFIX $MYPERL Build test ) || exit 1
else
Expand Down

0 comments on commit 2dce4bd

Please sign in to comment.