Git Product home page Git Product logo

wg21's Introduction

wg21

Travis Build Status AppVeyor Build Status

Support

The linear algebra proposal is targeted for C++23. Current compiler support is as follows but is liable to change as compilers catch up with implementing new language features.

  • Windows

    • Visual Studio 2019
  • Mac OS

    • macOS 10.14, Xcode 10.3
    • macOS 10.14, Xcode 11.2
  • Ubuntu 18

    • GCC 8.x, 9.x
    • Clang 7.x, 8.x, 9.x

Building Manually Via CMake

The project can be build via CMake as follows:

cd <project root>
mkdir build
cd build

cmake -G <generator> <configuration options> ../linear_algebra/code
cmake --build ../
ctest

The following configuration options are available:

Name Possible Values Description Default Value
BUILD_TESTING ON, OFF Build the test suite ON

Installing Via CMake

Installing the project can be run as follows:

cd <project root>
mkdir build
cd build

cmake -G <generator> <configuration options> -DCMAKE_INSTALL_PREFIX=<install dir> ../
cmake --build ../linear_algebra/code --target install

Packages

The Linear Algebra library is available integration into your own project via your favorite package manager:

Conan

To add the linear_algebra library to your project as a dependency, you need to add a remote to Conan to point the location of the library:

cd <project root>
pip install conan

conan remote add linear_algebra https://api.bintray.com/conan/twonington/public-conan

Once this is set you can add the linear_algebra dependency to you project via the following signature:

linear_algebra/0.0.1@public-conan/testing

Available versions of the Linear Algebra package can be search via Conan:

conan search linear_algebra

Building the Conan package

The linear_algebra project and package can be build locally via the Conan as such:

cd <project root>
pip install conan
conan create <project root> [--test-folder None]

wg21's People

Contributors

bobsteagall avatar twon avatar hatcat avatar

Watchers

James Cloos avatar

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.