preparing fro RHEL9
This commit is contained in:
+8
-7
@@ -3,7 +3,7 @@
|
||||
#<facility = sls sls2 sf> default is sf
|
||||
#<target_language = cpp matlab python>
|
||||
module unload gcc
|
||||
module load gcc/10.4.0 ##rhel8 - default
|
||||
module load gcc/11.5.0 ##rhel8 - default
|
||||
#Above overwritten for python in the below
|
||||
#module load gcc/7.3.0 for py35 py37
|
||||
#module load gcc/7.5.0 for py38 py310
|
||||
@@ -28,7 +28,7 @@ automake --force --add-missing --copy
|
||||
#Assumes format ${EPICS}/base-3.14.12
|
||||
#source cafeVersion-gcc-7.3.0
|
||||
CAFE_V="cafe-1.22.0"
|
||||
EPICS_BASE='base-7.0.9' #
|
||||
EPICS_BASE='base-7.0.10' #
|
||||
|
||||
#For later check of existence of HOST_ARCH for $EPICS/include/os/$HOST_ARCH
|
||||
#Assume Linux but check if Darwin
|
||||
@@ -317,13 +317,14 @@ export CAFE_EPICS_V_PATCH=$EBPAT
|
||||
#ENABLE_OPTIONS+=" --enable-lz4"
|
||||
|
||||
echo 'ENABLE_OPTIONS============> '$ENABLE_OPTIONS
|
||||
|
||||
|
||||
#--with-boost-inc=/opt/gfa/cafe/boost/boost_1_91_0 \
|
||||
#--prefix=/psi.ch/group/8121/jan/cafe/bin/cpp/${CAFE_V} \
|
||||
# --libdir=/psi.ch/group/8121/jan/cafe/bin/cpp/${CAFE_V}/lib/${_EPICS_HOST_ARCH} \
|
||||
./configure \
|
||||
--prefix=/opt/gfa/cafe/cpp/${CAFE_V} \
|
||||
--libdir=/opt/gfa/cafe/cpp/${CAFE_V}/lib/${_EPICS_HOST_ARCH} \
|
||||
--prefix=/psi.ch/project/cafe/bin/cpp/${CAFE_V} \
|
||||
--libdir=/psi.ch/project/cafe/bin/cpp/${CAFE_V}/lib/${_EPICS_HOST_ARCH} \
|
||||
${ENABLE_OPTIONS} \
|
||||
--with-boost-inc=/opt/gfa/cafe/boost/boost_1_61_0/include \
|
||||
--with-boost-inc=/opt/gfa/cafe/boost/boost_1_91_0 \
|
||||
--with-epics3=${EPICS}/base \
|
||||
--with-python310=/opt/gfa/python-3.10/latest \
|
||||
--with-python38=/opt/gfa/python-3.8/latest \
|
||||
|
||||
Reference in New Issue
Block a user