Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bstellato committed Jun 7, 2019
1 parent 251e74b commit 1dae38a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ gem install coveralls-lcov


# Add MKL shared libraries to the path
export MKL_SHARED_LIB_DIR=`ls -rd ${CONDA_ROOT}/pkgs/*/ | grep mkl-2 | head -n 1`/lib:`ls -rd ${CONDA_ROOT}/pkgs/*/ | grep intel-openmp- | head -n 1`/lib
export MKL_SHARED_LIB_DIR=`ls -rd ${CONDA_ROOT}/pkgs/*/ | grep mkl-2 | head -n 1`lib:`ls -rd ${CONDA_ROOT}/pkgs/*/ | grep intel-openmp- | head -n 1`lib

echo "MKL shared library path: ${MKL_SHARED_LIB_DIR}"

Expand Down
2 changes: 1 addition & 1 deletion docs/get_started/linear_system_solvers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Anaconda environments should add them automatically so in most cases you do not

.. code::
echo "`ls -rd ${CONDA_ROOT}/pkgs/*/ | grep mkl-2 | head -n 1`/lib:`ls -rd ${CONDA_ROOT}/pkgs/*/ | grep intel-openmp- | head -n 1`/lib"
echo "`ls -rd ${CONDA_ROOT}/pkgs/*/ | grep mkl-2 | head -n 1`lib:`ls -rd ${CONDA_ROOT}/pkgs/*/ | grep intel-openmp- | head -n 1`lib"
where :code:`ANACONDA_ROOT` is the root of your anaconda installation.
Expand Down

0 comments on commit 1dae38a

Please sign in to comment.