Skip to content

Add OpenBLAS #385

Merged
merged 3 commits into from
Jun 1, 2017
Merged

Add OpenBLAS #385

merged 3 commits into from
Jun 1, 2017

Commits on Jun 1, 2017

  1. Add openblas version 0.2.19

    donald committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    029cdac View commit details
    Browse the repository at this point in the history
  2. openblas: Change to BUILDTYPE make

    When built with cmake it states
    
        CMake Warning at CMakeLists.txt:46 (message):
        CMake support is experimental.  This will not produce the same Makefiles
        that OpenBLAS ships with.  Only x86 support is currently available.
    
    Also the instructions at
    
        https://github.com/xianyi/OpenBLAS/wiki/Installation-Guide
    
    suggest to use plain make.
    donald committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    73f2f80 View commit details
    Browse the repository at this point in the history
  3. openblas: Compile for multiple architectures

    Quote https://github.com/xianyi/OpenBLAS/blob/develop/Makefile.rule:
    
        # If you want to support multiple architecture in one binary
        # DYNAMIC_ARCH = 1
    donald committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    bd00505 View commit details
    Browse the repository at this point in the history