Skip to content

Commit

Permalink
fix problems with streamdevice
Browse files Browse the repository at this point in the history
  • Loading branch information
darcato committed Sep 11, 2018
1 parent 603a3d9 commit 5b57122
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions epicsmng
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ ipac_dbd="ipac.dbd"
ipac_libs="ipac"

streamdevice_url="https://github.com/paulscherrerinstitute/StreamDevice.git"
streamdevice_requires="base"
streamdevice_optionals=""
streamdevice_requires="base asyn"
streamdevice_optionals="calc"
streamdevice_dbd="stream.dbd"
streamdevice_libs="stream"

Expand Down Expand Up @@ -349,6 +349,8 @@ function compile_git {
cd "$src"/"$module" || return 1
set_site 'INSTALL_LOCATION' "$dest"

truncate -s 0 configure/RELEASE

#set file configure release with target, the required modules and the optional ones
set_release_par "SUPPORT" "$target"
if ! set_requires "$module"; then
Expand Down

0 comments on commit 5b57122

Please sign in to comment.