File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -74,10 +74,9 @@ if (BUILD_PYCSDIFF)
74
74
set (BOOST_PYTHON_LIB_NAME "boost_python"
75
75
CACHE STRING "Name of the boost_python library" )
76
76
find_library (BOOST_PYTHON NAMES ${BOOST_PYTHON_LIB_NAME}
77
- boost_python37
78
- boost_python-3.2
79
- boost_python-3.3
80
- boost_python-3.4 )
77
+ boost_python39
78
+ boost_python38
79
+ boost_python37 )
81
80
82
81
# query PYTHON_INCLUDE_DIR
83
82
find_package (PythonInterp REQUIRED )
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ NV="${PKG}-${VER}"
55
55
printf " \n%s: preparing a release of \033[1;32m%s\033[0m\n\n" " $SELF " " $NV "
56
56
57
57
TMP=" ` mktemp -d` "
58
- trap " echo --- $SELF : removing $TMP ... 2>&1; rm -rf '$TMP '" EXIT
58
+ trap " rm -rf '$TMP '" EXIT
59
59
cd " $TMP " > /dev/null || die " mktemp failed"
60
60
61
61
# clone the repository
@@ -207,7 +207,6 @@ ctest %{?_smp_mflags} --output-on-failure
207
207
%endif
208
208
EOF
209
209
210
- set -v
211
210
rpmbuild -bs " $SPEC " \
212
211
--define " _sourcedir ." \
213
212
--define " _specdir ." \
You can’t perform that action at this time.
0 commit comments