[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [Debian-science-sagemath] Sagemath Build-Depends backported - unfortunately build error (Was: Help needed to backport ipywidgets ... (Was: Backporting sagemath))



On 04/12/2017 03:30 PM, Andreas Tille wrote:
> Seems the change in d/rules is not sufficient.
> 
> I've pushed the changes I needed to do for jessie-backports to branch
> debian/jessie-backports which I consider the default branch for
> backports.  Could we agree upon this branch for changes?
> 
> 

I pushed to a new branch because that commit was just something to test
and probably not to keep. And it turned out as rubbish.

I think you should for now just bypass this precheck and see if sage
builds. I think it should be able to build with gcc 4.9 just fine and
put the right --std=c++11 flags itself.

You can disable the pruner check for fplll by replacing the relevant
bits in debian/pruner/configure.ac by

# FIXME(fplll): Disable check for jessie-backports because it fails with
gcc 4.9
HAS_FPLLL="True"
AC_SUBST(HAS_FPLLL)

Best,
Tobias


Reply to: