Giter Club home page Giter Club logo

Comments (2)

curtisma avatar curtisma commented on July 19, 2024

Hey Mohamed, thanks for the bug report! It seems we're only building it for "linux64" which is just x86. I think it'll be easy to update the recipe and have it try to compile it for aarach64 also. However, do you have experience compiling or using it on aarch64? Do you know if we should expect additional challenges with compiling it?

I'm also curious about the use case for running it on a Raspberry Pi? I mean it sounds cool, but do you mind sharing your plan for it? Also, are there other architecture or systems that we should be trying to enable?

It seems all we need to do is update the preprocessor selector in the conda recipe's meta.yaml to not skip for both linux64 and aarach64.

So the build of the meta.yaml will now be the following if we only want to add aarch64.

build:
  number: 0
  skip: true  # [not linux64 and not aarch64]

@mkkassem

from magic-feedstock.

proppy avatar proppy commented on July 19, 2024

@curtisma I gave it a try in #15, it seems we also have to enable cross compilation in conda-forge.yml: https://conda-forge.org/docs/maintainer/conda_forge_yml.html#build-platform

from magic-feedstock.

Related Issues (2)

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.