Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cmsos
worksuite
Commits
7442b304
Commit
7442b304
authored
Mar 30, 2021
by
Dainius Simelevicius
Browse files
references #242: updated psx dependency to WinCC OA 3.16
parent
36357093
Changes
2
Hide whitespace changes
Inline
Side-by-side
psx/include/psx/version.h
View file @
7442b304
...
...
@@ -2,7 +2,7 @@
/*************************************************************************
* XDAQ Components for Distributed Data Acquisition *
* Copyright (C) 2000-202
0
, CERN. *
* Copyright (C) 2000-202
1
, CERN. *
* All rights reserved. *
* Authors: J. Gutleber, L. Orsini and D. Simelevicius *
* *
...
...
@@ -18,7 +18,7 @@
#define WORKSUITE_PSX_VERSION_MAJOR 3
#define WORKSUITE_PSX_VERSION_MINOR 3
#define WORKSUITE_PSX_VERSION_PATCH
0
#define WORKSUITE_PSX_VERSION_PATCH
1
// If any previous versions available E.g. #define WORKSUITE_PSX_PREVIOUS_VERSIONS "3.8.0,3.8.1"
#undef WORKSUITE_PSX_PREVIOUS_VERSIONS
...
...
psx/spec.template
View file @
7442b304
...
...
@@ -32,7 +32,7 @@ URL: %{_url}
BuildRoot: %{_tmppath}/%{_packagename}-%{_version}-%{_release}-buildroot
Prefix: %{_prefix}
requires: WinCC_OA_3.1
5
requires: WinCC_OA_3.1
6
%description
__description__
...
...
@@ -185,9 +185,8 @@ rm -rf $RPM_BUILD_ROOT
%post
export PVSS_II_HOME=%{_winccoaroot}
export API_ROOT=$PVSS_II_HOME/api
export PLATFORM=`$API_ROOT/platform`
export PATH=$PVSS_II_HOME/bin:$PATH
export LD_LIBRARY_PATH=$API_ROOT/lib.
$PLATFORM
:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=$API_ROOT/lib.
linux
:$LD_LIBRARY_PATH
$PVSS_II_HOME/bin/WCCILpmon -status -config /opt/WinCC_OA/projects/psx/config/config -autoreg
if [ "$?" -ne "3" ]; then
echo "Error registering project /opt/WinCC_OA/projects/psx"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment