Skip to content

Package Building

Jeffrey H. Johnson edited this page Mar 25, 2023 · 23 revisions

REDUCE Packages for macOS

Binary REDUCE Distributions

Version macOS Platform Size Release Date
REDUCE 6547 13.0 Intel (x86_64) 60 MiB 2023-03-21
REDUCE 6547 10.13 Intel (x86_64) 62 MiB 2023-03-24

About Binary Packages

  • These packages are built using Homebrew (in a Localbrew environment.)
  • Homebrew is not required for users to run these binary packages.

Building Binary Packages

  • To build from source using Homebrew / Localbrew on supported platforms:
     
    brew tap reduce-algebra/reduce-algebra
    brew install reduce-static --only-dependencies --verbose
    brew install reduce-static --build-bottle --verbose
    package-reduce.sh
  • On unsupported platforms, expert intervention will be necessary.
Clone this wiki locally