11 lines
273 B
Bash
11 lines
273 B
Bash
module unload gcc
|
|
module load gcc/7.3.0
|
|
#rm -f PyCafe.cpp
|
|
#rm -f PyCafe.h
|
|
#rm -f PyCafe.pxd
|
|
#ln -s PyCafe_sls.pxd PyCafe.pxd
|
|
|
|
source /opt/gfa/python 3.5
|
|
python setup_py35.py build_ext -b ./python3.5/lib/${EPICS_HOST_ARCH}
|
|
cp examples.py ./python3.5/lib/${EPICS_HOST_ARCH}
|