Giter VIP home page Giter VIP logo

Comments (4)

gmarcais avatar gmarcais commented on August 16, 2024

Hi,

I don't have a lot of experience installing on Mac OS. That said, brew in general though should not interfere with the basic functionality of your system. Installing a new compiler with brew should be safe.

Now, any reason why you are installing version 1.1 of Jellyfish, instead of the current version (2.2.5)?

from jellyfish.

culpinnis avatar culpinnis commented on August 16, 2024

Hi,

I am working on OS X, too. You are installing a keg-only formula, which means that it will not be symlinked because it could conflict with other versions (brewed or provided by the system) of the same software. Jellyfish-1.1 is keg only, because a newer version is available in homebrew/science. By the way Jellyfish-1.1 is no bottle, only the newer version is bottled (which means precompiled).
I think they kept Jellyfish-1.1 for the installation of the Quake.
You can install a newer version (which is Jellyfish 2.4.x) just with brew install jellyfish. Being precompiled, the newer Version of Jellyfish does not require the newer version of the compiler at all (except you do not want the precompiled version, because of the SWIG integration).

Cheers
Chris

ps. It is already said, but the installation of the newer GCC with brew does not affect your system.

from jellyfish.

gmarcais avatar gmarcais commented on August 16, 2024

Hi,

can you clarify your statement about the precompiled version and SWIG integration? Is it that the precompiled version does NOT have the SWIG bindings? Or that it does have the SWIG bindings and that somehow creates problems?

from jellyfish.

culpinnis avatar culpinnis commented on August 16, 2024

Hi,

as far as I can tell, the bottled (precompiled) version in brew has no integration of the SWIG bindings. The Jellyfish formula (https://github.com/Homebrew/homebrew-science/blob/master/jellyfish.rb) has not the necessary flags on the configure script as mentioned at Jellyfishs homepage.
Maybe they left the SWIG bindings out, because it is not clear where to integrate them (I think they should be integrated in brews version of perl/python/ruby instead of the ones which are provided by the system).
I am currently compiling Jellyfish from the Master branch of the git repository.

from jellyfish.

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.