diff --git a/_posts/2024-08-03-Sapck-Install-LLVM-on-Workstation-or-HPC-Platform.md b/_posts/2024-08-03-Sapck-Install-LLVM-on-Workstation-or-HPC-Platform.md index 4e8cac4..724650a 100644 --- a/_posts/2024-08-03-Sapck-Install-LLVM-on-Workstation-or-HPC-Platform.md +++ b/_posts/2024-08-03-Sapck-Install-LLVM-on-Workstation-or-HPC-Platform.md @@ -10,4 +10,4 @@ type: "Draft" As been talked in my last article, [How To Install and Configure Spack -- The HPC Package Manager] -({% post_url 2024-07-03-Install-Sapck-The-HPC-Package-Manager %}), Spack is designed to resolve this type of dependencies and toolchains building problem on multiple platforms. Though it totally doable to build up LLVM by following its [documentations](https://llvm.org/docs/GettingStarted.html#getting-the-source-code-and-building-llvm) and configuring the CMake, it's still **way more easier** for most users to just use the almost automated building tool. In this article, I will go how to use Spack to easily and correctly build and install LLVM. \ No newline at end of file +({% post_url 2024-07-03-Install-Sapck-The-HPC-Package-Manager | absolute_url %}), Spack is designed to resolve this type of dependencies and toolchains building problem on multiple platforms. Though it totally doable to build up LLVM by following its [documentations](https://llvm.org/docs/GettingStarted.html#getting-the-source-code-and-building-llvm) and configuring the CMake, it's still **way more easier** for most users to just use the almost automated building tool. In this article, I will go how to use Spack to easily and correctly build and install LLVM. \ No newline at end of file