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)
7474 set(BOOST_PYTHON_LIB_NAME "boost_python"
7575 CACHE STRING "Name of the boost_python library")
7676 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)
8180
8281 # query PYTHON_INCLUDE_DIR
8382 find_package(PythonInterp REQUIRED)
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ NV="${PKG}-${VER}"
5555printf "\n%s: preparing a release of \033[1;32m%s\033[0m\n\n" "$SELF" "$NV"
5656
5757TMP="`mktemp -d`"
58- trap "echo --- $SELF: removing $TMP... 2>&1; rm -rf '$TMP'" EXIT
58+ trap "rm -rf '$TMP'" EXIT
5959cd "$TMP" >/dev/null || die "mktemp failed"
6060
6161# clone the repository
@@ -207,7 +207,6 @@ ctest %{?_smp_mflags} --output-on-failure
207207%endif
208208EOF
209209
210- set -v
211210rpmbuild -bs "$SPEC" \
212211 --define "_sourcedir ." \
213212 --define "_specdir ." \
You can’t perform that action at this time.
0 commit comments