From dc1759933f328ceb2e3002ccc81aeb3804085582 Mon Sep 17 00:00:00 2001 From: Jan Chrin Date: Wed, 19 Dec 2018 11:59:09 +0100 Subject: [PATCH] rm autogen_cafepy3.sh from cache --- autogen_cafepy3.sh | 44 ------------------------------- autogen_cafepy3_release.sh | 46 --------------------------------- autogen_cafepy3_release_noqt.sh | 45 -------------------------------- 3 files changed, 135 deletions(-) delete mode 100644 autogen_cafepy3.sh delete mode 100644 autogen_cafepy3_release.sh delete mode 100644 autogen_cafepy3_release_noqt.sh diff --git a/autogen_cafepy3.sh b/autogen_cafepy3.sh deleted file mode 100644 index 5ccf23a..0000000 --- a/autogen_cafepy3.sh +++ /dev/null @@ -1,44 +0,0 @@ -aclocal --force -I m4 -libtoolize --force --copy -autoconf --force -autoheader --force -automake --force --add-missing --copy -autoreconf - -#Check what the EPICS RELEASE IS from ${EPICS}/base -#Used by ./configure -#Assumes format ${EPICS}/base-3.14.12 - - -EB=$(readlink ${EPICS}/base) -echo 'EPICS BASE IS=' $EB -EB1=$(echo $EB | sed -e "s/[a-zA-Z]*-//g") -EBMAJ=$(echo $EB1 | sed -e "s/[[:punct:]].*//g") -EBMIN1=$(echo $EB1 | sed -e "s/^[[:digit:]]*[[:punct:]]//g") -EBMIN=$(echo $EBMIN1 | sed -e "s/[[:punct:]][[:digit:]]*//g") -EBPAT=$(echo $EB1 | sed -e "s/[[:digit:]]*[[:punct:]]//g") -echo EPICS_MAJOR=$EBMAJ -echo EPICS_MINOR=$EBMIN -echo EPICS_PATCH=$EBPAT - -export CAFE_EPICS_V_MAJOR=$EBMAJ -export CAFE_EPICS_V_MINOR=$EBMIN -export CAFE_EPICS_V_PATCH=$EBPAT - -#--enable-boost --with-boost=/afs/psi.ch/intranet/Controls/BD/deps/boost_1_57_0 \ -CAFE_VERSION=cafepy3-1.7.0-alpha -#CAFE_VERSION=cafe-1.1.0 - -./configure \ - --prefix=/afs/psi.ch/intranet/Controls/cafe/CAFE/cafe/${CAFE_VERSION} \ - --libdir=/afs/psi.ch/intranet/Controls/cafe/CAFE/cafe/${CAFE_VERSION}/lib/${EPICS_HOST_ARCH} \ - --enable-boost --with-boost=/afs/psi.ch/intranet/Controls/cafe/CAFE/boost/boost_1_57_0 \ - --enable-epics --with-epics=${EPICS} \ - --enable-qt4-lib --with-qt4-lib=/usr/lib64 \ - --enable-qt4-inc --with-qt4-inc=/usr/include \ - --enable-python-inc --with-python-inc=/opt/gfa/python-3.5/latest/include/python3.5m \ - --enable-python-lib --with-python-lib=/opt/gfa/python-3.5/latest/lib -unset CAFE_EPICS_V_MAJOR -unset CAFE_EPICS_V_MINOR -unset CAFE_EPICS_V_PATCH - diff --git a/autogen_cafepy3_release.sh b/autogen_cafepy3_release.sh deleted file mode 100644 index 3af1f30..0000000 --- a/autogen_cafepy3_release.sh +++ /dev/null @@ -1,46 +0,0 @@ -source usePy3 -aclocal --force -I m4 -libtoolize --force --copy -autoconf --force -autoheader --force -automake --force --add-missing --copy -autoreconf - -#Check what the EPICS RELEASE IS from ${EPICS}/base -#Used by ./configure -#Assumes format ${EPICS}/base-3.14.12 - - -EB=$(readlink ${EPICS}/base) -echo 'EPICS BASE IS=' $EB -EB1=$(echo $EB | sed -e "s/[a-zA-Z]*-//g") -EBMAJ=$(echo $EB1 | sed -e "s/[[:punct:]].*//g") -EBMIN1=$(echo $EB1 | sed -e "s/^[[:digit:]]*[[:punct:]]//g") -EBMIN=$(echo $EBMIN1 | sed -e "s/[[:punct:]][[:digit:]]*//g") -EBPAT=$(echo $EB1 | sed -e "s/[[:digit:]]*[[:punct:]]//g") -echo EPICS_MAJOR=$EBMAJ -echo EPICS_MINOR=$EBMIN -echo EPICS_PATCH=$EBPAT - -export CAFE_EPICS_V_MAJOR=$EBMAJ -export CAFE_EPICS_V_MINOR=$EBMIN -export CAFE_EPICS_V_PATCH=$EBPAT - -#--enable-boost --with-boost=/afs/psi.ch/intranet/Controls/BD/deps/boost_1_57_0 \ -CYCAFE_VERSION=pycafe-1.5.0-final-2 - -./configure \ - --prefix=/opt/gfa/cafe/python/python-3.5/${CYCAFE_VERSION}/ \ - --libdir=/opt/gfa/cafe/python/python-3.5/${CYCAFE_VERSION}/lib \ - --enable-boost-inc --with-boost-inc=/opt/gfa/cafe/boost/boost_1_61_0/include \ - --enable-epics --with-epics=${EPICS}/base \ - --enable-qt4-lib --with-qt4-lib=/usr/lib64 \ - --enable-qt4-inc --with-qt4-inc=/usr/include \ - --enable-python-inc --with-python-inc=/opt/gfa/python-3.5/latest/include/python3.5m \ - --enable-python-lib --with-python-lib=/opt/gfa/python-3.5/latest/lib -unset CAFE_EPICS_V_MAJOR -unset CAFE_EPICS_V_MINOR -unset CAFE_EPICS_V_PATCH - -cp include/config.h include/os/Linux/pycafe35/config.h - diff --git a/autogen_cafepy3_release_noqt.sh b/autogen_cafepy3_release_noqt.sh deleted file mode 100644 index 0d7eed4..0000000 --- a/autogen_cafepy3_release_noqt.sh +++ /dev/null @@ -1,45 +0,0 @@ -source usePy3 -aclocal --force -I m4 -libtoolize --force --copy -autoconf --force -autoheader --force -automake --force --add-missing --copy -autoreconf - -#Check what the EPICS RELEASE IS from ${EPICS}/base -#Used by ./configure -#Assumes format ${EPICS}/base-3.14.12 - - -EB=$(readlink ${EPICS}/base) -echo 'EPICS BASE IS=' $EB -EB1=$(echo $EB | sed -e "s/[a-zA-Z]*-//g") -EBMAJ=$(echo $EB1 | sed -e "s/[[:punct:]].*//g") -EBMIN1=$(echo $EB1 | sed -e "s/^[[:digit:]]*[[:punct:]]//g") -EBMIN=$(echo $EBMIN1 | sed -e "s/[[:punct:]][[:digit:]]*//g") -EBPAT=$(echo $EB1 | sed -e "s/[[:digit:]]*[[:punct:]]//g") -echo EPICS_MAJOR=$EBMAJ -echo EPICS_MINOR=$EBMIN -echo EPICS_PATCH=$EBPAT - -export CAFE_EPICS_V_MAJOR=$EBMAJ -export CAFE_EPICS_V_MINOR=$EBMIN -export CAFE_EPICS_V_PATCH=$EBPAT - -#--enable-boost --with-boost=/afs/psi.ch/intranet/Controls/BD/deps/boost_1_57_0 \ -CAFE_VERSION=cafe-1.5.0-final-1 -CYCAFE_VERSION=pycafe-noqt-1.5.0-final-1 - -./configure \ - --prefix=/opt/gfa/cafe/python/python-3.5/${CYCAFE_VERSION}/ \ - --libdir=/opt/gfa/cafe/python/python-3.5/${CYCAFE_VERSION}/lib \ - --enable-boost --with-boost=/opt/gfa/cafe/boost/boost_1_57_0 \ - --enable-epics --with-epics=${EPICS} \ - --enable-python-inc --with-python-inc=/opt/gfa/python-3.5/latest/include/python3.5m \ - --enable-python-lib --with-python-lib=/opt/gfa/python-3.5/latest/lib -unset CAFE_EPICS_V_MAJOR -unset CAFE_EPICS_V_MINOR -unset CAFE_EPICS_V_PATCH - -#--enable-qt4-lib --with-qt4-lib=/usr/lib64 \ -#--enable-qt4-inc --with-qt4-inc=/usr/include \