cafe-1.16.1
This commit is contained in:
+2
-2
@@ -3,7 +3,7 @@
|
|||||||
#<facility = sls sls2 sf> default is sf
|
#<facility = sls sls2 sf> default is sf
|
||||||
#<target_language = cpp matlab python>
|
#<target_language = cpp matlab python>
|
||||||
module unload gcc
|
module unload gcc
|
||||||
module load gcc/7.3.0
|
module load gcc/7.3.0 #7.5.0 for py38
|
||||||
### psi specific - end
|
### psi specific - end
|
||||||
|
|
||||||
rm -f configure.ac
|
rm -f configure.ac
|
||||||
@@ -23,7 +23,7 @@ automake --force --add-missing --copy
|
|||||||
#Used by ./configure
|
#Used by ./configure
|
||||||
#Assumes format ${EPICS}/base-3.14.12
|
#Assumes format ${EPICS}/base-3.14.12
|
||||||
#source cafeVersion-gcc-7.3.0
|
#source cafeVersion-gcc-7.3.0
|
||||||
CAFE_V="cafe-1.16.0"
|
CAFE_V="cafe-1.16.1"
|
||||||
#For later check of existence of HOST_ARCH for $EPICS/include/os/$HOST_ARCH
|
#For later check of existence of HOST_ARCH for $EPICS/include/os/$HOST_ARCH
|
||||||
#Assume Linux but check if Darwin
|
#Assume Linux but check if Darwin
|
||||||
CAFE_HOST_FLAG_DARWIN=$(echo ${EPICS_HOST_ARCH} | grep -c "Darwin")
|
CAFE_HOST_FLAG_DARWIN=$(echo ${EPICS_HOST_ARCH} | grep -c "Darwin")
|
||||||
|
|||||||
+1
-1
@@ -9,7 +9,7 @@
|
|||||||
# Standard macros
|
# Standard macros
|
||||||
AC_PREREQ(2.63)
|
AC_PREREQ(2.63)
|
||||||
AC_COPYRIGHT([CAFE,Jan Chrin, 2010-2021])
|
AC_COPYRIGHT([CAFE,Jan Chrin, 2010-2021])
|
||||||
AC_INIT([CAFE], [1.16.0], [Bug reports to: jan.chrin@psi.ch])
|
AC_INIT([CAFE], [1.16.1], [Bug reports to: jan.chrin@psi.ch])
|
||||||
|
|
||||||
AC_CONFIG_AUX_DIR(./)
|
AC_CONFIG_AUX_DIR(./)
|
||||||
|
|
||||||
|
|||||||
+12
-12
@@ -86,8 +86,8 @@ host_triplet = x86_64-unknown-linux-gnu
|
|||||||
#if HAVE_PYTHON_
|
#if HAVE_PYTHON_
|
||||||
#include_HEADERS += PyCafe_api.h
|
#include_HEADERS += PyCafe_api.h
|
||||||
#endif
|
#endif
|
||||||
am__append_2 = PyCafe.h
|
#am__append_2 = PyCafe.h
|
||||||
#am__append_3 = PyCafe_api.h
|
am__append_3 = PyCafe_api.h
|
||||||
subdir = include
|
subdir = include
|
||||||
DIST_COMMON = $(srcdir)/makefile.in $(srcdir)/makefile.am \
|
DIST_COMMON = $(srcdir)/makefile.in $(srcdir)/makefile.am \
|
||||||
$(am__include_HEADERS_DIST)
|
$(am__include_HEADERS_DIST)
|
||||||
@@ -188,9 +188,9 @@ CTAGS = ctags
|
|||||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||||
ACLOCAL = ${SHELL} /afs/psi.ch/project/cafe/gitlab/CAFE/cpp/missing aclocal-1.13
|
ACLOCAL = ${SHELL} /afs/psi.ch/project/cafe/gitlab/CAFE/cpp/missing aclocal-1.13
|
||||||
AMTAR = $${TAR-tar}
|
AMTAR = $${TAR-tar}
|
||||||
AM_CPPFLAGS = -fexceptions -fPIC -std=c++1z -I/usr/local/epics/base-7.0.6/include/ -I/usr/local/epics/base-7.0.6/include/os/Linux -I/usr/local/epics/base-7.0.6/include/compiler/gcc -I/opt/gfa/cafe/boost/boost_1_61_0/include/boost -I/opt/gfa/cafe/boost/boost_1_61_0/include -I/opt/gfa/python-3.7/latest/include/python3.7m -I/opt/gfa/python-3.7/latest/lib/python3.7/site-packages/numpy/core/include -I/opt/gfa/python-3.7/latest/include/qt -I/opt/gfa/python-3.7/latest/include/qt/QtCore -I/opt/gfa/python-3.7/latest/include/qt/QtXml
|
AM_CPPFLAGS = -fexceptions -fPIC -std=c++1z -I/usr/local/epics/base-7.0.6/include/ -I/usr/local/epics/base-7.0.6/include/os/Linux -I/usr/local/epics/base-7.0.6/include/compiler/gcc -I/opt/gfa/cafe/boost/boost_1_61_0/include/boost -I/opt/gfa/cafe/boost/boost_1_61_0/include -I/opt/gfa/python-3.7/latest/include/qt -I/opt/gfa/python-3.7/latest/include/qt/QtCore -I/opt/gfa/python-3.7/latest/include/qt/QtXml
|
||||||
AM_DEFAULT_VERBOSITY = 1
|
AM_DEFAULT_VERBOSITY = 1
|
||||||
AM_LDFLAGS = -L/usr/local/epics/base-7.0.6/lib/RHEL7-x86_64 -Wl,-rpath,/usr/local/epics/base-7.0.6/lib/RHEL7-x86_64 -L/opt/gfa/python-3.7/latest/lib -Wl,-rpath,/opt/gfa/python-3.7/latest/lib -L/opt/gfa/python-3.7/latest/lib -Wl,-rpath,/opt/gfa/python-3.7/latest/lib
|
AM_LDFLAGS = -L/usr/local/epics/base-7.0.6/lib/RHEL7-x86_64 -Wl,-rpath,/usr/local/epics/base-7.0.6/lib/RHEL7-x86_64 -L/opt/gfa/python-3.7/latest/lib -Wl,-rpath,/opt/gfa/python-3.7/latest/lib
|
||||||
AR = ar
|
AR = ar
|
||||||
AUTOCONF = ${SHELL} /afs/psi.ch/project/cafe/gitlab/CAFE/cpp/missing autoconf
|
AUTOCONF = ${SHELL} /afs/psi.ch/project/cafe/gitlab/CAFE/cpp/missing autoconf
|
||||||
AUTOHEADER = ${SHELL} /afs/psi.ch/project/cafe/gitlab/CAFE/cpp/missing autoheader
|
AUTOHEADER = ${SHELL} /afs/psi.ch/project/cafe/gitlab/CAFE/cpp/missing autoheader
|
||||||
@@ -201,7 +201,7 @@ CC = /opt/psi/Programming/gcc/7.3.0/bin/gcc
|
|||||||
CCDEPMODE = depmode=gcc3
|
CCDEPMODE = depmode=gcc3
|
||||||
CFLAGS = -g -O2
|
CFLAGS = -g -O2
|
||||||
CPP = /opt/psi/Programming/gcc/7.3.0/bin/gcc -E
|
CPP = /opt/psi/Programming/gcc/7.3.0/bin/gcc -E
|
||||||
CPPFLAGS = -fexceptions -fPIC -std=c++1z -I/usr/local/epics/base-7.0.6/include/ -I/usr/local/epics/base-7.0.6/include/os/Linux -I/usr/local/epics/base-7.0.6/include/compiler/gcc -I/opt/gfa/cafe/boost/boost_1_61_0/include/boost -I/opt/gfa/cafe/boost/boost_1_61_0/include -I/opt/gfa/python-3.7/latest/include/python3.7m -I/opt/gfa/python-3.7/latest/lib/python3.7/site-packages/numpy/core/include -I/opt/gfa/python-3.7/latest/include/qt -I/opt/gfa/python-3.7/latest/include/qt/QtCore -I/opt/gfa/python-3.7/latest/include/qt/QtXml
|
CPPFLAGS = -fexceptions -fPIC -std=c++1z -I/usr/local/epics/base-7.0.6/include/ -I/usr/local/epics/base-7.0.6/include/os/Linux -I/usr/local/epics/base-7.0.6/include/compiler/gcc -I/opt/gfa/cafe/boost/boost_1_61_0/include/boost -I/opt/gfa/cafe/boost/boost_1_61_0/include -I/opt/gfa/python-3.7/latest/include/qt -I/opt/gfa/python-3.7/latest/include/qt/QtCore -I/opt/gfa/python-3.7/latest/include/qt/QtXml
|
||||||
CXX = /opt/psi/Programming/gcc/7.3.0/bin/g++
|
CXX = /opt/psi/Programming/gcc/7.3.0/bin/g++
|
||||||
CXXCPP = /opt/psi/Programming/gcc/7.3.0/bin/g++ -E
|
CXXCPP = /opt/psi/Programming/gcc/7.3.0/bin/g++ -E
|
||||||
CXXDEPMODE = depmode=gcc3
|
CXXDEPMODE = depmode=gcc3
|
||||||
@@ -225,9 +225,9 @@ INSTALL_PROGRAM = ${INSTALL}
|
|||||||
INSTALL_SCRIPT = ${INSTALL}
|
INSTALL_SCRIPT = ${INSTALL}
|
||||||
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
|
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
|
||||||
LD = /usr/bin/ld -m elf_x86_64
|
LD = /usr/bin/ld -m elf_x86_64
|
||||||
LDFLAGS = -L/usr/local/epics/base-7.0.6/lib/RHEL7-x86_64 -Wl,-rpath,/usr/local/epics/base-7.0.6/lib/RHEL7-x86_64 -L/opt/gfa/python-3.7/latest/lib -Wl,-rpath,/opt/gfa/python-3.7/latest/lib -L/opt/gfa/python-3.7/latest/lib -Wl,-rpath,/opt/gfa/python-3.7/latest/lib
|
LDFLAGS = -L/usr/local/epics/base-7.0.6/lib/RHEL7-x86_64 -Wl,-rpath,/usr/local/epics/base-7.0.6/lib/RHEL7-x86_64 -L/opt/gfa/python-3.7/latest/lib -Wl,-rpath,/opt/gfa/python-3.7/latest/lib
|
||||||
LIBOBJS =
|
LIBOBJS =
|
||||||
LIBS = -lQt5Xml -lQt5Core -lpython3.7m
|
LIBS = -lQt5Xml -lQt5Core
|
||||||
LIBTOOL = $(SHELL) $(top_builddir)/libtool
|
LIBTOOL = $(SHELL) $(top_builddir)/libtool
|
||||||
LIPO =
|
LIPO =
|
||||||
LN_S = ln -s
|
LN_S = ln -s
|
||||||
@@ -245,17 +245,17 @@ OTOOL64 =
|
|||||||
PACKAGE = cafe
|
PACKAGE = cafe
|
||||||
PACKAGE_BUGREPORT = Bug reports to: jan.chrin@psi.ch
|
PACKAGE_BUGREPORT = Bug reports to: jan.chrin@psi.ch
|
||||||
PACKAGE_NAME = CAFE
|
PACKAGE_NAME = CAFE
|
||||||
PACKAGE_STRING = CAFE 1.16.0
|
PACKAGE_STRING = CAFE 1.16.1
|
||||||
PACKAGE_TARNAME = cafe
|
PACKAGE_TARNAME = cafe
|
||||||
PACKAGE_URL =
|
PACKAGE_URL =
|
||||||
PACKAGE_VERSION = 1.16.0
|
PACKAGE_VERSION = 1.16.1
|
||||||
PATH_SEPARATOR = :
|
PATH_SEPARATOR = :
|
||||||
RANLIB = ranlib
|
RANLIB = ranlib
|
||||||
SED = /usr/bin/sed
|
SED = /usr/bin/sed
|
||||||
SET_MAKE =
|
SET_MAKE =
|
||||||
SHELL = /bin/sh
|
SHELL = /bin/sh
|
||||||
STRIP = strip
|
STRIP = strip
|
||||||
VERSION = 1.16.0
|
VERSION = 1.16.1
|
||||||
abs_builddir = /afs/psi.ch/project/cafe/gitlab/CAFE/cpp/include
|
abs_builddir = /afs/psi.ch/project/cafe/gitlab/CAFE/cpp/include
|
||||||
abs_srcdir = /afs/psi.ch/project/cafe/gitlab/CAFE/cpp/include
|
abs_srcdir = /afs/psi.ch/project/cafe/gitlab/CAFE/cpp/include
|
||||||
abs_top_builddir = /afs/psi.ch/project/cafe/gitlab/CAFE/cpp
|
abs_top_builddir = /afs/psi.ch/project/cafe/gitlab/CAFE/cpp
|
||||||
@@ -290,7 +290,7 @@ htmldir = ${docdir}
|
|||||||
includedir = ${prefix}/include
|
includedir = ${prefix}/include
|
||||||
infodir = ${datarootdir}/info
|
infodir = ${datarootdir}/info
|
||||||
install_sh = ${SHELL} /afs/psi.ch/project/cafe/gitlab/CAFE/cpp/install-sh
|
install_sh = ${SHELL} /afs/psi.ch/project/cafe/gitlab/CAFE/cpp/install-sh
|
||||||
libdir = /opt/gfa/cafe/cpp/cafe-1.16.0-py37-gcc-7.3.0/lib/RHEL7-x86_64
|
libdir = /opt/gfa/cafe/cpp/cafe-1.16.1-gcc-7.3.0/lib/RHEL7-x86_64
|
||||||
libexecdir = ${exec_prefix}/libexec
|
libexecdir = ${exec_prefix}/libexec
|
||||||
localedir = ${datarootdir}/locale
|
localedir = ${datarootdir}/locale
|
||||||
localstatedir = ${prefix}/var
|
localstatedir = ${prefix}/var
|
||||||
@@ -298,7 +298,7 @@ mandir = ${datarootdir}/man
|
|||||||
mkdir_p = $(MKDIR_P)
|
mkdir_p = $(MKDIR_P)
|
||||||
oldincludedir = /usr/include
|
oldincludedir = /usr/include
|
||||||
pdfdir = ${docdir}
|
pdfdir = ${docdir}
|
||||||
prefix = /opt/gfa/cafe/cpp/cafe-1.16.0-py37-gcc-7.3.0
|
prefix = /opt/gfa/cafe/cpp/cafe-1.16.1-gcc-7.3.0
|
||||||
program_transform_name = s,x,x,
|
program_transform_name = s,x,x,
|
||||||
psdir = ${docdir}
|
psdir = ${docdir}
|
||||||
sbindir = ${exec_prefix}/sbin
|
sbindir = ${exec_prefix}/sbin
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# Generated automatically by config.status (cafe) 1.16.0
|
# Generated automatically by config.status (cafe) 1.16.1
|
||||||
# Libtool was configured on host sf-lc7.psi.ch:
|
# Libtool was configured on host sf-lc7a.psi.ch:
|
||||||
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
|
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
|
||||||
|
|
||||||
# Provide generalized library-building support services.
|
# Provide generalized library-building support services.
|
||||||
@@ -285,7 +285,7 @@ hardcode_into_libs=yes
|
|||||||
sys_lib_search_path_spec="/afs/psi.ch/sys/psi.x86_64_slp6/Programming/gcc/7.3.0/lib/gcc/x86_64-pc-linux-gnu/7.3.0 /afs/psi.ch/sys/psi.x86_64_slp6/Programming/gcc/7.3.0/lib/gcc /opt/psi/Programming/gcc/7.3.0/lib64 /afs/psi.ch/sys/psi.x86_64_slp6/Programming/gcc/7.3.0/lib64 /lib64 /usr/lib64 /opt/psi/Programming/gcc/7.3.0/lib /opt/psi/Tools/HDFView/3.1.2/lib /afs/psi.ch/sys/psi.x86_64_slp6/Programming/gcc/7.3.0/lib /lib /usr/lib "
|
sys_lib_search_path_spec="/afs/psi.ch/sys/psi.x86_64_slp6/Programming/gcc/7.3.0/lib/gcc/x86_64-pc-linux-gnu/7.3.0 /afs/psi.ch/sys/psi.x86_64_slp6/Programming/gcc/7.3.0/lib/gcc /opt/psi/Programming/gcc/7.3.0/lib64 /afs/psi.ch/sys/psi.x86_64_slp6/Programming/gcc/7.3.0/lib64 /lib64 /usr/lib64 /opt/psi/Programming/gcc/7.3.0/lib /opt/psi/Tools/HDFView/3.1.2/lib /afs/psi.ch/sys/psi.x86_64_slp6/Programming/gcc/7.3.0/lib /lib /usr/lib "
|
||||||
|
|
||||||
# Detected run-time system search path for libraries.
|
# Detected run-time system search path for libraries.
|
||||||
sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/lib64/atlas /usr/lib64//bind9-export/ /usr/lib64/dyninst /usr/lib64/llvm /usr/lib64/mysql /usr/lib/oracle/12.2/client64/lib /usr/lib64/tcl8.5/tclx8.4 /usr/lib64/tcl8.5 /usr/lib64/wine/ "
|
sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/lib64/atlas /usr/lib64//bind9-export/ /usr/lib64/dyninst /usr/lib64/mysql /usr/lib/oracle/12.2/client64/lib /usr/lib64/tcl8.5/tclx8.4 /usr/lib64/wine/ "
|
||||||
|
|
||||||
# Explicit LT_SYS_LIBRARY_PATH set during ./configure time.
|
# Explicit LT_SYS_LIBRARY_PATH set during ./configure time.
|
||||||
configure_time_lt_sys_library_path=""
|
configure_time_lt_sys_library_path=""
|
||||||
|
|||||||
@@ -231,9 +231,9 @@ am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
|
|||||||
distcleancheck_listfiles = find . -type f -print
|
distcleancheck_listfiles = find . -type f -print
|
||||||
ACLOCAL = ${SHELL} /afs/psi.ch/project/cafe/gitlab/CAFE/cpp/missing aclocal-1.13
|
ACLOCAL = ${SHELL} /afs/psi.ch/project/cafe/gitlab/CAFE/cpp/missing aclocal-1.13
|
||||||
AMTAR = $${TAR-tar}
|
AMTAR = $${TAR-tar}
|
||||||
AM_CPPFLAGS = -fexceptions -fPIC -std=c++1z -I/usr/local/epics/base-7.0.6/include/ -I/usr/local/epics/base-7.0.6/include/os/Linux -I/usr/local/epics/base-7.0.6/include/compiler/gcc -I/opt/gfa/cafe/boost/boost_1_61_0/include/boost -I/opt/gfa/cafe/boost/boost_1_61_0/include -I/opt/gfa/python-3.7/latest/include/python3.7m -I/opt/gfa/python-3.7/latest/lib/python3.7/site-packages/numpy/core/include -I/opt/gfa/python-3.7/latest/include/qt -I/opt/gfa/python-3.7/latest/include/qt/QtCore -I/opt/gfa/python-3.7/latest/include/qt/QtXml -I$(top_srcdir)/include
|
AM_CPPFLAGS = -fexceptions -fPIC -std=c++1z -I/usr/local/epics/base-7.0.6/include/ -I/usr/local/epics/base-7.0.6/include/os/Linux -I/usr/local/epics/base-7.0.6/include/compiler/gcc -I/opt/gfa/cafe/boost/boost_1_61_0/include/boost -I/opt/gfa/cafe/boost/boost_1_61_0/include -I/opt/gfa/python-3.7/latest/include/qt -I/opt/gfa/python-3.7/latest/include/qt/QtCore -I/opt/gfa/python-3.7/latest/include/qt/QtXml -I$(top_srcdir)/include
|
||||||
AM_DEFAULT_VERBOSITY = 1
|
AM_DEFAULT_VERBOSITY = 1
|
||||||
AM_LDFLAGS = -L/usr/local/epics/base-7.0.6/lib/RHEL7-x86_64 -Wl,-rpath,/usr/local/epics/base-7.0.6/lib/RHEL7-x86_64 -L/opt/gfa/python-3.7/latest/lib -Wl,-rpath,/opt/gfa/python-3.7/latest/lib -L/opt/gfa/python-3.7/latest/lib -Wl,-rpath,/opt/gfa/python-3.7/latest/lib @CAFE_LIBS@
|
AM_LDFLAGS = -L/usr/local/epics/base-7.0.6/lib/RHEL7-x86_64 -Wl,-rpath,/usr/local/epics/base-7.0.6/lib/RHEL7-x86_64 -L/opt/gfa/python-3.7/latest/lib -Wl,-rpath,/opt/gfa/python-3.7/latest/lib @CAFE_LIBS@
|
||||||
AR = ar
|
AR = ar
|
||||||
AUTOCONF = ${SHELL} /afs/psi.ch/project/cafe/gitlab/CAFE/cpp/missing autoconf
|
AUTOCONF = ${SHELL} /afs/psi.ch/project/cafe/gitlab/CAFE/cpp/missing autoconf
|
||||||
AUTOHEADER = ${SHELL} /afs/psi.ch/project/cafe/gitlab/CAFE/cpp/missing autoheader
|
AUTOHEADER = ${SHELL} /afs/psi.ch/project/cafe/gitlab/CAFE/cpp/missing autoheader
|
||||||
@@ -244,7 +244,7 @@ CC = /opt/psi/Programming/gcc/7.3.0/bin/gcc
|
|||||||
CCDEPMODE = depmode=gcc3
|
CCDEPMODE = depmode=gcc3
|
||||||
CFLAGS = -g -O2
|
CFLAGS = -g -O2
|
||||||
CPP = /opt/psi/Programming/gcc/7.3.0/bin/gcc -E
|
CPP = /opt/psi/Programming/gcc/7.3.0/bin/gcc -E
|
||||||
CPPFLAGS = -fexceptions -fPIC -std=c++1z -I/usr/local/epics/base-7.0.6/include/ -I/usr/local/epics/base-7.0.6/include/os/Linux -I/usr/local/epics/base-7.0.6/include/compiler/gcc -I/opt/gfa/cafe/boost/boost_1_61_0/include/boost -I/opt/gfa/cafe/boost/boost_1_61_0/include -I/opt/gfa/python-3.7/latest/include/python3.7m -I/opt/gfa/python-3.7/latest/lib/python3.7/site-packages/numpy/core/include -I/opt/gfa/python-3.7/latest/include/qt -I/opt/gfa/python-3.7/latest/include/qt/QtCore -I/opt/gfa/python-3.7/latest/include/qt/QtXml
|
CPPFLAGS = -fexceptions -fPIC -std=c++1z -I/usr/local/epics/base-7.0.6/include/ -I/usr/local/epics/base-7.0.6/include/os/Linux -I/usr/local/epics/base-7.0.6/include/compiler/gcc -I/opt/gfa/cafe/boost/boost_1_61_0/include/boost -I/opt/gfa/cafe/boost/boost_1_61_0/include -I/opt/gfa/python-3.7/latest/include/qt -I/opt/gfa/python-3.7/latest/include/qt/QtCore -I/opt/gfa/python-3.7/latest/include/qt/QtXml
|
||||||
CXX = /opt/psi/Programming/gcc/7.3.0/bin/g++
|
CXX = /opt/psi/Programming/gcc/7.3.0/bin/g++
|
||||||
CXXCPP = /opt/psi/Programming/gcc/7.3.0/bin/g++ -E
|
CXXCPP = /opt/psi/Programming/gcc/7.3.0/bin/g++ -E
|
||||||
CXXDEPMODE = depmode=gcc3
|
CXXDEPMODE = depmode=gcc3
|
||||||
@@ -268,9 +268,9 @@ INSTALL_PROGRAM = ${INSTALL}
|
|||||||
INSTALL_SCRIPT = ${INSTALL}
|
INSTALL_SCRIPT = ${INSTALL}
|
||||||
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
|
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
|
||||||
LD = /usr/bin/ld -m elf_x86_64
|
LD = /usr/bin/ld -m elf_x86_64
|
||||||
LDFLAGS = -L/usr/local/epics/base-7.0.6/lib/RHEL7-x86_64 -Wl,-rpath,/usr/local/epics/base-7.0.6/lib/RHEL7-x86_64 -L/opt/gfa/python-3.7/latest/lib -Wl,-rpath,/opt/gfa/python-3.7/latest/lib -L/opt/gfa/python-3.7/latest/lib -Wl,-rpath,/opt/gfa/python-3.7/latest/lib
|
LDFLAGS = -L/usr/local/epics/base-7.0.6/lib/RHEL7-x86_64 -Wl,-rpath,/usr/local/epics/base-7.0.6/lib/RHEL7-x86_64 -L/opt/gfa/python-3.7/latest/lib -Wl,-rpath,/opt/gfa/python-3.7/latest/lib
|
||||||
LIBOBJS =
|
LIBOBJS =
|
||||||
LIBS = -lQt5Xml -lQt5Core -lpython3.7m
|
LIBS = -lQt5Xml -lQt5Core
|
||||||
LIBTOOL = $(SHELL) $(top_builddir)/libtool
|
LIBTOOL = $(SHELL) $(top_builddir)/libtool
|
||||||
LIPO =
|
LIPO =
|
||||||
LN_S = ln -s
|
LN_S = ln -s
|
||||||
@@ -288,17 +288,17 @@ OTOOL64 =
|
|||||||
PACKAGE = cafe
|
PACKAGE = cafe
|
||||||
PACKAGE_BUGREPORT = Bug reports to: jan.chrin@psi.ch
|
PACKAGE_BUGREPORT = Bug reports to: jan.chrin@psi.ch
|
||||||
PACKAGE_NAME = CAFE
|
PACKAGE_NAME = CAFE
|
||||||
PACKAGE_STRING = CAFE 1.16.0
|
PACKAGE_STRING = CAFE 1.16.1
|
||||||
PACKAGE_TARNAME = cafe
|
PACKAGE_TARNAME = cafe
|
||||||
PACKAGE_URL =
|
PACKAGE_URL =
|
||||||
PACKAGE_VERSION = 1.16.0
|
PACKAGE_VERSION = 1.16.1
|
||||||
PATH_SEPARATOR = :
|
PATH_SEPARATOR = :
|
||||||
RANLIB = ranlib
|
RANLIB = ranlib
|
||||||
SED = /usr/bin/sed
|
SED = /usr/bin/sed
|
||||||
SET_MAKE =
|
SET_MAKE =
|
||||||
SHELL = /bin/sh
|
SHELL = /bin/sh
|
||||||
STRIP = strip
|
STRIP = strip
|
||||||
VERSION = 1.16.0
|
VERSION = 1.16.1
|
||||||
abs_builddir = /afs/psi.ch/project/cafe/gitlab/CAFE/cpp
|
abs_builddir = /afs/psi.ch/project/cafe/gitlab/CAFE/cpp
|
||||||
abs_srcdir = /afs/psi.ch/project/cafe/gitlab/CAFE/cpp
|
abs_srcdir = /afs/psi.ch/project/cafe/gitlab/CAFE/cpp
|
||||||
abs_top_builddir = /afs/psi.ch/project/cafe/gitlab/CAFE/cpp
|
abs_top_builddir = /afs/psi.ch/project/cafe/gitlab/CAFE/cpp
|
||||||
@@ -333,7 +333,7 @@ htmldir = ${docdir}
|
|||||||
includedir = ${prefix}/include
|
includedir = ${prefix}/include
|
||||||
infodir = ${datarootdir}/info
|
infodir = ${datarootdir}/info
|
||||||
install_sh = ${SHELL} /afs/psi.ch/project/cafe/gitlab/CAFE/cpp/install-sh
|
install_sh = ${SHELL} /afs/psi.ch/project/cafe/gitlab/CAFE/cpp/install-sh
|
||||||
libdir = /opt/gfa/cafe/cpp/cafe-1.16.0-py37-gcc-7.3.0/lib/RHEL7-x86_64
|
libdir = /opt/gfa/cafe/cpp/cafe-1.16.1-gcc-7.3.0/lib/RHEL7-x86_64
|
||||||
libexecdir = ${exec_prefix}/libexec
|
libexecdir = ${exec_prefix}/libexec
|
||||||
localedir = ${datarootdir}/locale
|
localedir = ${datarootdir}/locale
|
||||||
localstatedir = ${prefix}/var
|
localstatedir = ${prefix}/var
|
||||||
@@ -341,7 +341,7 @@ mandir = ${datarootdir}/man
|
|||||||
mkdir_p = $(MKDIR_P)
|
mkdir_p = $(MKDIR_P)
|
||||||
oldincludedir = /usr/include
|
oldincludedir = /usr/include
|
||||||
pdfdir = ${docdir}
|
pdfdir = ${docdir}
|
||||||
prefix = /opt/gfa/cafe/cpp/cafe-1.16.0-py37-gcc-7.3.0
|
prefix = /opt/gfa/cafe/cpp/cafe-1.16.1-gcc-7.3.0
|
||||||
program_transform_name = s,x,x,
|
program_transform_name = s,x,x,
|
||||||
psdir = ${docdir}
|
psdir = ${docdir}
|
||||||
sbindir = ${exec_prefix}/sbin
|
sbindir = ${exec_prefix}/sbin
|
||||||
|
|||||||
+16
-5
@@ -190,16 +190,17 @@ int Connect::createChannel(unsigned int handle, const char * pv, chid &pCh)
|
|||||||
ChannelRequestStatus cre;
|
ChannelRequestStatus cre;
|
||||||
handleHelper.getChannelRequestStatusGet (handle, cre);
|
handleHelper.getChannelRequestStatusGet (handle, cre);
|
||||||
nPoll=0;
|
nPoll=0;
|
||||||
|
unsigned int microSecondsWait=2000;
|
||||||
|
|
||||||
while (cre.getCallbackProgressKind()==(CAFENUM::CallbackProgressKind) CAFENUM::PENDING
|
while (cre.getCallbackProgressKind()==(CAFENUM::CallbackProgressKind) CAFENUM::PENDING
|
||||||
&& nPoll<50)
|
&& nPoll<200)
|
||||||
{
|
{
|
||||||
|
|
||||||
#if HAVE_BOOST_THREAD
|
#if HAVE_BOOST_THREAD
|
||||||
boost::this_thread::sleep_for(boost::chrono::microseconds(2000));
|
boost::this_thread::sleep_for(boost::chrono::microseconds(microSedcondsWait));
|
||||||
#else
|
#else
|
||||||
#if HAVE_LINUX
|
#if HAVE_LINUX
|
||||||
usleep(2000);
|
usleep(microSecondsWait);
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
++nPoll;
|
++nPoll;
|
||||||
@@ -209,12 +210,22 @@ int Connect::createChannel(unsigned int handle, const char * pv, chid &pCh)
|
|||||||
//std::cout << __FILE__ << ":" << __LINE__ << " nPoll=" << nPoll << std::endl;
|
//std::cout << __FILE__ << ":" << __LINE__ << " nPoll=" << nPoll << std::endl;
|
||||||
if ((*it_handle).isConnected() && cre.getCallbackProgressKind()==(CAFENUM::CallbackProgressKind) CAFENUM::PENDING)
|
if ((*it_handle).isConnected() && cre.getCallbackProgressKind()==(CAFENUM::CallbackProgressKind) CAFENUM::PENDING)
|
||||||
{
|
{
|
||||||
std::cout << __FILE__ << ":" << __LINE__ << std::endl;
|
std::cout << "==================================" << std::endl;
|
||||||
|
std::cout << __FILE__ << ":" << __LINE__ << " pv = " << pv << std::endl;
|
||||||
std::cout << __METHOD__ << std::endl;
|
std::cout << __METHOD__ << std::endl;
|
||||||
std::cout << handleHelper.getPVFromHandle(handle) << " with handle " << handle << std::endl;
|
std::cout << handleHelper.getPVFromHandle(handle) << " with handle " << handle << std::endl;
|
||||||
std::cout << "Value of 1 is pending, Value of 2 is complete" << std::endl;
|
std::cout << "Value of 1 is pending, Value of 2 is complete" << std::endl;
|
||||||
std::cout << "Get Callback PENDING for createChannel?: " << cre.getCallbackProgressKind() << std::endl;
|
std::cout << "Get Callback PENDING for createChannel?: " << cre.getCallbackProgressKind() << std::endl;
|
||||||
|
std::cout << "==================================" << std::endl;
|
||||||
}
|
}
|
||||||
|
if (nPoll > 140) {
|
||||||
|
std::cout << "==================================" << std::endl;
|
||||||
|
std::cout << __FILE__ << ":" << __LINE__ << " pv = " << pv << std::endl;
|
||||||
|
std::cout << __METHOD__ << std::endl;
|
||||||
|
std::cout << "nPoll = " << nPoll << std::endl;
|
||||||
|
std::cout << "Wait time for all callbacks for pv to complete = " << float(microSecondsWait)/1000000*nPoll << " sec" <<std::endl;
|
||||||
|
std::cout << "==================================" << std::endl;
|
||||||
|
}
|
||||||
|
|
||||||
}//if (channelOpenPolicy.getWhenToFlushSendBuffer()==FLUSH_AFTER_EACH_CHANNEL_CREATION)
|
}//if (channelOpenPolicy.getWhenToFlushSendBuffer()==FLUSH_AFTER_EACH_CHANNEL_CREATION)
|
||||||
|
|
||||||
|
|||||||
@@ -928,7 +928,7 @@ int HandleHelper::getChannelRequestStatusGet (unsigned int _handle, Channel
|
|||||||
*/
|
*/
|
||||||
int HandleHelper::getChannelRegalia(unsigned int _handle, ChannelRegalia & channelInfo)
|
int HandleHelper::getChannelRegalia(unsigned int _handle, ChannelRegalia & channelInfo)
|
||||||
{
|
{
|
||||||
#define __METHOD__ "HandleHelper::getChannelInfo(unsigned int _handle, ChannelRegalia channelInfo)"
|
#define __METHOD__ "HandleHelper::getChannelRegalia(unsigned int _handle, ChannelRegalia channelInfo)"
|
||||||
cafeConduit_set_by_handle & handle_index=cs.get<by_handle>();
|
cafeConduit_set_by_handle & handle_index=cs.get<by_handle>();
|
||||||
cafeConduit_set_by_handle::iterator it_handle;
|
cafeConduit_set_by_handle::iterator it_handle;
|
||||||
it_handle = handle_index.find(_handle);
|
it_handle = handle_index.find(_handle);
|
||||||
|
|||||||
+13
-13
@@ -78,7 +78,7 @@ PRE_UNINSTALL = :
|
|||||||
POST_UNINSTALL = :
|
POST_UNINSTALL = :
|
||||||
build_triplet = x86_64-unknown-linux-gnu
|
build_triplet = x86_64-unknown-linux-gnu
|
||||||
host_triplet = x86_64-unknown-linux-gnu
|
host_triplet = x86_64-unknown-linux-gnu
|
||||||
am__append_1 = PyCafe.cpp
|
#am__append_1 = PyCafe.cpp
|
||||||
#am__append_2 = zbsCafeService.cpp zbsDataHolders.cpp \
|
#am__append_2 = zbsCafeService.cpp zbsDataHolders.cpp \
|
||||||
# bitshuffle/bitshuffle_core.c bitshuffle/bitshuffle.c bitshuffle/iochain.c
|
# bitshuffle/bitshuffle_core.c bitshuffle/bitshuffle.c bitshuffle/iochain.c
|
||||||
|
|
||||||
@@ -137,7 +137,7 @@ am__libcafe_la_SOURCES_DIST = cafe.cpp cafeCache.cpp cafeGroup.cpp \
|
|||||||
zbsCafeService.cpp zbsDataHolders.cpp \
|
zbsCafeService.cpp zbsDataHolders.cpp \
|
||||||
bitshuffle/bitshuffle_core.c bitshuffle/bitshuffle.c \
|
bitshuffle/bitshuffle_core.c bitshuffle/bitshuffle.c \
|
||||||
bitshuffle/iochain.c
|
bitshuffle/iochain.c
|
||||||
am__objects_1 = PyCafe.lo
|
#am__objects_1 = PyCafe.lo
|
||||||
am__dirstamp = $(am__leading_dot)dirstamp
|
am__dirstamp = $(am__leading_dot)dirstamp
|
||||||
#am__objects_2 = zbsCafeService.lo zbsDataHolders.lo \
|
#am__objects_2 = zbsCafeService.lo zbsDataHolders.lo \
|
||||||
# bitshuffle/bitshuffle_core.lo \
|
# bitshuffle/bitshuffle_core.lo \
|
||||||
@@ -248,9 +248,9 @@ AMTAR = $${TAR-tar}
|
|||||||
#if HAVE_PYTHON_
|
#if HAVE_PYTHON_
|
||||||
#libcafe_la_SOURCES += pycafe/PyCafe.cpp
|
#libcafe_la_SOURCES += pycafe/PyCafe.cpp
|
||||||
#endif
|
#endif
|
||||||
AM_CPPFLAGS = -fexceptions -fPIC -std=c++1z -I/usr/local/epics/base-7.0.6/include/ -I/usr/local/epics/base-7.0.6/include/os/Linux -I/usr/local/epics/base-7.0.6/include/compiler/gcc -I/opt/gfa/cafe/boost/boost_1_61_0/include/boost -I/opt/gfa/cafe/boost/boost_1_61_0/include -I/opt/gfa/python-3.7/latest/include/python3.7m -I/opt/gfa/python-3.7/latest/lib/python3.7/site-packages/numpy/core/include -I/opt/gfa/python-3.7/latest/include/qt -I/opt/gfa/python-3.7/latest/include/qt/QtCore -I/opt/gfa/python-3.7/latest/include/qt/QtXml -I$(top_srcdir)/include
|
AM_CPPFLAGS = -fexceptions -fPIC -std=c++1z -I/usr/local/epics/base-7.0.6/include/ -I/usr/local/epics/base-7.0.6/include/os/Linux -I/usr/local/epics/base-7.0.6/include/compiler/gcc -I/opt/gfa/cafe/boost/boost_1_61_0/include/boost -I/opt/gfa/cafe/boost/boost_1_61_0/include -I/opt/gfa/python-3.7/latest/include/qt -I/opt/gfa/python-3.7/latest/include/qt/QtCore -I/opt/gfa/python-3.7/latest/include/qt/QtXml -I$(top_srcdir)/include
|
||||||
AM_DEFAULT_VERBOSITY = 1
|
AM_DEFAULT_VERBOSITY = 1
|
||||||
AM_LDFLAGS = -L/usr/local/epics/base-7.0.6/lib/RHEL7-x86_64 -Wl,-rpath,/usr/local/epics/base-7.0.6/lib/RHEL7-x86_64 -L/opt/gfa/python-3.7/latest/lib -Wl,-rpath,/opt/gfa/python-3.7/latest/lib -L/opt/gfa/python-3.7/latest/lib -Wl,-rpath,/opt/gfa/python-3.7/latest/lib
|
AM_LDFLAGS = -L/usr/local/epics/base-7.0.6/lib/RHEL7-x86_64 -Wl,-rpath,/usr/local/epics/base-7.0.6/lib/RHEL7-x86_64 -L/opt/gfa/python-3.7/latest/lib -Wl,-rpath,/opt/gfa/python-3.7/latest/lib
|
||||||
AR = ar
|
AR = ar
|
||||||
AUTOCONF = ${SHELL} /afs/psi.ch/project/cafe/gitlab/CAFE/cpp/missing autoconf
|
AUTOCONF = ${SHELL} /afs/psi.ch/project/cafe/gitlab/CAFE/cpp/missing autoconf
|
||||||
AUTOHEADER = ${SHELL} /afs/psi.ch/project/cafe/gitlab/CAFE/cpp/missing autoheader
|
AUTOHEADER = ${SHELL} /afs/psi.ch/project/cafe/gitlab/CAFE/cpp/missing autoheader
|
||||||
@@ -261,7 +261,7 @@ CC = /opt/psi/Programming/gcc/7.3.0/bin/gcc
|
|||||||
CCDEPMODE = depmode=gcc3
|
CCDEPMODE = depmode=gcc3
|
||||||
CFLAGS = -g -O2
|
CFLAGS = -g -O2
|
||||||
CPP = /opt/psi/Programming/gcc/7.3.0/bin/gcc -E
|
CPP = /opt/psi/Programming/gcc/7.3.0/bin/gcc -E
|
||||||
CPPFLAGS = -fexceptions -fPIC -std=c++1z -I/usr/local/epics/base-7.0.6/include/ -I/usr/local/epics/base-7.0.6/include/os/Linux -I/usr/local/epics/base-7.0.6/include/compiler/gcc -I/opt/gfa/cafe/boost/boost_1_61_0/include/boost -I/opt/gfa/cafe/boost/boost_1_61_0/include -I/opt/gfa/python-3.7/latest/include/python3.7m -I/opt/gfa/python-3.7/latest/lib/python3.7/site-packages/numpy/core/include -I/opt/gfa/python-3.7/latest/include/qt -I/opt/gfa/python-3.7/latest/include/qt/QtCore -I/opt/gfa/python-3.7/latest/include/qt/QtXml
|
CPPFLAGS = -fexceptions -fPIC -std=c++1z -I/usr/local/epics/base-7.0.6/include/ -I/usr/local/epics/base-7.0.6/include/os/Linux -I/usr/local/epics/base-7.0.6/include/compiler/gcc -I/opt/gfa/cafe/boost/boost_1_61_0/include/boost -I/opt/gfa/cafe/boost/boost_1_61_0/include -I/opt/gfa/python-3.7/latest/include/qt -I/opt/gfa/python-3.7/latest/include/qt/QtCore -I/opt/gfa/python-3.7/latest/include/qt/QtXml
|
||||||
CXX = /opt/psi/Programming/gcc/7.3.0/bin/g++
|
CXX = /opt/psi/Programming/gcc/7.3.0/bin/g++
|
||||||
CXXCPP = /opt/psi/Programming/gcc/7.3.0/bin/g++ -E
|
CXXCPP = /opt/psi/Programming/gcc/7.3.0/bin/g++ -E
|
||||||
CXXDEPMODE = depmode=gcc3
|
CXXDEPMODE = depmode=gcc3
|
||||||
@@ -285,9 +285,9 @@ INSTALL_PROGRAM = ${INSTALL}
|
|||||||
INSTALL_SCRIPT = ${INSTALL}
|
INSTALL_SCRIPT = ${INSTALL}
|
||||||
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
|
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
|
||||||
LD = /usr/bin/ld -m elf_x86_64
|
LD = /usr/bin/ld -m elf_x86_64
|
||||||
LDFLAGS = -L/usr/local/epics/base-7.0.6/lib/RHEL7-x86_64 -Wl,-rpath,/usr/local/epics/base-7.0.6/lib/RHEL7-x86_64 -L/opt/gfa/python-3.7/latest/lib -Wl,-rpath,/opt/gfa/python-3.7/latest/lib -L/opt/gfa/python-3.7/latest/lib -Wl,-rpath,/opt/gfa/python-3.7/latest/lib
|
LDFLAGS = -L/usr/local/epics/base-7.0.6/lib/RHEL7-x86_64 -Wl,-rpath,/usr/local/epics/base-7.0.6/lib/RHEL7-x86_64 -L/opt/gfa/python-3.7/latest/lib -Wl,-rpath,/opt/gfa/python-3.7/latest/lib
|
||||||
LIBOBJS =
|
LIBOBJS =
|
||||||
LIBS = -lQt5Xml -lQt5Core -lpython3.7m
|
LIBS = -lQt5Xml -lQt5Core
|
||||||
LIBTOOL = $(SHELL) $(top_builddir)/libtool
|
LIBTOOL = $(SHELL) $(top_builddir)/libtool
|
||||||
LIPO =
|
LIPO =
|
||||||
LN_S = ln -s
|
LN_S = ln -s
|
||||||
@@ -305,17 +305,17 @@ OTOOL64 =
|
|||||||
PACKAGE = cafe
|
PACKAGE = cafe
|
||||||
PACKAGE_BUGREPORT = Bug reports to: jan.chrin@psi.ch
|
PACKAGE_BUGREPORT = Bug reports to: jan.chrin@psi.ch
|
||||||
PACKAGE_NAME = CAFE
|
PACKAGE_NAME = CAFE
|
||||||
PACKAGE_STRING = CAFE 1.16.0
|
PACKAGE_STRING = CAFE 1.16.1
|
||||||
PACKAGE_TARNAME = cafe
|
PACKAGE_TARNAME = cafe
|
||||||
PACKAGE_URL =
|
PACKAGE_URL =
|
||||||
PACKAGE_VERSION = 1.16.0
|
PACKAGE_VERSION = 1.16.1
|
||||||
PATH_SEPARATOR = :
|
PATH_SEPARATOR = :
|
||||||
RANLIB = ranlib
|
RANLIB = ranlib
|
||||||
SED = /usr/bin/sed
|
SED = /usr/bin/sed
|
||||||
SET_MAKE =
|
SET_MAKE =
|
||||||
SHELL = /bin/sh
|
SHELL = /bin/sh
|
||||||
STRIP = strip
|
STRIP = strip
|
||||||
VERSION = 1.16.0
|
VERSION = 1.16.1
|
||||||
abs_builddir = /afs/psi.ch/project/cafe/gitlab/CAFE/cpp/src
|
abs_builddir = /afs/psi.ch/project/cafe/gitlab/CAFE/cpp/src
|
||||||
abs_srcdir = /afs/psi.ch/project/cafe/gitlab/CAFE/cpp/src
|
abs_srcdir = /afs/psi.ch/project/cafe/gitlab/CAFE/cpp/src
|
||||||
abs_top_builddir = /afs/psi.ch/project/cafe/gitlab/CAFE/cpp
|
abs_top_builddir = /afs/psi.ch/project/cafe/gitlab/CAFE/cpp
|
||||||
@@ -350,7 +350,7 @@ htmldir = ${docdir}
|
|||||||
includedir = ${prefix}/include
|
includedir = ${prefix}/include
|
||||||
infodir = ${datarootdir}/info
|
infodir = ${datarootdir}/info
|
||||||
install_sh = ${SHELL} /afs/psi.ch/project/cafe/gitlab/CAFE/cpp/install-sh
|
install_sh = ${SHELL} /afs/psi.ch/project/cafe/gitlab/CAFE/cpp/install-sh
|
||||||
libdir = /opt/gfa/cafe/cpp/cafe-1.16.0-py37-gcc-7.3.0/lib/RHEL7-x86_64
|
libdir = /opt/gfa/cafe/cpp/cafe-1.16.1-gcc-7.3.0/lib/RHEL7-x86_64
|
||||||
libexecdir = ${exec_prefix}/libexec
|
libexecdir = ${exec_prefix}/libexec
|
||||||
localedir = ${datarootdir}/locale
|
localedir = ${datarootdir}/locale
|
||||||
localstatedir = ${prefix}/var
|
localstatedir = ${prefix}/var
|
||||||
@@ -358,7 +358,7 @@ mandir = ${datarootdir}/man
|
|||||||
mkdir_p = $(MKDIR_P)
|
mkdir_p = $(MKDIR_P)
|
||||||
oldincludedir = /usr/include
|
oldincludedir = /usr/include
|
||||||
pdfdir = ${docdir}
|
pdfdir = ${docdir}
|
||||||
prefix = /opt/gfa/cafe/cpp/cafe-1.16.0-py37-gcc-7.3.0
|
prefix = /opt/gfa/cafe/cpp/cafe-1.16.1-gcc-7.3.0
|
||||||
program_transform_name = s,x,x,
|
program_transform_name = s,x,x,
|
||||||
psdir = ${docdir}
|
psdir = ${docdir}
|
||||||
sbindir = ${exec_prefix}/sbin
|
sbindir = ${exec_prefix}/sbin
|
||||||
@@ -378,7 +378,7 @@ lib_LTLIBRARIES = libcafe.la
|
|||||||
#2nd: age
|
#2nd: age
|
||||||
#3rd: revision
|
#3rd: revision
|
||||||
#1.9.1 1.10.2 1.11.0 1.11.1 1.12.0 1.12.1 1.12.2 1.12.4
|
#1.9.1 1.10.2 1.11.0 1.11.1 1.12.0 1.12.1 1.12.2 1.12.4
|
||||||
libcafe_la_LDFLAGS = -version-info 17:0:16
|
libcafe_la_LDFLAGS = -version-info 17:1:16
|
||||||
libcafe_la_SOURCES = cafe.cpp cafeCache.cpp cafeGroup.cpp \
|
libcafe_la_SOURCES = cafe.cpp cafeCache.cpp cafeGroup.cpp \
|
||||||
cafeVectors.cpp cafeXML.cpp callbackHandlerCreate.cpp \
|
cafeVectors.cpp cafeXML.cpp callbackHandlerCreate.cpp \
|
||||||
callbackHandlerMonitor.cpp conduit.cpp connect.cpp \
|
callbackHandlerMonitor.cpp conduit.cpp connect.cpp \
|
||||||
|
|||||||
+1
-1
@@ -12,7 +12,7 @@ lib_LTLIBRARIES = libcafe.la
|
|||||||
#2nd: age
|
#2nd: age
|
||||||
#3rd: revision
|
#3rd: revision
|
||||||
#1.9.1 1.10.2 1.11.0 1.11.1 1.12.0 1.12.1 1.12.2 1.12.4
|
#1.9.1 1.10.2 1.11.0 1.11.1 1.12.0 1.12.1 1.12.2 1.12.4
|
||||||
libcafe_la_LDFLAGS = -version-info 17:0:16
|
libcafe_la_LDFLAGS = -version-info 17:1:16
|
||||||
|
|
||||||
libcafe_la_SOURCES = cafe.cpp cafeCache.cpp cafeGroup.cpp cafeVectors.cpp cafeXML.cpp \
|
libcafe_la_SOURCES = cafe.cpp cafeCache.cpp cafeGroup.cpp cafeVectors.cpp cafeXML.cpp \
|
||||||
callbackHandlerCreate.cpp callbackHandlerMonitor.cpp conduit.cpp connect.cpp connectCallbacks.cpp \
|
callbackHandlerCreate.cpp callbackHandlerMonitor.cpp conduit.cpp connect.cpp connectCallbacks.cpp \
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ using namespace std;
|
|||||||
//#include <PyCafe_api.h>
|
//#include <PyCafe_api.h>
|
||||||
//#endif
|
//#endif
|
||||||
|
|
||||||
#define RETURN_ON_ERROR true
|
#define RETURN_ON_ERROR false
|
||||||
|
|
||||||
#if HAVE_PYTHON_H
|
#if HAVE_PYTHON_H
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user