Giter Club home page Giter Club logo

Comments (8)

apatil avatar apatil commented on June 3, 2024

I don't get this error. Were there errors during compilation?

from pymc.

mcfarljm avatar mcfarljm commented on June 3, 2024

No, I didn't notice any build errors on the console. Is there a log file I can check?

from pymc.

mcfarljm avatar mcfarljm commented on June 3, 2024

Anand: the difference may be that my system doesn't have a system lapack, so it's using different code in setup.py. Can you try to recreate the issue by forcing lapack_info==False? It looks like on my build, blas_wrap.o isn't getting included in linalg_utils.so, so probably has something to do with setup.py...

from pymc.

mcfarljm avatar mcfarljm commented on June 3, 2024

OK, I think the fix is to add the source for blas_wrap.f to linalg_utils at line 80 of setup.py:
config.add_extension(name='gp.linalg_utils',sources=['pymc/gp/linalg_utils.f', 'pymc/blas_wrap.f'] + f_sources)

(I also had to update the timestap on blas_wrap.f or else re-running setup.py was not triggering a re-generation of linalg_utilsmodule.c; seems like a minor deficiency in the distutils build system.)

from pymc.

apatil avatar apatil commented on June 3, 2024

Thanks John, could you please verify that commit 7d3755c fixes the problem?

from pymc.

mcfarljm avatar mcfarljm commented on June 3, 2024

Yes, that works for me.

from pymc.

apatil avatar apatil commented on June 3, 2024

Cool.

from pymc.

mcfarljm avatar mcfarljm commented on June 3, 2024

Closing: fixed by above commit

from pymc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.