I thought it was completely removed but it has just been migrated.
Need to find the ticket it was in 6.6.beta6 if I am not mistaken.
https://github.com/sagemath/sage/commit/d4f21852f01101c35e895319df17ee45a91df867
François
> On 20/05/2015, at 21:14, Justin C. Walker wrote:
>
>
> On May 20, 201
On May 20, 2015, at 01:31 , Francois Bissey wrote:
> ccobject.h is gone.
> https://github.com/sagemath/sage/tree/master/src/c_lib/include
> After much discussion on how to deal with libcsage and how to
> build it. Jeroen decided to integrate it in sage itself and it has been
> losing bits for a c
> On 20/05/2015, at 20:59, Simon King wrote:
>
> On 2015-05-20, Simon King wrote:
>> - Why is Cython trying to include it? I mean, is there any import
>> statement that I should change?
>
> Wild guess: Is it since I use SAGE_LOCAL/include/csage as include_dirs
> in setup.py?
>
Possibly, you
ccobject.h is gone.
https://github.com/sagemath/sage/tree/master/src/c_lib/include
After much discussion on how to deal with libcsage and how to
build it. Jeroen decided to integrate it in sage itself and it has been
losing bits for a couple of release at least.
If you still have that file it may
Hi!
Several people reported that they cannot build my group cohomology spkg,
apparently since Cython creates code that attempts to include
ccobject.h, which does not exist.
It gives rise to the following questions:
1. Why does Cython request ccobject.h? ccobject is not mentioned in my
code!
2.