Git Product home page Git Product logo

Comments (4)

rlguy avatar rlguy commented on May 27, 2024

Hi, please note that this issue tracker is only meant for issues/bugs related to the marketplace version of the FLIP Fluids addon. We are also unable to provide support for building and diagnosing issues related to building the addon on the wide variety of systems and system setups.

Make sure that you are running the correct version of Blender that the addon has been compiled for (Intel or Apple Silicon version).

from blender-flip-fluids.

chair-man-f avatar chair-man-f commented on May 27, 2024

Ok sorry, but am I able to specify whether I want arm64 or not? And here is what happens when I press finish installation

Could you at least point me in the right direction? thanks
Screenshot 2024-02-13 at 09 28 31

from blender-flip-fluids.

rlguy avatar rlguy commented on May 27, 2024

Hey, check out the python build.py --help menu:

usage: build.py [-h] [-build-directory BUILD_DIRECTORY] [-darwin-arch DARWIN_ARCH] [-library-suffix LIBRARY_SUFFIX] [-cmake-path CMAKE_PATH] [-make-path MAKE_PATH] [--clean] [-no-compile]

FLIP Fluids Addon build and compile script

options:
  -h, --help            show this help message and exit
  -build-directory BUILD_DIRECTORY
                        Path to destination build directory
  -darwin-arch DARWIN_ARCH
                        Target architecture to set for CMAKE_OSX_ARCHITECTURES
  -library-suffix LIBRARY_SUFFIX
                        Specify suffix to add to the generated library name
  -cmake-path CMAKE_PATH
                        Specify path to CMake binary (www.cmake.org)
  -make-path MAKE_PATH  Specify path to GNU Make binary (www.gnu.org/software/make)
  --clean               Clear generated files in the build directory before building
  -no-compile           Do not compile libraries

The [-darwin-arch DARWIN_ARCH] option flag can be used to override the target CMAKE_OSX_ARCHITECTURES cmake variable.

So the architecture can be specified like this:

# For the Apple Silicon version of Blender
python build.py -darwin-arch arm64

# For the Intel version of Blender:
python build.py -darwin-arch x86_64

# Or for both the Intel and Apple Silicon version of Blender:
python build.py -darwin-arch arm64;x86_64

Note: the compiler will need to support these options.

I am sorry to say that we are unable to provide further support for building/compiling the FLIP Fluids addon.

from blender-flip-fluids.

chair-man-f avatar chair-man-f commented on May 27, 2024

Wow thanks, I'm so sorry that I'm not able to support your work

thanks for your help

from blender-flip-fluids.

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.