Skip to content

Commit

Permalink
fix pvapy m4 macro for so link in pvaccess module
Browse files Browse the repository at this point in the history
  • Loading branch information
sveseli committed Jan 26, 2022
1 parent 7f8db9b commit 07b38b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/autoconf/m4/ax_pva_py.m4
Original file line number Diff line number Diff line change
Expand Up @@ -242,11 +242,12 @@ AC_DEFUN([AX_PVAPY],
setup_csh_local=$LOCAL_SETUP_DIR/pvapy_setup_full.$PYTHON_MAJOR_MINOR_VERSION.csh
eval "cat $setup_csh | sed 's?PVAPY_PYTHON_DIR?$PVAPY_PYTHON_DIR?g' | sed 's?PVAPY_PYTHONPATH?$PVAPY_PYTHONPATH?g' | sed 's?PVAPY_LD_LIBRARY_PATH?$PVAPY_LD_LIBRARY_PATH?g' | sed 's?setenv PVAPY_SPHINX_BUILD.*?setenv PVAPY_SPHINX_BUILD $PVAPY_SPHINX_BUILD?g' > $setup_csh_local"
AC_MSG_NOTICE([Created $setup_csh_local file])
])
# configure pvaccess module
cd $PVAPY_TOP/pvaccess > /dev/null
rm -f pvaccess.so
ln -s $PVAPY_PYTHONPATH/pvaccess.so .
cd $current_dir > /dev/null
AC_MSG_NOTICE([Created link $PVAPY_PYTHONPATH/pvaccess.so])
])

0 comments on commit 07b38b0

Please sign in to comment.