Skip to content

all except lalapps: rename src/ --> lib/

Kipp Cannon requested to merge (removed):rename_src_to_lib into master

Description

Rename the src/ directories in lal library packages to lib/. This was originally proposed as a reorganization for only the lalburst package, with the intent being to, subsequently, add a bin/ directory into which the program code would be separated from the library code, and into which programs from lalapps could be moved. I was asked to make the modification to all of lalsuite so that the same reorganization could be done everywhere if people desired it. This is the result.

API Changes and Justification

Backwards Compatible Changes

  • This change introduces no API changes
  • This change adds new API calls

Backwards Incompatible Changes

  • This change modifies an existing API
  • This change removes an existing API

Review Status

The patch changes no code, just the directory layout and paths in build scripts. Not reviewed, but this change was requested by the librarian.

Merge request reports