From 926e4ef0eb8a60d057afa12b341d4a16fca010df Mon Sep 17 00:00:00 2001 From: Vishwanath Chunchula Date: Mon, 2 Dec 2024 16:32:10 +0530 Subject: [PATCH] Corrected typo in README.md Signed-off-by: Vishwanath Chunchula Change-Id: Id1f2fb6162905cd0888a9d50ac5514e28666d224 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0a661e..a997823 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ CMake: -DCMAKE_C_COMPILER=“ -DCMAKE_Fortran_COMPILER=“ -DBOOST_ROOT=“ - i-DMUMPS_UPSTREAM_VERSION="mumps sources version" + -DMUMPS_UPSTREAM_VERSION="mumps sources version" 3. AOCL dependencies can also be configured using AOCL_ROOT. Define the environment variable AOCL_ROOT to point to AOCL libs installation ``` set "AOCL_ROOT=C:\Program Files\AMD\AOCL-Windows"