libcerf 1.10

Closes #35303.

Signed-off-by: Chongyu Zhu <i@lembacon.com>
This commit is contained in:
Chongyu Zhu 2018-12-21 08:10:46 +08:00
parent 5c7948dbb2
commit c0e9f15da5
No known key found for this signature in database
GPG key ID: 1A43E3C9100B38F5

View file

@ -1,8 +1,8 @@
class Libcerf < Formula
desc "Numeric library for complex error functions"
homepage "http://apps.jcns.fz-juelich.de/doku/sc/libcerf"
url "http://apps.jcns.fz-juelich.de/src/libcerf/libcerf-1.9.tgz"
sha256 "ee0f5a58764fa5445b916d8838086bfa2bf5bb368f8f665a35bd71dbdbedaea9"
url "http://apps.jcns.fz-juelich.de/src/libcerf/libcerf-1.10.tgz"
sha256 "6a412c13e404411d77105c731a756384970424d6f65d1c4c63758c28183d4b61"
bottle do
cellar :any
@ -17,8 +17,6 @@ class Libcerf < Formula
mkdir "build" do
system "cmake", "..", *std_cmake_args
system "make", "install"
mv prefix/"man", share
end
end