Skip to content

Commit

Permalink
Merge pull request #28411 from Saransh-cpp/add-flt
Browse files Browse the repository at this point in the history
  • Loading branch information
xhochy authored Nov 29, 2024
2 parents 7b13f86 + 2a19d46 commit 92db000
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions recipes/flt/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{% set name = "flt" %}
{% set version = "2022.10.17" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/flt-{{ version }}.tar.gz
sha256: 5567f70d74efde619bc70212b4735c03b75292678fd5bd4a3b1b07ebafbe3df4

build:
skip: true # [py<39]
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0

requirements:
build:
- {{ compiler("c") }}
- {{ stdlib("c") }}
host:
- python
- setuptools
- cython
- pip
run:
- python
- numpy
- scipy

test:
imports:
- flt
commands:
- pip check
requires:
- python
- pip

about:
home: https://github.com/ntessore/flt
summary: fast Legendre transform
license: MIT
license_file: LICENSE

extra:
recipe-maintainers:
- Saransh-cpp

0 comments on commit 92db000

Please sign in to comment.