You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.5 KiB
34 lines
1.5 KiB
=================================================================
|
|
Generic TriBITS Project, Build, Test, and Install Reference Guide
|
|
=================================================================
|
|
|
|
:Author: Roscoe A. Bartlett
|
|
:Contact: bartlett.roscoe@gmail.com
|
|
:Date: |date|
|
|
:Version: .. include:: TribitsGitVersion.txt
|
|
|
|
.. |date| date::
|
|
|
|
:Abstract: This document is generated from the generic template body document ``TribitsBuildReferenceBody.rst`` and provides a general project-independent reference on how to configure, build, test, and install a project that uses the TriBITS CMake build system. The primary audience of this particular build of this document are TriBITS project developers themselves. A project-specific version of this document should be created and accessed by users of a particular TriBITS-based project.
|
|
|
|
.. sectnum::
|
|
|
|
.. contents::
|
|
|
|
Introduction
|
|
============
|
|
|
|
This document is created using the script ``create-build-ref.sh`` in this
|
|
directory which just runs::
|
|
|
|
$ ./create-project-build-ref.py \
|
|
--project-name="<Project>" \
|
|
--project-template-file=TribitsBuildReferenceTemplate.rst \
|
|
--file-base=TribitsBuildReference
|
|
|
|
In a project-specific version, ``<Project>`` is replaced with the actual
|
|
project name (e.g. ``Trilinos``). This version of the generated document is
|
|
referred to by the general TribitsDeveloperGuide.[rst,html,pdf] document.
|
|
|
|
Below are given genetic versions of the sections that show up in every
|
|
project-specific build of this document.
|
|
|