GithubHelp home page GithubHelp logo

isabella232 / boost-headers-only Goto Github PK

View Code? Open in Web Editor NEW

This project forked from scipy/boost-headers-only

0.0 0.0 0.0 19.58 MB

Boost header directory.

License: Boost Software License 1.0

C++ 99.82% Python 0.01% C 0.18%

boost-headers-only's Introduction

Boost Header-only Distribution

"Boost, but only the header files."

This repo is meant to provide a lightweight, minimal Boost distribution to satisfy SciPy's limited set of Boost dependencies. No binaries are features relying on compiled libraries are available through this header-only package.

Structure

project-root
├── boost/ : Contents of Boost includes directory (generated)
├── Boost_README_[version].md : Boost README file (generated)
├── LICENSE_1_0.txt : Boost license (generated)
├── make_headers.py : script to create generated files
└── README.rst : this README file

Updating

To regenerate the header files or update to a new version of Boost, the make_headers.py script can be modified and run on a Linux, MacOS, or Windows machine that has access to the internet. It will automatically populate the boost/ directory with the generated header files from a minimal build. It can run very simply as follows:

python make_headers.py -v --boost-version 1.75.0

To update the version of Boost, give a different Boost version to the --boost-version option in the format: [major].[minor].[patch]. The -v option is optional and turns on verbose logging.

Patches

Patches (e.g., from cherry-picking upstream commits) can be applied by placing .patch files generated using git diff in the patches directory. See PATCHES for more information.

boost-headers-only's People

Contributors

mckib2 avatar mkoeppe avatar rgommers 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.