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.
|
6 years ago | |
---|---|---|
catalog | 6 years ago | |
.gitignore | 6 years ago | |
LICENSE.txt | 6 years ago | |
README.adoc | 6 years ago |
README.adoc
<html lang="en">
<head>
</head>
</html>
Schematics
Schematics are definitions for Ada dependencies, these are meant to be
processed by the Analytical Engine (ae
) to bring dependencies in for Ada
projects.
Envirnoment Variables
When performing source builds of schematics, the following environment variables must be defined:
- SCHEMATIC_INSTALL_PREFIX
-
Absolute path to where schematics should be installed.
- SCHEMATIC_PARALLELISM
-
Number of cores or desired parallelism to execute various tasks with. More often than not this should be analogous to the
-j
argument passed tomake(1)
.