Skip to content

Commit

Permalink
Frontier: Temporarily disable PIO tools.
Browse files Browse the repository at this point in the history
  • Loading branch information
ambrad committed Jul 19, 2024
1 parent 29644e3 commit 4530043
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions share/build/buildlib.spio
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ def buildlib(bldroot, installpath, case):
if pio_hints:
cmake_opts += f"-DPIO_FILESYSTEM_HINTS:STRING='$(PIO_FILESYSTEM_HINTS)' "

cmake_opts += "-DPIO_ENABLE_TOOLS=OFF " # WORKAROUND FOR FRONTIER. DO NOT MERGE TO UPSTREAM!!!

# This runs the pio cmake command from the cime case Makefile
logger.info("Configuring SCORPIO")
cmd = f"FC={fc} CC={cc} CXX={cxx} LDFLAGS='{ldflags}' cmake {cmake_opts} {scorpio_src_dir}"
Expand Down

0 comments on commit 4530043

Please sign in to comment.