Hi Alex, I ended doing just that.
Yes, Eigen was giving a lot of problems, I finally got it working. I first tried to pass '--with-eigen' to the configure script, but that didn't work. I ended going over every file including 'Eigen/Dense' and changing it to 'eigen3/Eigen/Dense'. You can see the results in the fix_includes_path patch. I got a problem with Ubuntu Precise package, as cufflinks now requires boost >= 1.47.0. Precise seems to initially include 1.48.0 but it looks like it was latter reverted to 1.46.0. Best, Carlos On Fri, Jun 8, 2012 at 4:26 PM, Alex Mestiashvili <[email protected]> wrote: > Hi Carlos, > > I also started to work on cufflinks today and have the same questions as you > :) > > Have you managed to build the package ? I had some problems with Eigen and > places where cufflinks looks for it. > > Regarding merging, I think it should be sufficient just to run > git merge upstream -m "merge branch upstream/2.0.0" > but could be that I am missing something. > > Best regards, > Alex > > > On 06/08/2012 05:33 PM, Carlos Borroto wrote: >> >> Hi, >> >> I intent to work on updating Cufflinks to 2.0.0. I see Charles Plessy >> imported upstream 2.0.0 already but master is still on 1.3.0. Should I >> merge master and upstream branches and start working? Charles how did >> you import the new upstream version into upstream but kept master >> untouched? I normally do a "git-import-orig >> /path/to/<packagename>-<verionnumber>.tar.gz" which do both things. >> >> Finally is there a reason why we haven't updated to 2.0.0? >> >> Thanks, >> Carlos >> >> > > > -- > To UNSUBSCRIBE, email to [email protected] > with a subject of "unsubscribe". Trouble? Contact > [email protected] > Archive: http://lists.debian.org/[email protected] > -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/CABgGhB+iAkDb0ozXdg_7d7CcXHZ44cOuO77DwLnFKX=c2mt...@mail.gmail.com

