Skip to content

Commit

Permalink
Try to add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanDunfield committed Nov 27, 2024
1 parent 9496d40 commit 6448dff
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion build_mac_app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,22 @@ install_package $USE_BINARY knot_floer_homology
install_package $USE_BINARY low_index
$pip_install tkinter_gl
install_package Spherogram
install_package SnapPy
# Build SnapPy and its docs
echo Building SnapPy from source:
if [ ! -d SnapPy ]; then
git clone https://github.com/3-manifolds/$1.git
cd SnapPy
else
cd SnapPy
git pull
python3 setup.py clean
fi
python3 setup.py build -j 4
python3 setup.py build_docs
python3 setup.py bdist_wheel
python3 -m pip install --no-index --find-links dist snappy
cd ..


# if frameworks/Frameworks.tgz does not exist, build it.
if [ ! -e frameworks/Frameworks-3.13.tgz ]; then
Expand Down

0 comments on commit 6448dff

Please sign in to comment.