Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
OPAL
build-recipes
Commits
7531714c
Commit
7531714c
authored
Sep 01, 2021
by
gsell
Browse files
config file for macOS with GCC 10 and open-mpi 4.0.5 added
parent
83934917
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
0 deletions
+29
-0
config/macOS/gcc10-openmpi405.sh
config/macOS/gcc10-openmpi405.sh
+29
-0
No files found.
config/macOS/gcc10-openmpi405.sh
0 → 100644
View file @
7531714c
export
OTB_TOOLSET
=
gcc
export
OTB_COMPILER_VERSION
=
10.3.0
export
OTB_MPI
=
openmpi
export
OTB_MPI_VERSION
=
4.0.5
declare
-a
OTB_RECIPES
=(
010-build-gmp
020-build-mpfr
030-build-mpc
040-build-gcc
050-build-cmake
060-build-openmpi
070-build-zlib
080-build-hdf5
090-build-gsl
100-build-h5hut
110-build-boost
200-build-parmetis
210-build-openblas
220-build-trilinos
230-build-amrex
300-build-gtest
)
declare
-A
OTB_SYMLINKS
OTB_SYMLINKS[bin/cc]
=
"/opt/local/bin/
${
OTB_COMPILER_VERSION
}
"
OTB_SYMLINKS[bin/gcc]
=
"/opt/local/bin/
${
OTB_COMPILER_VERSION
}
"
OTB_SYMLINKS[bin/c++]
=
"/opt/local/bin/
${
OTB_COMPILER_VERSION
/gcc/g++
}
"
OTB_SYMLINKS[bin/g++]
=
"/opt/local/bin/
${
OTB_COMPILER_VERSION
/gcc/g++
}
"
OTB_SYMLINKS[bin/gfortran]
=
"/opt/local/bin/
${
OTB_COMPILER_VERSION
/gcc/gfortran
}
"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment