Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

base: remove CALC dependency on Sequencer #68

Merged
merged 2 commits into from
Jul 29, 2024
Merged

base: remove CALC dependency on Sequencer #68

merged 2 commits into from
Jul 29, 2024

Conversation

henriquesimoes
Copy link
Collaborator

@henriquesimoes henriquesimoes commented Jul 29, 2024

By making Calc depend on Sequencer, all IOCs which directly or indirectly depend on Calc must explicitly link against Sequencer library when using static-link target. This means most previously dynamic-linked IOCs will not cleanly build without changes to src/Makefile when moving to epics-in-docker. In turn, we gain the feature of editing sseq records at runtime, which is not used by IOCs we currently maintain and is probable not to be used by future ones.

Drop support for editSseq in favor of making it easier to containerize new IOCs.

This reverts commit a2096ba.

This patch version was skipped in the changelog, and following modules
entered in the wrong version header. Retroactively correct this, so that
documentation corresponds to the history.
By making Calc depend on Sequencer, all IOCs which directly or
indirectly depend on Calc must explicitly link against Sequencer library
when using static-link target. This means most previously dynamic-linked
IOCs will not cleanly build without changes to src/Makefile when moving
to epics-in-docker. In turn, we gain the feature of editing sseq records
at runtime [1], which is not used by IOCs we currently maintain and is
probable not to be used by future ones.

Drop support for editSseq in favor of making it easier to containerize
new IOCs.

This reverts commit a2096ba.

[1]: https://github.com/epics-modules/calc/blob/R3-7-5/calcApp/src/calcSupport_withSNCSEQ.dbd
@henriquesimoes henriquesimoes requested a review from flowln July 29, 2024 17:40
@henriquesimoes henriquesimoes merged commit fb01279 into main Jul 29, 2024
2 checks passed
@henriquesimoes henriquesimoes deleted the calc-seq branch July 29, 2024 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants