8000 M2/M2/BUILD/docker/brew at master · Macaulay2/M2 · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History

brew

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Bottling Macaulay2 for Homebrew

Homebrew is a package manager for macOS and Linux. The Dockerfile in this directory creates a container image based on Ubuntu 20.04 for building and testing the Homebrew formula for Macaulay2 available at Macaulay2/tap.

Getting Started

  1. Install Docker and start the daemon (optionally, also install Homebrew).

  2. Build the container using Docker:

make build
  1. Enter the shell:
make shell-linux # if you are using Linuxbrew
make shell-macos # if you are using Homebrew
  1. Bottle Macaulay2:
brew install --keep-tmp --verbose --build-bottle Macaulay2/tap/M2
0