Skip to content

Commit

Permalink
Initial feedstock commit with conda-smithy 3.36.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
conda-forge-admin committed Jun 3, 2024
0 parents commit d21c179
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
1 change: 1 addition & 0 deletions conda-forge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
52 changes: 52 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{% set name = "pygsl" %}
{% set version = "2.3.4" %}

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

source:
url: https://github.com/pygsl/pygsl/archive/refs/tags/v.{{ version }}.tar.gz
sha256: 9617c70ba63a0f936d44fecb2f779c46da7ac9c5793524f71eb483bb5ec01931

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

requirements:
build:
- python
- {{ compiler('cxx') }}
- {{ stdlib("c") }}
host:
- python
- cython
- libcblas
- setuptools
- wheel
- numpy
- pip
- gsl
run:
- python
- gsl
- numpy

test:
imports:
- pygsl
commands:
- pip check
requires:
- pip

about:
home: https://github.com/pygsl/pygsl
summary: pygsl - GNU Scientific Library Interface
license: GPL-2.0-or-later
license_file: COPYING

extra:
recipe-maintainers:
- steffengraber

0 comments on commit d21c179

Please sign in to comment.