Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

common build: add callout to feedstock pre-build script #265

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hartb
Copy link
Member

@hartb hartb commented Jun 11, 2020

Allow feedstocks to provide a script to be called just before
"conda build". This allows feedstocks to use the common build
scripts but further customize the build environment if needed.

The script must be named "build_steps_hook.sh" and must reside
in the feedstock's top-level directory (not the "recipe/"
directory, to avoid confusion with any scripts that "conda build"
will later run.)

The script is run with "bash ..." so should be a bash script,
but need not have file execute permissions..

Allow feedstocks to provide a script to be called just before
"conda build". This allows feedstocks to use the common build
scripts but further customize the build environment if needed.

The script must be named "build_steps_hook.sh" and must reside
in the feedstock's top-level directory (not the "recipe/"
directory, to avoid confusion with any scripts that "conda build"
will later run.)

The script is run with "bash ..." so should be a bash script,
but need not have file execute permissions..
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant