Coder Social home page Coder Social logo

blaswrap's Introduction

BLASWRAP is a (n incomplete) set of wrappers to ease the calling of BLAS routines from C, mainly for use in my other numerical codes. It defines a set of macros which rearrange function arguments so that BLAS calls will work with C matrix ordering.

Prerequisites

You will need to have a BLAS and LAPACK installed so that the configuration script can find them.

Installation

If you have downloaded the source from github or equivalent, you will need the autotools suite. Generate the configure script with

. autogen.sh

To configure and install the code,

./configure [OPTIONS]

make

make install

For information on options to control configuration, including the installation location and where to find any required libraries:

./configure --help

blaswrap's People

Contributors

mjcarley avatar

Watchers

 avatar

blaswrap's Issues

JOSS: installation

In the README it says to execute . autogen.sh. However, that doesn't work for me. Executing ./autogen.sh runs it but returns:

./autogen.sh 
configure.ac:53: installing './compile'
configure.ac:68: installing './config.guess'
configure.ac:68: installing './config.sub'
configure.ac:34: installing './install-sh'
configure.ac:34: installing './missing'
configure.ac:39: error: required file 'config.h.in' not found
tests/Makefile.am: installing './depcomp'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.