We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db40b6e commit 7ebb442Copy full SHA for 7ebb442
Formula/fpm.rb
@@ -5,6 +5,12 @@ class Fpm < Formula
5
sha256 "e4a06956d2300f9aa1d06bd3323670480e946549617582e32684ded6921a921e"
6
license "MIT"
7
8
+ bottle do
9
+ root_url "https://github.com/fortran-lang/homebrew-fortran/releases/download/fpm-0.5.0"
10
+ sha256 cellar: :any, big_sur: "e8f5393d340e4c4230c8ce207069ccb4d797868b7e38a9ebe77c4084dad6e53c"
11
+ sha256 cellar: :any, catalina: "9d6174df624b83d6b878ab1352d19c68dc0bc3e70c12cfb7927151dc7997e52b"
12
+ end
13
+
14
depends_on "curl" => :build
15
depends_on "gcc" # for gfortran
16
fails_with gcc: "4"
0 commit comments