Skip to content

Commit b7bcfce

Browse files
committed
lfortran 0.48.0
1 parent 7ca2c8b commit b7bcfce

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Formula/lfortran.rb

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
class Lfortran < Formula
22
desc "Modern interactive LLVM-based Fortran compiler"
33
homepage "https://lfortran.org"
4-
url "https://lfortran.github.io/tarballs/release/lfortran-0.46.0.tar.gz"
4+
url "https://github.com/lfortran/lfortran/releases/download/v0.48.0/lfortran-0.48.0.tar.gz"
55
sha256 "420885b4bcfd2206bc5ae9cdb658f2382b35b0e4d145476a97bdc7d642d4a588"
66
license "BSD-3-Clause"
77

88
bottle do
9-
root_url "https://github.com/fortran-lang/homebrew-fortran/releases/download/lfortran-0.46.0"
9+
root_url "https://github.com/fortran-lang/homebrew-fortran/releases/download/lfortran-0.48.0"
1010
rebuild 1
1111
sha256 cellar: :any, arm64_sonoma: "18463218cdd1a5fc09b468f27051b55a03c8c693c73aff6b3a6696cc439c2f59"
1212
sha256 cellar: :any, ventura: "62dc18247373cd3ec6364783e8e3e645d246e64b8a72026a3be6eca3f892f227"
@@ -22,6 +22,7 @@ def install
2222
cmake_args = std_cmake_args
2323
cmake_args << "-DCMAKE_CXX_FLAGS_RELEASE=-O3 -funroll-loops -DNDEBUG"
2424
cmake_args << "-DWITH_LLVM=ON"
25+
cmake_args << "-DWITH_LSP=yes"
2526
system "cmake", *cmake_args, "-G", "Ninja", "-B", "build"
2627
system "cmake", "--build", "build"
2728
system "ctest", "--test-dir", "build", "--output-on-failure"

0 commit comments

Comments
 (0)