Skip to content

Commit 4019c99

Browse files
eschnettimciner2
andauthored
MPItrampoline: Build for riscv64 (#10129)
* MPItrampoline: Build for riscv64 * Fix CMake variable --------- Co-authored-by: Ian McInerney <i.mcinerney17@imperial.ac.uk>
1 parent 4e9b2e4 commit 4019c99

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

M/MPItrampoline/build_tarballs.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ cp ${bindir}/mpifc ${bindir}/mpifort
220220
221221
cd ${WORKSPACE}/srcdir/MPIconstants*
222222
cmake -B build \
223-
-DCMAKE_BUILD_TYPE_TYPE=RelWithDebInfo \
223+
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
224224
-DCMAKE_TOOLCHAIN_FILE=${CMAKE_TARGET_TOOLCHAIN} \
225225
-DCMAKE_FIND_ROOT_PATH=${prefix} \
226226
-DCMAKE_INSTALL_PREFIX=${prefix} \
@@ -292,3 +292,5 @@ dependencies = [
292292
# We use GCC 5 to ensure Fortran module files are readable by all `libgfortran3` architectures. GCC 4 would use an older format.
293293
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies;
294294
augment_platform_block, julia_compat="1.6", clang_use_lld=false, preferred_gcc_version=v"5")
295+
296+
# Build trigger: 1

0 commit comments

Comments
 (0)