Skip to content
This repository was archived by the owner on Jan 14, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion kwant.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class Kwant < Formula
homepage 'www.kwant-project.org'
url 'downloads.kwant-project.org/kwant/kwant-1.0.3.tar.gz'
sha1 '6c195979d0b78e09dce5452fb38498c3d5847403'
sha256 '72112dd500c26954f478ccd3d4cc9758b29f5a91dc3326145f0e9e357e109550'

depends_on 'numpy' => :python
depends_on 'scipy' => :python
Expand Down
2 changes: 1 addition & 1 deletion mumps_seq.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class MumpsSeq < Formula
homepage 'http://graal.ens-lyon.fr/MUMPS/'
url 'http://mumps.enseeiht.fr/MUMPS_4.10.0.tar.gz'
sha1 '904b1d816272d99f1f53913cbd4789a5be1838f7'
sha256 'd0f86f91a74c51a17a2ff1be9c9cee2338976f13a6d00896ba5b43a5ca05d933'

depends_on 'scotch5'
depends_on 'metis4'
Expand Down
2 changes: 1 addition & 1 deletion tinyarray.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class Tinyarray < Formula
homepage 'kwant-project.org'
url 'http://downloads.kwant-project.org/tinyarray/tinyarray-1.0.2.tar.gz'
sha1 '953c102dabb7fbc28d3def8da4184e8cf9663995'
sha256 'e196f56268c0b24254621fee12633632a8a33d1a3a1ad8742a8d8232810ee840'

depends_on :python

Expand Down