25 lines
697 B
Plaintext
25 lines
697 B
Plaintext
######
|
|
# Build for python 3.10:
|
|
# source build_py310_sls2.sh - links to epics7 gcc 7.5.0
|
|
|
|
# Build for python 3.8:
|
|
# source build_py38_sls2.sh - links to epics7 gcc 7.5.0
|
|
|
|
# Build for python 3.7:
|
|
# source build_py37_sls2.sh - links to epics7 gcc 7.3.0
|
|
#
|
|
# Build for python 3.5:
|
|
# source build_py35_sls2.sh - links to epics7 gcc 7.3.0
|
|
#
|
|
# Special build for swissfel - with zmq libraries:
|
|
# source build_py37_sf.sh - links to epics7 gcc 7.3.0
|
|
#
|
|
### Edit makefile to change INSTALL_PATH
|
|
### Install directory:
|
|
# ./python<version>/lib/${EPICS_HOST_ARCH}
|
|
# where <version> is 3.10-sls2, 3.9-sls2 3.8-sls2, 3.7-sls2
|
|
# 3.5-sls2, 3.7-sf
|
|
|
|
|
|
# make install_py37_sls
|
|
# |