SHA256
1
0
forked from pool/ppl

- Disable lpsol and lcdd.

OBS-URL: https://build.opensuse.org/package/show/science/ppl?expand=0&rev=8
This commit is contained in:
Jan Engelhardt 2020-10-24 00:01:15 +00:00 committed by Git OBS Bridge
parent 92a1e2ba8b
commit 2dc25d67d9
3 changed files with 15 additions and 18 deletions

View File

@ -90,23 +90,19 @@ want to program with the PPL.
%autosetup -p1 -n ppl-%version
%build
%if "%name" == "ppl-testsuite"
# https://www.cs.unipr.it/mantis/view.php?id=1078
# https://www.cs.unipr.it/mantis/view.php?id=2113
# both behind a stupid login wall
export CXXFLAGS="%optflags -g0 -fno-rounding-math"
%endif
if [ ! -e configure ]; then autoreconf -fi; fi
%configure \
--disable-static \
--disable-rpath \
--disable-watchdog
--disable-static --disable-rpath --disable-watchdog \
--disable-ppl_lpsol --disable-ppl_lcdd
#sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
#sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
%make_build
%if "%name" == "ppl-testsuite"
%check
# https://www.cs.unipr.it/mantis/view.php?id=1078
# https://www.cs.unipr.it/mantis/view.php?id=2113
# both behind a stupid login wall
%make_build check
%install

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Oct 24 00:00:54 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
- Disable lpsol and lcdd.
-------------------------------------------------------------------
Wed Sep 30 09:10:01 UTC 2020 - Jan Engelhardt <jengelh@inai.de>

View File

@ -90,23 +90,19 @@ want to program with the PPL.
%autosetup -p1 -n ppl-%version
%build
%if "%name" == "ppl-testsuite"
# https://www.cs.unipr.it/mantis/view.php?id=1078
# https://www.cs.unipr.it/mantis/view.php?id=2113
# both behind a stupid login wall
export CXXFLAGS="%optflags -g0 -fno-rounding-math"
%endif
if [ ! -e configure ]; then autoreconf -fi; fi
%configure \
--disable-static \
--disable-rpath \
--disable-watchdog
--disable-static --disable-rpath --disable-watchdog \
--disable-ppl_lpsol --disable-ppl_lcdd
#sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
#sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
%make_build
%if "%name" == "ppl-testsuite"
%check
# https://www.cs.unipr.it/mantis/view.php?id=1078
# https://www.cs.unipr.it/mantis/view.php?id=2113
# both behind a stupid login wall
%make_build check
%install