R Macos Clang Versions Save

Setup script to create the binary installer for the released clang binaries used to compile R

v1.3.1

6 years ago

v1.3.0

6 years ago
  • Featured in this update is a signed installer.
    • Previously, users had to check either the MD5 hash or the SHA256 hash of the installer to determine if it is genuine.
    • Nowadays, the installer can be verified as genuine by the lock icon in the upper right corner since the installer is signed with development credentials.
    • Financial support was provided to sign the installer by Professor Timothy Bates of the University of Edinburgh.

v1.2.0

6 years ago

Bug Fix

  • This is primarily a bug fix to resolve $CXX not being set appropriately.
    • To address this, the location of the compiler is explicitly filled in for each CXX** standard.

v1.1.1

6 years ago

BUGFIXES

  • Corrected heredoc in README
  • Updated SHA 256 of installer

v1.1.0

6 years ago

Features

  • Intelligently detecting if LDPATHS already contains: -L/usr/local/clang4/lib
  • Setups compiler redirect for C++ standards outside of C++98 (e.g. CXX**) to use CXX.

v1.0.0

6 years ago

Features

  • GUI Installer
  • Unpacks a set of pre-made binary files into the /usr/local/clang4 directory
  • Sets the proper paths for CC, CXX and LDFLAGS in the ~/.R/Makevars file.