Code Monkey home page Code Monkey logo

Comments (4)

grlee77 avatar grlee77 commented on September 24, 2024

I think it can be changed to use that notation, I just haven't update this recipe since that syntax became available.

The method currently in meta.yaml was the recommended way at one point. As long as the package builds against a NumPy that is not newer than the one the user has installed, it is fine (NumPy has a policy to maintain backwards ABI compatibility). I think those specific versions were the oldest with packages available for each python version/platform.

from pynfft-feedstock.

grlee77 avatar grlee77 commented on September 24, 2024

also, I should note that pyNFFT unfortunately no longer seems to be actively maintained and if I think it only works with NFFT 3.2.x.

from pynfft-feedstock.

kohr-h avatar kohr-h commented on September 24, 2024

As long as the package builds against a NumPy that is not newer than the one the user has installed, it is fine (NumPy has a policy to maintain backwards ABI compatibility). I think those specific versions were the oldest with packages available for each python version/platform.

Ah I see, makes sense. Then it's fine to build with 1.11, say, and not to require a specific Numpy version. AFAIK the current recommended way to do that is to specify numpy: 1.11 in conda_build_config.yaml and then use host: numpy {{ numpy }} and run: numpy in meta.yaml.

from pynfft-feedstock.

kohr-h avatar kohr-h commented on September 24, 2024

also, I should note that pyNFFT unfortunately no longer seems to be actively maintained and if I think it only works with NFFT 3.2.x.

Right, it hasn't been active in a while. There has been one commit to master, though, that makes pyNFFT build against 3.3 and higher. I tested updating the recipe with current Git master, and it seems to work with 3.4.1 (I haven't tested a lot of functionality).

I was considering a PR into pyNFFT to allow different dtypes, as upstream NFFT has support for single and long double since version 3.3 or so.

from pynfft-feedstock.

Related Issues (1)

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.