Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gretl recipe #52369

Merged
merged 2 commits into from
Nov 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 17 additions & 3 deletions recipes/gretl/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = '0.1.0' %}
{% set version = '0.1.1' %}

package:
name: gretl
version: {{ version }}

source:
url: https://github.com/moinsebi/gretl/archive/8f48a287f7d6fe0a4b44e9318942684a71f8506d.tar.gz
sha256: 49e1b48235273629439e4d30848435b84b41976b6e062fc922c9f9236dd57f38
url: https://github.com/moinsebi/gretl/archive/refs/tags/v{{ version }}.tar.gz
sha256: d6d60484031e289b954d930089903086b38b8ce91e20721b476db51ee3456b63

build:
number: 0
Expand All @@ -27,6 +27,20 @@ requirements:
test:
commands:
- gretl --help
- block.py --help
- core.py --help
- multi.auto.py --help
- multi.correlate.py --help
- multi.heatmap.py --help
- multi.histogram.py --help
- multi.scatter.py --help
- nwindow.py --help
- path.py --help
- ps.py --help
- saturation_plotter.py --help
- stats_path.py --help
- window.py --help

about:
home: https://github.com/moinsebi/gretl
dev_url: https://github.com/moinsebi/gretl
Expand Down