Skip to content

Package string substitution not working #156

@jchodera

Description

@jchodera

I've reworked this repo to

  • include the commit hash in the package build string so that old commit builds are retained
  • push to a new org, omnia-dev, to make it easier to test different commits without swamping production releases

Unfortunately, our cobbled-together conda-build-all won't substitute the git hash correctly in get_bldpkg_path(), leading to an omission in the package name defined in meta.yaml

  string: py{{ py }}_cuda{{ CUDA_SHORT_VERSION }}_{{ environ.get("GIT_DESCRIBE_HASH", "")[1:8] }}_1

which results in the error

Attempting to upload package to anaconda cloud as user omnia-dev...
ERROR: File does not exist: /opt/conda/conda-bld/linux-64/openmm-7.4.0-py37_cuda75__1.tar.bz2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions