Skip to content

Commit

Permalink
debug post link
Browse files Browse the repository at this point in the history
  • Loading branch information
timohyva committed Aug 18, 2024
1 parent b37f4d1 commit 361c314
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
({% 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.

0 comments on commit 361c314

Please sign in to comment.