Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

TODO: Currently there's no way to specify which library created by a single package we wish to use. This feature will be added at a later stage since the problem has not arisen yet in ScienceTools.

...

Application dependence on libraries

With the dependency tree generated by the previous section for libraries, package owners wishing to create dependencies on libraries for their applications need to only list DIRECT dependencies of their applications. Continuing our example, the owner of myPackage currently has one application myApp. Assuming this application depends on some library from myPackage as well as the external library ROOT DIRECTLY, he would add this line to his SConscript file:

...