# cgal-python-wheel **Repository Path**: maige88/cgal-python-wheel ## Basic Information - **Project Name**: cgal-python-wheel - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-26 - **Last Updated**: 2026-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README cgal-python-wheel ================== This Docker image can be used to build a wheel for the CGAL python bindings. It requires two user mounted volume containing the CGAL tree to be used, `/cgal`, and the cgal-swig-bindings tree, `/cgal-bindings`. Example Usage: # Build or pull the image docker build -t cgal/python-wheel:manylinux2014 . docker run --rm -t -v /path/to/cgal:/cgal -v /path/to/bindings:/cgal-bindings \ cgal/python-wheel:manylinux2014