Skip to content

Vagrant setup for testing installations paths for polymake on all recent osx versions

Notifications You must be signed in to change notification settings

apaffenholz/polymake_vagrant_osx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant environment for testing polymake builds on osx

OSX vagrant boxes

  • Required naming scheme for vagrant boxes: osx-10.
  • The Vagrant file handles version numbers 10,11,12,13,14
  • boxes must have command line tools preinstalled

vms created by Vagrantfile

  • osx..plain: downlaod and compile all dependences for polymake
  • osx..brew: resolve dependences with brew before compiling polymake
  • osx..fink: resolve dependences with fink before compiling polymake (currently untested)
  • osx..bundle: create a polymake binary bundle for the osx version

Get necessary packages

Place pkg files in data/pkg

Shared folders

Two folders are shared with the vm

  • data as /data
  • share as /share

the scripts install software into share to preserve it even if vm is recreated

About

Vagrant setup for testing installations paths for polymake on all recent osx versions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages