GithubHelp home page GithubHelp logo

Comments (5)

mballance avatar mballance commented on July 29, 2024 2

@mpreiner, I agree there are potentially two issues here: support for building the Python package from source (assuming an existing Boolector install on the machine) and direct support for macOS aarch64 binary packages. I'll plan to look at both issues as part of the work I do on this.

from boolector.

mballance avatar mballance commented on July 29, 2024

I suggest making this an enhancement, since pyboolector is currently only supported on Linux and (x86) macOS platforms, and will be happy to own the work.

from boolector.

EngRaff92 avatar EngRaff92 commented on July 29, 2024

Thanks for the effort and i appreciate the support. Not quite sure about what could be the amount of changes required along with the time needed honestly sometimes is only a matter of switches in the makefile or libraries path. What could be the estimated accomplished? Thanks again for the support

from boolector.

mpreiner avatar mpreiner commented on July 29, 2024

@mballance I believe that building pyboolector from source for the pypi packaging is currently broken? Wouldn't it be already sufficient if users could build pyboolector from source via pip if their platform is not yet supported as a pre-built package?

from boolector.

benjamintaitapa avatar benjamintaitapa commented on July 29, 2024

The more concerning part for me is that pyboolector actually installs correctly for me on M1 Pro Macbook - even generating a pyboolector.cpython-311-darwin.so, but when trying to use it through PyVSC, I get the error symbol not found in flat namespace '_boolector_add'.

Is that because there genuinely isn't that function any more (an ABI change?) or what is happening here?
A quick objdump -t /opt/homebrew/lib/python3.11/site-packages/pyboolector.cpython-311-darwin.so | grep _boolector_add shows:

0000000000000000         *UND* _boolector_add

so the symbol is referenced in the section but not defined... I'm not sure what your build script is doing...

@mballance

from boolector.

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.