GithubHelp home page GithubHelp logo

Comments (3)

lonsing avatar lonsing commented on July 25, 2024

Hi,

Thanks for pointing this out! I have just pushed a new release (5.01), which should fix this issue.

Best regards,
Florian

from depqbf.

ilovezfs avatar ilovezfs commented on July 25, 2024

@lonsing cool, thank you. Still seems to be a minor issue with dylib ID:

iMac-TMP:~ joe$ otool -L /usr/local/Cellar/depqbf/5.01/lib/libqdpll.1.0.dylib
/usr/local/Cellar/depqbf/5.01/lib/libqdpll.1.0.dylib:
    /usr/local/opt/depqbf/lib/libqdpll.so.1 (compatibility version 0.0.0, current version 0.0.0)
    /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1226.10.1)

from depqbf.

ilovezfs avatar ilovezfs commented on July 25, 2024
clang -shared -Wl,-install_name,libqdpll.so.1 qdpll.fpico qdpll_pqueue.fpico qdpll_mem.fpico qdpll_dep_man_qdag.fpico -o libqdpll.so.1.0
ar rc libqdpll.a qdpll.o qdpll_pqueue.o qdpll_mem.o qdpll_dep_man_qdag.o
ranlib libqdpll.a
cp libqdpll.so.1.0 libqdpll.1.0.dylib
clang -Wextra -Wall -Wno-unused -pedantic -std=c99 -DNDEBUG -O3 qdpll_main.o qdpll_app.o -L. -lqdpll -o depqbf
==> Cleaning
Fixing /usr/local/Cellar/depqbf/5.01/bin/depqbf permissions from 755 to 555
Fixing /usr/local/Cellar/depqbf/5.01/lib/libqdpll.1.0.dylib permissions from 755 to 444
Fixing /usr/local/Cellar/depqbf/5.01/lib/libqdpll.a permissions from 644 to 444
==> Finishing up
ln -s ../Cellar/depqbf/5.01/bin/depqbf depqbf
ln -s ../Cellar/depqbf/5.01/lib/libqdpll.1.0.dylib libqdpll.1.0.dylib
ln -s ../Cellar/depqbf/5.01/lib/libqdpll.a libqdpll.a
Changing dylib ID of /usr/local/Cellar/depqbf/5.01/lib/libqdpll.1.0.dylib
  from libqdpll.so.1
    to /usr/local/opt/depqbf/lib/libqdpll.so.1

from depqbf.

Related Issues (14)

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.