about summary refs log tree commit diff homepage
path: root/scripts/build/v-stp.inc
blob: 0885a3d13d75612d6632f8ac7da070f0421df395 (plain) (blame)
1
2
3
4
5
6
7
8
# Build information for STP solver
required_variables_stp=(
  "STP_VERSION"
  "MINISAT_VERSION"
)

# On which artifacts does STP depend on
artifact_dependency_stp=("sanitizer")