-
-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Add recipe for tinyarray #1444
Add recipe for tinyarray #1444
Conversation
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
- toolchain | ||
run: | ||
- python | ||
- nose |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need nose
at build
and run
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are right, it only needs it for building.
It looks like this should build on Windows, the project is just using some Python functionality that doesn't exist on Windows in the |
Add the |
I'm not really at home with C, so could you maybe help me by giving me the line I can copy paste into one of these files? Edit: that was actually really easy... |
Can someone help me on how I can run this Python file as test in The file is in For running that test file ( |
build: | ||
- python | ||
- setuptools | ||
- nose |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This isn't needed for building.
Hi! This is the friendly automated conda-forge-linting service. I wanted to let you know that I linted all conda-recipes in your PR ( Here's what I've got... For recipes/tinyarray:
|
source_files: | ||
- test_tinyarray.py | ||
commands: | ||
- $PYTHON test_tinyarray.py # [unix] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK apparently Jinja doesn't like that, so just merge those two lines into a single one python test_tinyarray.py
- sorry!
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
Why does this Outdated |
source_files was added in 2.0. It will not work with earlier conda-build On Sat, Sep 3, 2016 at 10:43 AM Bas Nijholt [email protected]
|
How can I use 2.0? |
You can't until we fix a |
Let me comment out the tests untill then. |
The |
Well, that's not true, if you want to use |
Update `staged-recipes`
I opened a pull request to fix it (shamelessly copied this). |
|
||
source: | ||
fn: v{{ version }}.tar.gz | ||
url: https://gitlab.kwant-project.org/basnijholt/tinyarray/repository/archive.tar.gz?ref=v{{ version }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So is this a tag or a branch? Is this the main repository?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not the main repository, I've opened a pull request.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems ready to go now.
No description provided.