Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
add julia env settings
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmarkham committed Jul 12, 2019
1 parent 6a564be commit 943eafa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/build_version_doc/build_all_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,16 @@ set -x
# Set OPTS to any Sphinx build options, like -W for "warnings as errors"
OPTS=

# Setup environment for Julia docs
export PATH="$1/bin:$PATH"
export MXNET_HOME='/work/mxnet'
export JULIA_DEPOT_PATH='/work/julia-depot'
export INTEGRATION_TEST=1

julia -e 'using InteractiveUtils; versioninfo()'
export LD_PRELOAD='/usr/lib/x86_64-linux-gnu/libjemalloc.so'
export LD_LIBRARY_PATH=/work/mxnet/lib:$LD_LIBRARY_PATH

# $1 is the list of branches/tags to build
if [ -z "$1" ]
then
Expand Down

0 comments on commit 943eafa

Please sign in to comment.