We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbab70c commit dbcfcd3Copy full SHA for dbcfcd3
.travis.yml
@@ -151,7 +151,7 @@ script:
151
ln -fs "$(which gcc-5)" "$HOME/bin/gcc"
152
ln -fs "$(which g++-5)" "$HOME/bin/g++"
153
export PATH="$PATH:$HOME/bin"
154
- yes | ./install.sh --install-dir="$HOME/opt/opencoarrays" -j 4 > install.log &
+ yes | ./install.sh -i "$HOME/opt/opencoarrays" -j 4 -f "$HOME/bin/gfortran" -c "$HOME/bin/gcc" -C "$HOME/bin/g++" > install.log &
155
install_sh_PID=$!
156
echo "install.log will be displayed after success or failure"
157
while ps -p $install_sh_PID > /dev/null; do
0 commit comments