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

Open tasks for version 2021.1 #137

Closed
11 tasks done
dominiquesydow opened this issue Sep 8, 2021 · 2 comments
Closed
11 tasks done

Open tasks for version 2021.1 #137

dominiquesydow opened this issue Sep 8, 2021 · 2 comments
Assignees

Comments

@dominiquesydow
Copy link
Collaborator

dominiquesydow commented Sep 8, 2021

Open tasks for the v2.0.0 release (after the merge of #74):

@dominiquesydow dominiquesydow self-assigned this Sep 8, 2021
@dominiquesydow dominiquesydow pinned this issue Sep 8, 2021
@dominiquesydow
Copy link
Collaborator Author

dominiquesydow commented Sep 8, 2021

Conda packaging

TODOs

Questions

  • What does this CI bit do?
    condabuild:
    name: Conda package
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v2
    with:
    fetch-depth: 0
    - name: Fetch all tags
    shell: bash
    run: |
    git fetch --tags --force
    - uses: conda-incubator/setup-miniconda@v2
    with:
    python-version: 3.6
    channel-priority: true
    auto-activate-base: true
    channels: conda-forge,defaults
    - name: Additional info about the build
    shell: bash
    run: |
    uname -a
    df -h
    ulimit -a
    - name: Environment Information
    shell: bash -l {0}
    run: |
    conda info --all
    conda list
    - name: Build package
    shell: bash -l {0}
    run: |
    conda install conda-build anaconda
    conda build devtools/conda-recipe

@jaimergp
Copy link
Contributor

jaimergp commented Sep 8, 2021

Submit teachopencadd package to conda-forge; use conda-recipe?

Yes, we might need to adapt some bits for cf, but most of the recipe is already there.

What does this CI bit do?

It builds the recipe locally, to ensure that our meta.yaml is still in good shape.

And yes, at least OpenCADD needs to be added to conda-forge. Autodocktools Prepare can be left outside and we just pip-install it in the relevant notebooks (it's a fork of an unmaintained project, makes little sense to package that sensibly).

@dominiquesydow dominiquesydow changed the title Open tasks for v2.0.0 Open tasks for version 2021.1 Oct 29, 2021
@dominiquesydow dominiquesydow unpinned this issue Mar 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants