Skip to content

Package Building

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

REDUCE Packages for macOS

Binary REDUCE Distributions

Release macOS Platform CPU Size Build Date
REDUCE 6550 13.0 Intel (x86_64) Penryn 60 MiB 2023-03-25
REDUCE 6550 10.13 Intel (x86_64) Core 2 62 MiB 2023-03-25
REDUCE 6547 13.0 Intel (x86_64) Penryn 60 MiB 2023-03-21
REDUCE 6547 10.13 Intel (x86_64) Generic 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