Skip to content

binary files for downloads

Latest
Compare
Choose a tag to compare
@briantoby briantoby released this 01 Feb 20:38
· 294 commits to main since this release

This release area contains binaries and install kits for GSAS-II. For more details see the GSAS-II home page.

  • The install kits, gsas2main*.sh and gsas2main*.exe, are self-installers for GSAS-II. These installers use the code from the "main" branch in GitHub repo. For installation instructions, see https://advancedphotonsource.github.io/GSAS-II-tutorials/install.html, but for the impatient a brief summary is: Download the appropriate gsas2main... file from below. On Windows run it. On Linux or Mac, in a terminal window, use command:

    bash gsas2main-<version>-<platform>.sh
    

    A special installer kit, gsas2main-rhel-Latest-Linux-x86_64.sh is provided for use on recent RedHat Enterprise Linux (RHEL) systems, as the binaries in the standard Linux kits that are build on the GitHub Ubuntu runners will not work on RHEL due to incompatibilities in system libraries.

  • The install kits, gsas2full*.sh and gsas2full*.exe, are older self-installers for GSAS-II. These installers use the code from soon-to-be replaced "master" branch of the GitHub repo. These older installer are kept here as a record, but are not recommended. Note that For MacOS the gsas2full-*-MacOSX-arm64.sh (probably the Intel version as well) fails on MacOS 15.x but the gsas2main-*-MacOSX-arm64.sh installer does work.

Also below are .tgz (tar) files with the compiled binary files. These files are used by the gitstrap.py installer and normally do not need to be downloaded by users.

  • Python 3.11 binaries were built in Feb/March 2024 with numpy 1.26 (mostly) using the scons builder.
  • Binaries for Python 3.12 & 3.13 were created for Linux, Mac & Windows on GitHub, all using the new meson build stack, found in the main branch.