Skip to content

Add R-3.5.3 #55

Merged
merged 8 commits into from
Apr 16, 2019
Merged

Add R-3.5.3 #55

merged 8 commits into from
Apr 16, 2019

Commits on Apr 9, 2019

  1. Configuration menu
    Copy the full SHA
    8f99a7d View commit details
    Browse the repository at this point in the history
  2. R-3.5.3: Remove old reminders

    thomas committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    b397ed5 View commit details
    Browse the repository at this point in the history
  3. R-3.5.3: Adjust version

    thomas committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    2322ba6 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2019

  1. R-3.5.3: Fulfil prerequisites for 'dynverse/dyno'

    - need the udunits-2 package
     - need a 'personal access token' for github
    
    see:
      https://dynverse.org/users/1-installation/
      https://www.unidata.ucar.edu/software/udunits/
      https://github.com/
    thomas committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    9f192da View commit details
    Browse the repository at this point in the history
  2. R-3.5.3: Can't use 'R --vanilla' any longer

    The implicit --no-environ of the --vanilla option would
    inhibit the evaluation of the GITHUB_PAT variable
    
    Bonus: MAKEFLAGS are now evaluated too, speeding up the
           package builds by approx. 50%
    thomas committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    0e80cf9 View commit details
    Browse the repository at this point in the history
  3. R-3.5.3: Add RhpcBLASctl package

    Control the number of threads on 'BLAS' (Aka 'GotoBLAS',
    'OpenBLAS', 'ACML', 'BLIS' and 'MKL'). And possible to
    control the number of threads in 'OpenMP'. Get a number
    of logical cores and physical cores if feasible.
    
    Sounded good to me...
    Only works if an external BLAS is used, not the one
    that's bundled with R
    thomas committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    a69130f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4a88f9 View commit details
    Browse the repository at this point in the history
  5. R-3.5.3: Use a source file for GITHUB_PAT

    Environment vars from root are not seen by the build
    user, so a simple export GITHUB_PAT=... before the
    build won't work.
    thomas committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    7f85901 View commit details
    Browse the repository at this point in the history