Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 739 Bytes

File metadata and controls

23 lines (19 loc) · 739 Bytes

Engineering Sketch Pad (ESP)

User Manual:
https://flexcompute.github.io/EngineeringSketchPad/EngSketchPad/ESP/ESP-help.html
Valid CSM statements:
https://flexcompute.github.io/EngineeringSketchPad/EngSketchPad/ESP/ESP-help.html#sec5.4

Staging prebuild artifacts for commit

The artifacts should be build on a machine with an old enough version of glibc to cover expected deployments.

[edit download.sh and stage.sh to confirm versions]
./download.sh
./stage.sh

which rebuids libegads.so to resolve indirect OpenCASCADE libraries. Commit new, removed, and modfied files.

Create an annotated tag for use in compute FetchContent

git tag -a espMajor.espMinor.bugFix -m "Why this version is needed"
git push --tags