From 1ecc464b5badc2592f1bb65cbdbd28cfcd900d08 Mon Sep 17 00:00:00 2001 From: Ed J Date: Wed, 10 Jul 2024 20:20:00 +0100 Subject: [PATCH] otool -hV -L Real.bundle --- github-actions/ci-dist/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-actions/ci-dist/action.yml b/github-actions/ci-dist/action.yml index 0c6fd0d..5fb5ab5 100644 --- a/github-actions/ci-dist/action.yml +++ b/github-actions/ci-dist/action.yml @@ -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 -L blib/arch/auto/PDL/LinearAlgebra/Real/Real.bundle; otool -hV -L /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/*; nm /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib; ls -alR /opt/homebrew/opt/lapack/; cc -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