From a3690b06e4c278c7839434aafdc2c69359db5e4e Mon Sep 17 00:00:00 2001 From: Jan Chrin Date: Fri, 14 Dec 2018 15:55:57 +0100 Subject: [PATCH] new release --- python-3.5/README_Py3_release | 2 +- python-3.5/makefile | 2 +- python-3.5/setup3.5_release.py | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/python-3.5/README_Py3_release b/python-3.5/README_Py3_release index b802a46..7432a63 100644 --- a/python-3.5/README_Py3_release +++ b/python-3.5/README_Py3_release @@ -1,4 +1,4 @@ source /opt/gfa/python 3.5 python setup3.5_release.py build_ext -i -export PYTHONPATH=.:/opt/gfa/cafe/python/python-3.5/pycafe-1.5.0-final-2/lib +export PYTHONPATH=.:/opt/gfa/cafe/python/python-3.5/pycafe-1.8.0/lib export LD_LIBRARY_PATH=./ diff --git a/python-3.5/makefile b/python-3.5/makefile index 058efb2..974244f 100644 --- a/python-3.5/makefile +++ b/python-3.5/makefile @@ -5,7 +5,7 @@ ##### CHANGE AS APPROPRIATE ################# #Cython Version to install -CYCAFE_VERSION=pycafe-1.5.0-final-2 +CYCAFE_VERSION=pycafe-1.8.0 #CAFE project base #CAFE_BASE=${EPICS_EXTENSIONS}/CAFE diff --git a/python-3.5/setup3.5_release.py b/python-3.5/setup3.5_release.py index b968620..f482d5e 100644 --- a/python-3.5/setup3.5_release.py +++ b/python-3.5/setup3.5_release.py @@ -13,14 +13,14 @@ setup( '/usr/local/epics/base/include/os/Linux', '/opt/gfa/cafe/boost/boost_1_61_0/include', '/opt/gfa/cafe/boost/boost_1_61_0/include/boost', - '/opt/gfa/cafe/python/python-3.5/pycafe-1.5.0-final-2/include', + '/opt/gfa/cafe/python/python-3.5/pycafe-1.8.0/include', '.', get_include()], library_dirs=[ '/usr/local/epics/base/lib/SL6-x86_64', - '/opt/gfa/cafe/python/python-3.5/pycafe-1.5.0-final-2/lib', + '/opt/gfa/cafe/python/python-3.5/pycafe-1.8.0/lib', '/opt/gfa/python-3.5/latest/lib' ], runtime_library_dirs=['/usr/local/epics/base/lib/SL6-x86_64', - '/opt/gfa/cafe/python/python-3.5/pycafe-1.5.0-final-2/lib', + '/opt/gfa/cafe/python/python-3.5/pycafe-1.8.0/lib', '/opt/gfa/python-3.5/latest/lib' ], libraries=['ca','Com','dl','cafe'])