Skip to content

Commit f4718a9

Browse files
committed
scripts: add luaposix to install-deps-macos.sh
Problem: luaposix is now required for configure, but the macos install script doesn't install it. Install luarocks with brew and then use luarocks to install luaposix so that configure passes checks.
1 parent 9e2211e commit f4718a9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/install-deps-macos.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ brew install \
2424
hwloc \
2525
sqlite \
2626
lua \
27+
luarocks \
2728
python3 \
2829
cffi \
2930
libyaml \
@@ -35,4 +36,7 @@ source macos-venv/bin/activate
3536
pip3 install setuptools
3637
pip3 install -r scripts/requirements-dev.txt
3738

39+
# luaposix now required for configure:
40+
luarocks install luaposix
41+
3842
echo "Now run scripts/configure-macos.sh"

0 commit comments

Comments
 (0)