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:
parent
2110091cc2
commit
d93d82d2a9
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user