Skip to content

Commit

Permalink
clang_aomp: Pick up EBROOTGCCCORE using os.getenv instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
akesandgren committed Jan 17, 2024
1 parent c3c77a6 commit d633de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easybuild/easyblocks/c/clang_aomp.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def _configure_llvm(self, component):
"-DLLVM_ENABLE_PROJECTS='clang;lld;clang-tools-extra'",
"-DLLVM_ENABLE_RUNTIMES='compiler-rt;libcxx;libcxxabi'",
"-DCLANG_DEFAULT_LINKER=lld",
"-DGCC_INSTALL_PREFIX=$EBROOTGCCCORE",
"-DGCC_INSTALL_PREFIX=%s" % os.getenv('EBROOTGCCCORE'),
"-DLLVM_ENABLE_ASSERTIONS=ON",
"-DLLVM_ENABLE_BINDINGS=OFF",
"-DLLVM_INCLUDE_BENCHMARKS=OFF",
Expand Down

0 comments on commit d633de2

Please sign in to comment.