File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ matrix:
31
31
<< : *macOS
32
32
env :
33
33
- GCC=8
34
+ BUILD_TYPES="debug RelWithDebInfo Release"
34
35
OSX_PACKAGES="gcc openmpi shellcheck cmake"
35
36
- &ubuntu
36
37
os : linux
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ for pkg in ${OSX_PACKAGES}; do
30
30
done
31
31
32
32
# Uninstall mpich and openmpi so that we can install our own version
33
- brew uninstall --force --ignore-dependencies openmpi || true
34
- brew uninstall --force --ignore-dependencies mpich || true
33
+ # brew uninstall --force --ignore-dependencies openmpi || true
34
+ # brew uninstall --force --ignore-dependencies mpich || true
35
35
36
36
# Building CMake from source is very slow. We should be using binaries instead
37
37
# if [[ "${BUILD_TYPE:-}" == InstallScript ]]; then # uninstall some stuff if present
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ echo "Performing Travis-CI script phase for the OpenCoarrays installation script
23
23
export FC=gfortran-${GCC}
24
24
export CC=gcc-${GCC}
25
25
export CXX=g++-${GCC}
26
+ ${CC} --version
26
27
./install.sh --yes-to-all -i " ${HOME} /opencoarrays" -j 4 -f " $( type -P " ${FC} " ) " -c " $( type -P " ${CC} " ) " -C " $( type -P " ${CXX} " ) "
27
28
BUILD_LOC=(prerequisites/builds/opencoarrays/* /)
28
29
BUILD_LOC_DIR=" ${BUILD_LOC[${#BUILD_LOC[@]} -1]}"
You can’t perform that action at this time.
0 commit comments