File: README.rst

package info (click to toggle)
ecbuild 3.13.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,068 kB
  • sloc: sh: 1,404; perl: 732; f90: 472; cpp: 466; python: 383; ansic: 304; fortran: 43; makefile: 15
file content (21 lines) | stat: -rw-r--r-- 940 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
========
Examples
========

This directory contains examples of some useful features of ecBuild:

* `simple/ <simple/README.md>`_ - A simple ecBuild project
* `fortran/ <fortran/README.md>`_ - A Fortran project
* `cxx11/ <cxx11/README.md>`_ - A C++11-enabled project
* `transitive-dependencies/ <transitive-dependencies/README.md>`_ - Propagating
  dependencies across several projects
* `find_package/ <find_package/README>`_ - Using some popular third-party libraries
* `cpp-bundle/ <cpp-bundle/README.md>`_ - Bundling projects together
* `cpp-bundle-nested/ <cpp-bundle-nested/README.md>`_ - Nested bundles
* `boost-python-lib/ <boost-python-lib/README.md>`_ - Using Boost::Python
* `mix/ <mix/README.md>`_ - Mixing C++ and Fortran
* `override-compile-flags/ <override-compile-flags/README.md>`_ - Overriding
  compile flags on a per-file basis
* `config-bundle/ <config-bundle/README.md>`_ - Providing project-specific
  configuration