Skip to content

Docker manylinux2014 container for cgal python bindings wheel creation

Notifications You must be signed in to change notification settings

CGAL/cgal-python-wheel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Docker manylinux2014 container for cgal python bindings wheel creation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 67.5%
  • Shell 32.5%