-
Notifications
You must be signed in to change notification settings - Fork 21
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
Conda-forge deployment #138
Comments
|
Very nice. Let me know if you need to discuss something. In case there is need: I know some people from the conda-forge team I could summon. |
I had some problems yesterday but everything is running smoothly now I guess: conda-forge/staged-recipes#17477 |
BTW I can add you as package maintainer if you want 😬 |
I don't have strong feelings about it. As you wish ... |
Why did you disable the sha256sum check by the way. I'm not sure this is a good idea. |
The sha256sum (older version) on c-f VM does not support the |
I guess what you could do is "preprocess" the SHA256SUM file to only contain the files which are truely there, e.g. something like while read line; do
[ -f "$line" ] && echo "$line" >> SHA256SUM.filtered
done < SHA256SUM
mv SHA256SUM.filtered SHA256SUM I guess it even makes sense to update this in adcc directly. |
I'm keeping track of the next steps here (in order):
|
Seriously ... that's my bad. |
Agree, we should leave it up for some time. Perhaps we could push a last version by a manual build (?), which includes a warning upon import? |
That's a good suggestion! Can do the manual build for |
Sounds fair. That'll probably be the case when another major feature (LR-PCM ?) goes in. |
@mfherbst if you find the time, could you push the |
Done. |
I'd like to test deployment of libtensorlight/adcc via conda-forge. Comments etc. can be added to this issue 😄
The text was updated successfully, but these errors were encountered: