Skip to content
Snippets Groups Projects
Commit 5b049134 authored by carlocamilloni's avatar carlocamilloni
Browse files

added arrayfire in LDFLAGS and INCLUDE

parent bf2bdd1c
No related branches found
No related tags found
No related merge requests found
...@@ -93,10 +93,10 @@ matrix: ...@@ -93,10 +93,10 @@ matrix:
install: install:
# setup environment to allow install on the home directory # setup environment to allow install on the home directory
- export PATH="$HOME/opt/bin:$PATH" - export PATH="$HOME/opt/bin:$PATH"
- export CPATH="$HOME/opt/include:$CPATH" - export CPATH="$HOME/opt/include:$HOME/opt/arrayfire/include:$CPATH"
- export INCLUDE="$HOME/opt/include:$INCLUDE" - export INCLUDE="$HOME/opt/include:$HOME/opt/arrayfire/include:$INCLUDE"
- export LIBRARY_PATH="$HOME/opt/lib:$LIBRARY_PATH" - export LIBRARY_PATH="$HOME/opt/lib:$HOME/opt/arrayfire/lib:$LIBRARY_PATH"
- export LD_LIBRARY_PATH="$HOME/opt/lib:$LD_LIBRARY_PATH" - export LD_LIBRARY_PATH="$HOME/opt/lib:$HOME/opt/arrayfire/lib:$LD_LIBRARY_PATH"
# Setting the TMPDIR in this way allegedly prevents problems with the compilation of # Setting the TMPDIR in this way allegedly prevents problems with the compilation of
# PLUMED + Python on macos # PLUMED + Python on macos
- export TMPDIR="/tmp" - export TMPDIR="/tmp"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment