Liking cljdoc? Tell your friends :D

clojupyter.install.conda.env


ARCHclj

(ARCH)

Either 32 or 64, to specify whether the build is 32-bit or 64-bit. The value depends on the ARCH environment variable and defaults to the architecture the interpreter running conda was compiled with.

Platforms: MACOS, LINUX, WINDOWS

Either 32 or 64, to specify whether the build is 32-bit or
64-bit. The value depends on the ARCH environment variable and
defaults to the architecture the interpreter running conda was
compiled with.

Platforms: MACOS, LINUX, WINDOWS
sourceraw docstring

ARCH!clj

(ARCH!)

Either 32 or 64, to specify whether the build is 32-bit or 64-bit. The value depends on the ARCH environment variable and defaults to the architecture the interpreter running conda was compiled with.

Platforms: MACOS, LINUX, WINDOWS Throws an Exception if not found.

Either 32 or 64, to specify whether the build is 32-bit or
64-bit. The value depends on the ARCH environment variable and
defaults to the architecture the interpreter running conda was
compiled with.

Platforms: MACOS, LINUX, WINDOWS
Throws an Exception if not found.
sourceraw docstring

CFLAGSclj

(CFLAGS)

-arch flag.

Platforms: MACOS

`-arch` flag.

Platforms: MACOS
sourceraw docstring

CFLAGS!clj

(CFLAGS!)

-arch flag.

Platforms: MACOS Throws an Exception if not found.

`-arch` flag.

Platforms: MACOS
Throws an Exception if not found.
sourceraw docstring

CONDA_NPYclj

(CONDA_NPY)

The NumPy version used to build the package, such as 19, 110 or 111.

Platforms: MACOS, LINUX, WINDOWS

The NumPy version used to build the package, such as 19, 110 or 111.

Platforms: MACOS, LINUX, WINDOWS
sourceraw docstring

CONDA_NPY!clj

(CONDA_NPY!)

The NumPy version used to build the package, such as 19, 110 or 111.

Platforms: MACOS, LINUX, WINDOWS Throws an Exception if not found.

The NumPy version used to build the package, such as 19, 110 or 111.

Platforms: MACOS, LINUX, WINDOWS
Throws an Exception if not found.
sourceraw docstring

CONDA_PREFIXclj

(CONDA_PREFIX)

The path to the conda environment used to build the package, such as /path/to/conda/env. Useful to pass as the environment prefix parameter to various conda tools, usually labeled -p or --prefix.

Platforms: MACOS, LINUX, WINDOWS

The path to the conda environment used to build the package, such
as `/path/to/conda/env`. Useful to pass as the environment prefix
parameter to various conda tools, usually labeled `-p` or `--prefix`.

Platforms: MACOS, LINUX, WINDOWS
sourceraw docstring

CONDA_PREFIX!clj

(CONDA_PREFIX!)

The path to the conda environment used to build the package, such as /path/to/conda/env. Useful to pass as the environment prefix parameter to various conda tools, usually labeled -p or --prefix.

Platforms: MACOS, LINUX, WINDOWS Throws an Exception if not found.

The path to the conda environment used to build the package, such
as `/path/to/conda/env`. Useful to pass as the environment prefix
parameter to various conda tools, usually labeled `-p` or `--prefix`.

Platforms: MACOS, LINUX, WINDOWS
Throws an Exception if not found.
sourceraw docstring

CONDA_PYclj

(CONDA_PY)

The Python version used to build the package. Should be 27, 34, 35 or 36.

Platforms: MACOS, LINUX, WINDOWS

The Python version used to build the package. Should be 27, 34, 35
or 36.

Platforms: MACOS, LINUX, WINDOWS
sourceraw docstring

CONDA_PY!clj

(CONDA_PY!)

The Python version used to build the package. Should be 27, 34, 35 or 36.

Platforms: MACOS, LINUX, WINDOWS Throws an Exception if not found.

The Python version used to build the package. Should be 27, 34, 35
or 36.

Platforms: MACOS, LINUX, WINDOWS
Throws an Exception if not found.
sourceraw docstring

CXXFLAGSclj

(CXXFLAGS)

Same as CFLAGS.

Platforms: MACOS

Same as `CFLAGS`.

Platforms: MACOS
sourceraw docstring

CXXFLAGS!clj

(CXXFLAGS!)

Same as CFLAGS.

Platforms: MACOS Throws an Exception if not found.

Same as `CFLAGS`.

Platforms: MACOS
Throws an Exception if not found.
sourceraw docstring

CYGWIN_PREFIXclj

(CYGWIN_PREFIX)

Same as PREFIX, but as a Unix-style path, such as /cygdrive/c/path/to/prefix.

Platforms: WINDOWS

Same as `PREFIX`, but as a Unix-style path, such as `/cygdrive/c/path/to/prefix`.

Platforms: WINDOWS
sourceraw docstring

CYGWIN_PREFIX!clj

(CYGWIN_PREFIX!)

Same as PREFIX, but as a Unix-style path, such as /cygdrive/c/path/to/prefix.

Platforms: WINDOWS Throws an Exception if not found.

Same as `PREFIX`, but as a Unix-style path, such as `/cygdrive/c/path/to/prefix`.

Platforms: WINDOWS
Throws an Exception if not found.
sourceraw docstring

DIRTYclj

(DIRTY)

Set to 1 if the --dirty flag is passed to the conda-build command. May be used to skip parts of a build script conditionally for faster iteration time when developing recipes. For example, downloads, extraction and other things that need not be repeated.

Platforms: MACOS, LINUX, WINDOWS

Set to 1 if the `--dirty` flag is passed to the conda-build
command. May be used to skip parts of a build script conditionally
for faster iteration time when developing recipes. For example,
downloads, extraction and other things that need not be repeated.

Platforms: MACOS, LINUX, WINDOWS
sourceraw docstring

DIRTY!clj

(DIRTY!)

Set to 1 if the --dirty flag is passed to the conda-build command. May be used to skip parts of a build script conditionally for faster iteration time when developing recipes. For example, downloads, extraction and other things that need not be repeated.

Platforms: MACOS, LINUX, WINDOWS Throws an Exception if not found.

Set to 1 if the `--dirty` flag is passed to the conda-build
command. May be used to skip parts of a build script conditionally
for faster iteration time when developing recipes. For example,
downloads, extraction and other things that need not be repeated.

Platforms: MACOS, LINUX, WINDOWS
Throws an Exception if not found.
sourceraw docstring

FEATURE_DEBUGclj

(FEATURE_DEBUG)

Adds the debug feature to the built package. Accepts 0 for off and 1 for on.

Platforms: MACOS, LINUX, WINDOWS

Adds the debug feature to the built package. Accepts 0 for off and 1 for on.

Platforms: MACOS, LINUX, WINDOWS
sourceraw docstring

FEATURE_DEBUG!clj

(FEATURE_DEBUG!)

Adds the debug feature to the built package. Accepts 0 for off and 1 for on.

Platforms: MACOS, LINUX, WINDOWS Throws an Exception if not found.

Adds the debug feature to the built package. Accepts 0 for off and 1 for on.

Platforms: MACOS, LINUX, WINDOWS
Throws an Exception if not found.
sourceraw docstring

FEATURE_NOMKLclj

(FEATURE_NOMKL)

Adds the nomkl feature to the built package. Accepts 0 for off and 1 for on.

Platforms: MACOS, LINUX, WINDOWS

Adds the `nomkl` feature to the built package.  Accepts 0 for off and
1 for on.

Platforms: MACOS, LINUX, WINDOWS
sourceraw docstring

FEATURE_NOMKL!clj

(FEATURE_NOMKL!)

Adds the nomkl feature to the built package. Accepts 0 for off and 1 for on.

Platforms: MACOS, LINUX, WINDOWS Throws an Exception if not found.

Adds the `nomkl` feature to the built package.  Accepts 0 for off and
1 for on.

Platforms: MACOS, LINUX, WINDOWS
Throws an Exception if not found.
sourceraw docstring

FEATURE_OPTclj

(FEATURE_OPT)

Adds the opt feature to the built package. Accepts 0 for off and 1 for on.

Platforms: MACOS, LINUX, WINDOWS

Adds the opt feature to the built package. Accepts 0 for off and 1 for on.

Platforms: MACOS, LINUX, WINDOWS
sourceraw docstring

FEATURE_OPT!clj

(FEATURE_OPT!)

Adds the opt feature to the built package. Accepts 0 for off and 1 for on.

Platforms: MACOS, LINUX, WINDOWS Throws an Exception if not found.

Adds the opt feature to the built package. Accepts 0 for off and 1 for on.

Platforms: MACOS, LINUX, WINDOWS
Throws an Exception if not found.
sourceraw docstring

GIT_BUILD_STRclj

(GIT_BUILD_STR)

String that joins GIT_DESCRIBE_NUMBER and GIT_DESCRIBE_HASH by an underscore.

Platforms: MACOS, LINUX, WINDOWS

String that joins `GIT_DESCRIBE_NUMBER` and `GIT_DESCRIBE_HASH` by an
underscore.

Platforms: MACOS, LINUX, WINDOWS
sourceraw docstring

GIT_BUILD_STR!clj

(GIT_BUILD_STR!)

String that joins GIT_DESCRIBE_NUMBER and GIT_DESCRIBE_HASH by an underscore.

Platforms: MACOS, LINUX, WINDOWS Throws an Exception if not found.

String that joins `GIT_DESCRIBE_NUMBER` and `GIT_DESCRIBE_HASH` by an
underscore.

Platforms: MACOS, LINUX, WINDOWS
Throws an Exception if not found.
sourceraw docstring

GIT_DESCRIBE_HASHclj

(GIT_DESCRIBE_HASH)

The current commit short-hash as displayed from git describe --tags.

Platforms: MACOS, LINUX, WINDOWS

The current commit short-hash as displayed from git describe
`--tags`.

Platforms: MACOS, LINUX, WINDOWS
sourceraw docstring

GIT_DESCRIBE_HASH!clj

(GIT_DESCRIBE_HASH!)

The current commit short-hash as displayed from git describe --tags.

Platforms: MACOS, LINUX, WINDOWS Throws an Exception if not found.

The current commit short-hash as displayed from git describe
`--tags`.

Platforms: MACOS, LINUX, WINDOWS
Throws an Exception if not found.
sourceraw docstring

GIT_DESCRIBE_NUMBERclj

(GIT_DESCRIBE_NUMBER)

String denoting the number of commits since the most recent tag.

Platforms: MACOS, LINUX, WINDOWS

String denoting the number of commits since the most recent tag.

Platforms: MACOS, LINUX, WINDOWS
sourceraw docstring

GIT_DESCRIBE_NUMBER!clj

(GIT_DESCRIBE_NUMBER!)

String denoting the number of commits since the most recent tag.

Platforms: MACOS, LINUX, WINDOWS Throws an Exception if not found.

String denoting the number of commits since the most recent tag.

Platforms: MACOS, LINUX, WINDOWS
Throws an Exception if not found.
sourceraw docstring

GIT_DESCRIBE_TAGclj

(GIT_DESCRIBE_TAG)

String denoting the most recent tag from the current commit, based on the output of git describe --tags.

Platforms: MACOS, LINUX, WINDOWS

String denoting the most recent tag from the current commit, based
on the output of git describe `--tags`.

Platforms: MACOS, LINUX, WINDOWS
sourceraw docstring

GIT_DESCRIBE_TAG!clj

(GIT_DESCRIBE_TAG!)

String denoting the most recent tag from the current commit, based on the output of git describe --tags.

Platforms: MACOS, LINUX, WINDOWS Throws an Exception if not found.

String denoting the most recent tag from the current commit, based
on the output of git describe `--tags`.

Platforms: MACOS, LINUX, WINDOWS
Throws an Exception if not found.
sourceraw docstring

GIT_FULL_HASHclj

(GIT_FULL_HASH)

String with the full SHA1 of the current HEAD.

Platforms: MACOS, LINUX, WINDOWS

String with the full SHA1 of the current `HEAD`.

Platforms: MACOS, LINUX, WINDOWS
sourceraw docstring

GIT_FULL_HASH!clj

(GIT_FULL_HASH!)

String with the full SHA1 of the current HEAD.

Platforms: MACOS, LINUX, WINDOWS Throws an Exception if not found.

String with the full SHA1 of the current `HEAD`.

Platforms: MACOS, LINUX, WINDOWS
Throws an Exception if not found.
sourceraw docstring

HG_BRANCHclj

(HG_BRANCH)

String denoting the presently active branch.

Platforms: MACOS, LINUX, WINDOWS

String denoting the presently active branch.

Platforms: MACOS, LINUX, WINDOWS
sourceraw docstring

HG_BRANCH!clj

(HG_BRANCH!)

String denoting the presently active branch.

Platforms: MACOS, LINUX, WINDOWS Throws an Exception if not found.

String denoting the presently active branch.

Platforms: MACOS, LINUX, WINDOWS
Throws an Exception if not found.
sourceraw docstring

HG_BUILD_STRclj

(HG_BUILD_STR)

String that joins HG_NUM_ID and HG_SHORT_ID by an underscore.

Platforms: MACOS, LINUX, WINDOWS

String that joins HG_NUM_ID and HG_SHORT_ID by an underscore.

Platforms: MACOS, LINUX, WINDOWS
sourceraw docstring

HG_BUILD_STR!clj

(HG_BUILD_STR!)

String that joins HG_NUM_ID and HG_SHORT_ID by an underscore.

Platforms: MACOS, LINUX, WINDOWS Throws an Exception if not found.

String that joins HG_NUM_ID and HG_SHORT_ID by an underscore.

Platforms: MACOS, LINUX, WINDOWS
Throws an Exception if not found.
sourceraw docstring

HG_LATEST_TAGclj

(HG_LATEST_TAG)

String denoting the most recent tag from the current commit.

Platforms: MACOS, LINUX, WINDOWS

String denoting the most recent tag from the current commit.

Platforms: MACOS, LINUX, WINDOWS
sourceraw docstring

HG_LATEST_TAG!clj

(HG_LATEST_TAG!)

String denoting the most recent tag from the current commit.

Platforms: MACOS, LINUX, WINDOWS Throws an Exception if not found.

String denoting the most recent tag from the current commit.

Platforms: MACOS, LINUX, WINDOWS
Throws an Exception if not found.
sourceraw docstring

HG_LATEST_TAG_DISTANCEclj

(HG_LATEST_TAG_DISTANCE)

String denoting number of commits since the most recent tag.

Platforms: MACOS, LINUX, WINDOWS

String denoting number of commits since the most recent tag.

Platforms: MACOS, LINUX, WINDOWS
sourceraw docstring

HG_LATEST_TAG_DISTANCE!clj

(HG_LATEST_TAG_DISTANCE!)

String denoting number of commits since the most recent tag.

Platforms: MACOS, LINUX, WINDOWS Throws an Exception if not found.

String denoting number of commits since the most recent tag.

Platforms: MACOS, LINUX, WINDOWS
Throws an Exception if not found.
sourceraw docstring

HG_NUM_IDclj

(HG_NUM_ID)

String denoting the revision number.

Platforms: MACOS, LINUX, WINDOWS

String denoting the revision number.

Platforms: MACOS, LINUX, WINDOWS
sourceraw docstring

HG_NUM_ID!clj

(HG_NUM_ID!)

String denoting the revision number.

Platforms: MACOS, LINUX, WINDOWS Throws an Exception if not found.

String denoting the revision number.

Platforms: MACOS, LINUX, WINDOWS
Throws an Exception if not found.
sourceraw docstring

HG_SHORT_IDclj

(HG_SHORT_ID)

String denoting the hash of the commit.

Platforms: MACOS, LINUX, WINDOWS

String denoting the hash of the commit.

Platforms: MACOS, LINUX, WINDOWS
sourceraw docstring

HG_SHORT_ID!clj

(HG_SHORT_ID!)

String denoting the hash of the commit.

Platforms: MACOS, LINUX, WINDOWS Throws an Exception if not found.

String denoting the hash of the commit.

Platforms: MACOS, LINUX, WINDOWS
Throws an Exception if not found.
sourceraw docstring

HOMEclj

(HOME)

Standard $HOME environment variable.

Platforms: MACOS, LINUX

Standard `$HOME` environment variable.

Platforms: MACOS, LINUX
sourceraw docstring

HOME!clj

(HOME!)

Standard $HOME environment variable.

Platforms: MACOS, LINUX Throws an Exception if not found.

Standard `$HOME` environment variable.

Platforms: MACOS, LINUX
Throws an Exception if not found.
sourceraw docstring

LD_RUN_PATHclj

(LD_RUN_PATH)

<build prefix>/lib

Platforms: LINUX

`<build prefix>/lib`

Platforms: LINUX
sourceraw docstring

LD_RUN_PATH!clj

(LD_RUN_PATH!)

<build prefix>/lib

Platforms: LINUX Throws an Exception if not found.

`<build prefix>/lib`

Platforms: LINUX
Throws an Exception if not found.
sourceraw docstring

LDFLAGSclj

(LDFLAGS)

Same as CFLAGS.

Platforms: MACOS

Same as `CFLAGS`.

Platforms: MACOS
sourceraw docstring

LDFLAGS!clj

(LDFLAGS!)

Same as CFLAGS.

Platforms: MACOS Throws an Exception if not found.

Same as `CFLAGS`.

Platforms: MACOS
Throws an Exception if not found.
sourceraw docstring

LIBRARY_BINclj

(LIBRARY_BIN)

<build prefix>\Library\bin

Platforms: WINDOWS

`<build prefix>\Library\bin`

Platforms: WINDOWS
sourceraw docstring

LIBRARY_BIN!clj

(LIBRARY_BIN!)

<build prefix>\Library\bin

Platforms: WINDOWS Throws an Exception if not found.

`<build prefix>\Library\bin`

Platforms: WINDOWS
Throws an Exception if not found.
sourceraw docstring

LIBRARY_INCclj

(LIBRARY_INC)

<build prefix>\Library\include

Platforms: WINDOWS

`<build prefix>\Library\include`

Platforms: WINDOWS
sourceraw docstring

LIBRARY_INC!clj

(LIBRARY_INC!)

<build prefix>\Library\include

Platforms: WINDOWS Throws an Exception if not found.

`<build prefix>\Library\include`

Platforms: WINDOWS
Throws an Exception if not found.
sourceraw docstring

LIBRARY_LIBclj

(LIBRARY_LIB)

<build prefix>\Library\lib

Platforms: WINDOWS

`<build prefix>\Library\lib`

Platforms: WINDOWS
sourceraw docstring

LIBRARY_LIB!clj

(LIBRARY_LIB!)

<build prefix>\Library\lib

Platforms: WINDOWS Throws an Exception if not found.

`<build prefix>\Library\lib`

Platforms: WINDOWS
Throws an Exception if not found.
sourceraw docstring

LIBRARY_PREFIXclj

(LIBRARY_PREFIX)

<build prefix>\Library

Platforms: WINDOWS

`<build prefix>\Library`

Platforms: WINDOWS
sourceraw docstring

LIBRARY_PREFIX!clj

(LIBRARY_PREFIX!)

<build prefix>\Library

Platforms: WINDOWS Throws an Exception if not found.

`<build prefix>\Library`

Platforms: WINDOWS
Throws an Exception if not found.
sourceraw docstring

MACOSX_DEPLOYMENT_TARGETclj

(MACOSX_DEPLOYMENT_TARGET)

Same as the Anaconda Python macOS deployment target. Currently 10.6.

Platforms: MACOS

Same as the Anaconda Python macOS deployment target. Currently
10.6.

Platforms: MACOS
sourceraw docstring

MACOSX_DEPLOYMENT_TARGET!clj

(MACOSX_DEPLOYMENT_TARGET!)

Same as the Anaconda Python macOS deployment target. Currently 10.6.

Platforms: MACOS Throws an Exception if not found.

Same as the Anaconda Python macOS deployment target. Currently
10.6.

Platforms: MACOS
Throws an Exception if not found.
sourceraw docstring

OSX_ARCHclj

(OSX_ARCH)

i386 or x86_64, depending on Python build.

Platforms: MACOS

`i386` or `x86_64`, depending on Python build.

Platforms: MACOS
sourceraw docstring

OSX_ARCH!clj

(OSX_ARCH!)

i386 or x86_64, depending on Python build.

Platforms: MACOS Throws an Exception if not found.

`i386` or `x86_64`, depending on Python build.

Platforms: MACOS
Throws an Exception if not found.
sourceraw docstring

pkg-dir!clj

(pkg-dir!)

Returns a file object referring to the package directory in the pkgs directory in PREFIX.

Returns a file object referring to the package directory in the
`pkgs` directory in `PREFIX`.
sourceraw docstring

pkg-name-ver-num!clj

(pkg-name-ver-num!)

Returns the string consisting of PKG_NAME, PKG_VERSION and PKG_BUILDNUM joined by '-' characters.

Returns the string consisting of `PKG_NAME`, `PKG_VERSION` and
`PKG_BUILDNUM` joined by '-' characters.
sourceraw docstring

PKG_BUILD_STRINGclj

(PKG_BUILD_STRING)

Complete build string of the package being built, including hash. EXAMPLE: py27h21422ab_0 . Conda-build 3.0+.

Platforms: MACOS, LINUX, WINDOWS

Complete build string of the package being built, including
hash. EXAMPLE: py27h21422ab_0 . Conda-build 3.0+.

Platforms: MACOS, LINUX, WINDOWS
sourceraw docstring

PKG_BUILD_STRING!clj

(PKG_BUILD_STRING!)

Complete build string of the package being built, including hash. EXAMPLE: py27h21422ab_0 . Conda-build 3.0+.

Platforms: MACOS, LINUX, WINDOWS Throws an Exception if not found.

Complete build string of the package being built, including
hash. EXAMPLE: py27h21422ab_0 . Conda-build 3.0+.

Platforms: MACOS, LINUX, WINDOWS
Throws an Exception if not found.
sourceraw docstring

PKG_BUILDNUMclj

(PKG_BUILDNUM)

Build number of the package being built.

Platforms: MACOS, LINUX, WINDOWS

Build number of the package being built.

Platforms: MACOS, LINUX, WINDOWS
sourceraw docstring

PKG_BUILDNUM!clj

(PKG_BUILDNUM!)

Build number of the package being built.

Platforms: MACOS, LINUX, WINDOWS Throws an Exception if not found.

Build number of the package being built.

Platforms: MACOS, LINUX, WINDOWS
Throws an Exception if not found.
sourceraw docstring

PKG_CONFIG_PATHclj

(PKG_CONFIG_PATH)

Path to pkgconfig directory.

Platforms: MACOS, LINUX

Path to pkgconfig directory.

Platforms: MACOS, LINUX
sourceraw docstring

PKG_CONFIG_PATH!clj

(PKG_CONFIG_PATH!)

Path to pkgconfig directory.

Platforms: MACOS, LINUX Throws an Exception if not found.

Path to pkgconfig directory.

Platforms: MACOS, LINUX
Throws an Exception if not found.
sourceraw docstring

PKG_HASHclj

(PKG_HASH)

Hash of the package being built, without leading h. EXAMPLE: 21422ab . Conda-build 3.0+.

Platforms: MACOS, LINUX, WINDOWS

Hash of the package being built, without leading h. EXAMPLE:
21422ab . Conda-build 3.0+.

Platforms: MACOS, LINUX, WINDOWS
sourceraw docstring

PKG_HASH!clj

(PKG_HASH!)

Hash of the package being built, without leading h. EXAMPLE: 21422ab . Conda-build 3.0+.

Platforms: MACOS, LINUX, WINDOWS Throws an Exception if not found.

Hash of the package being built, without leading h. EXAMPLE:
21422ab . Conda-build 3.0+.

Platforms: MACOS, LINUX, WINDOWS
Throws an Exception if not found.
sourceraw docstring

PKG_NAMEclj

(PKG_NAME)

Name of the package being built.

Platforms: MACOS, LINUX, WINDOWS

Name of the package being built.

Platforms: MACOS, LINUX, WINDOWS
sourceraw docstring

PKG_NAME!clj

(PKG_NAME!)

Name of the package being built.

Platforms: MACOS, LINUX, WINDOWS Throws an Exception if not found.

Name of the package being built.

Platforms: MACOS, LINUX, WINDOWS
Throws an Exception if not found.
sourceraw docstring

PKG_VERSIONclj

(PKG_VERSION)

Version of the package being built.

Platforms: MACOS, LINUX, WINDOWS

Version of the package being built.

Platforms: MACOS, LINUX, WINDOWS
sourceraw docstring

PKG_VERSION!clj

(PKG_VERSION!)

Version of the package being built.

Platforms: MACOS, LINUX, WINDOWS Throws an Exception if not found.

Version of the package being built.

Platforms: MACOS, LINUX, WINDOWS
Throws an Exception if not found.
sourceraw docstring

PREFIXclj

(PREFIX)

Build prefix to which the build script should install.

Platforms: MACOS, LINUX, WINDOWS

Build prefix to which the build script should install.

Platforms: MACOS, LINUX, WINDOWS
sourceraw docstring

PREFIX!clj

(PREFIX!)

Build prefix to which the build script should install.

Platforms: MACOS, LINUX, WINDOWS Throws an Exception if not found.

Build prefix to which the build script should install.

Platforms: MACOS, LINUX, WINDOWS
Throws an Exception if not found.
sourceraw docstring

RECIPE_DIRclj

(RECIPE_DIR)

Directory of the recipe.

Platforms: MACOS, LINUX, WINDOWS

Directory of the recipe.

Platforms: MACOS, LINUX, WINDOWS
sourceraw docstring

RECIPE_DIR!clj

(RECIPE_DIR!)

Directory of the recipe.

Platforms: MACOS, LINUX, WINDOWS Throws an Exception if not found.

Directory of the recipe.

Platforms: MACOS, LINUX, WINDOWS
Throws an Exception if not found.
sourceraw docstring

SCRIPTSclj

(SCRIPTS)

<build prefix>\Scripts

Platforms: WINDOWS

`<build prefix>\Scripts`

Platforms: WINDOWS
sourceraw docstring

SCRIPTS!clj

(SCRIPTS!)

<build prefix>\Scripts

Platforms: WINDOWS Throws an Exception if not found.

`<build prefix>\Scripts`

Platforms: WINDOWS
Throws an Exception if not found.
sourceraw docstring

SRC_DIRclj

(SRC_DIR)

Path to where source is unpacked or cloned. If the source file is not a recognized file type (zip, tar, tar.bz2, or tar.xz) this is a directory containing a copy of the source file.

Platforms: MACOS, LINUX, WINDOWS

Path to where source is unpacked or cloned. If the source file is
not a recognized file type (`zip`, `tar`, `tar.bz2`, or `tar.xz`)
this is a directory containing a copy of the source file.

Platforms: MACOS, LINUX, WINDOWS
sourceraw docstring

SRC_DIR!clj

(SRC_DIR!)

Path to where source is unpacked or cloned. If the source file is not a recognized file type (zip, tar, tar.bz2, or tar.xz) this is a directory containing a copy of the source file.

Platforms: MACOS, LINUX, WINDOWS Throws an Exception if not found.

Path to where source is unpacked or cloned. If the source file is
not a recognized file type (`zip`, `tar`, `tar.bz2`, or `tar.xz`)
this is a directory containing a copy of the source file.

Platforms: MACOS, LINUX, WINDOWS
Throws an Exception if not found.
sourceraw docstring

VS_MAJORclj

(VS_MAJOR)

The major version number of the Visual Studio version activated within the build, such as 9.

Platforms: WINDOWS

`The major version number of the Visual Studio version activated
within the build, such as 9.`

Platforms: WINDOWS
sourceraw docstring

VS_MAJOR!clj

(VS_MAJOR!)

The major version number of the Visual Studio version activated within the build, such as 9.

Platforms: WINDOWS Throws an Exception if not found.

`The major version number of the Visual Studio version activated
within the build, such as 9.`

Platforms: WINDOWS
Throws an Exception if not found.
sourceraw docstring

VS_VERSIONclj

(VS_VERSION)

The version number of the Visual Studio version activated within the build, such as 9.0.

Platforms: WINDOWS

`The version number of the Visual Studio version activated within
the build, such as 9.0.`

Platforms: WINDOWS
sourceraw docstring

VS_VERSION!clj

(VS_VERSION!)

The version number of the Visual Studio version activated within the build, such as 9.0.

Platforms: WINDOWS Throws an Exception if not found.

`The version number of the Visual Studio version activated within
the build, such as 9.0.`

Platforms: WINDOWS
Throws an Exception if not found.
sourceraw docstring

VS_YEARclj

(VS_YEAR)

The release year of the Visual Studio version activated within the build, such as 2008.

Platforms: WINDOWS

The release year of the Visual Studio version activated within the
build, such as 2008.

Platforms: WINDOWS
sourceraw docstring

VS_YEAR!clj

(VS_YEAR!)

The release year of the Visual Studio version activated within the build, such as 2008.

Platforms: WINDOWS Throws an Exception if not found.

The release year of the Visual Studio version activated within the
build, such as 2008.

Platforms: WINDOWS
Throws an Exception if not found.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close