Accepting request 817954 from home:badshah400:branches:science

* Pass "-Wno-enum-conversion" to CFLAGS to workaround build errors because XLAL_ERROR implictly converts to different function return types.

OBS-URL: https://build.opensuse.org/request/show/817954
OBS-URL: https://build.opensuse.org/package/show/science/lalapps?expand=0&rev=2
This commit is contained in:
Atri Bhattacharya 2020-07-01 23:18:59 +00:00 committed by Git OBS Bridge
parent 2110091cc2
commit d93d82d2a9
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Jul 1 01:21:52 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
- Pass "-Wno-enum-conversion" to CFLAGS to workaround build errors
because XLAL_ERROR implictly converts to different function
return types.
-------------------------------------------------------------------
Wed May 27 22:34:40 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>

View File

@ -89,6 +89,9 @@ export PYTHON=%{_bindir}/$python
mkdir ../$python
cp -pr ./ ../$python
pushd ../$python
# FIXME: Failures because XLAL_ERROR implictly converts to function return type
export CFLAGS+=" -Wno-enum-conversion"
%configure \
%configure --enable-swig
make %{?_smp_mflags}
popd