-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make pmac support up to date with new style framework (#7)
* ioc-pmac building under new framework * fix CI * allow write to venv for docker users * allow the venv to be writeable for docker users * remove redundant vscode interpreter path * remove redundant vscode interpreter path * update to latest ioc-template * update to latest ioc-template * update to latest dependencies * update to epics-base 7.0.7ec3 * update to UPSTREAM motor * update to latest pmac / ibek-support * upgrade to ibek 1.5.3 * update to ibek-support * update to latest ioc-template (#1) * update to latest ioc-template * ioc-pmac building under new framework * fix CI * allow the venv to be writeable for docker users * remove redundant vscode interpreter path * update to latest ioc-template * update to latest ioc-template * update to latest dependencies * update to epics-base 7.0.7ec3 * update to UPSTREAM motor * update to latest pmac / ibek-support * upgrade to ibek 1.5.3 * update to latest ioc-template (#1) * update to latest ioc-template
- Loading branch information
Showing
7 changed files
with
34 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
A container image for a generic IOC to support delta tau motion controllers. | ||
An epics-containers generic IOC source file for Delta Tau pmac motion controllers. | ||
|
||
Generates a Generic IOC for running in a container and | ||
creating IOC instances to control pmac motion controllers. | ||
|
||
See the https://epics-containers.github.io | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule ibek-support
updated
50 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
epics-containers-cli==2.6.3 | ||
#git+https://github.com/epics-containers/epics-containers-cli.git@dev | ||
ibek==1.5.3 | ||
# to install direct from github during development in the dev branch: | ||
#git+https://github.com/epics-containers/ibek.git@dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
epics-containers-cli==2.6.4 | ||
# to install direct from github during development in the dev branch: | ||
#git+https://github.com/epics-containers/epics-containers-cli.git@dev |