Skip to content

Commit

Permalink
Dynamically create library names
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilmore10 committed Nov 14, 2023
1 parent 98a655d commit 47dd3ab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dev/tasks/matlab/github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,10 @@ jobs:
{{ macros.github_set_sccache_envvars()|indent(8) }}
run: arrow/ci/scripts/matlab_build.sh $(pwd)/arrow
- name: change shared library install name
run: install_name_tool -change @rpath/libarrow.1500.dylib @rpath/libarrow.1500.0.0.dylib arrow/matlab/install/arrow_matlab/+libmexclass/+proxy/libarrowproxy.dylib
env:
TEST_VERSION: {{ arrow.version }}
TEST_R_VERSION: {{ arrow.r_version }}
run: install_name_tool -change @rpath/libarrow.$TEST_VERSION.dylib @rpath/libarrow.$TEST_R_VERSION.dylib arrow/matlab/install/arrow_matlab/+libmexclass/+proxy/libarrowproxy.dylib
- name: Compress into single artifact to keep directory structure
run: tar -cvzf arrow-matlab-macos.tar.gz arrow/matlab/install/arrow_matlab
- name: Upload artifacts
Expand Down

0 comments on commit 47dd3ab

Please sign in to comment.