Skip to content

Commit

Permalink
Merge pull request #74 from CDAT/fix_for_conda_build
Browse files Browse the repository at this point in the history
add support for project that has package name that is different from repo name
  • Loading branch information
muryanto1 authored Jan 27, 2020
2 parents e934bad + 94b3f5e commit 576d1a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_tools/conda_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ def build_in_local_repo(repo_dir, py_version):

else:
# non conda-forge package (does not have feedstock)
repo_dir = os.path.join(workdir, pkg_name)
repo_dir = os.path.join(workdir, repo_name)
print("Building non conda-forge package")
print("...branch: {b}".format(b=branch))
print("...build: {b}".format(b=build))
Expand Down

0 comments on commit 576d1a7

Please sign in to comment.