diff options
author | Sławomir Lis <slis@gentoo.org> | 2015-09-24 07:11:28 +0200 |
---|---|---|
committer | Sławomir Lis <slis@gentoo.org> | 2015-09-24 07:12:23 +0200 |
commit | 600f1fe8b157ef839737dab90547e494dd8de21b (patch) | |
tree | 83f8698b4d1435fe3ad58b2a70321fb98ffb98ca /sci-libs/silo | |
parent | dev-ruby/nokogumbo: cleanup (diff) | |
download | gentoo-600f1fe8b157ef839737dab90547e494dd8de21b.tar.gz gentoo-600f1fe8b157ef839737dab90547e494dd8de21b.tar.bz2 gentoo-600f1fe8b157ef839737dab90547e494dd8de21b.zip |
added fortran compiler check (#561136)
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'sci-libs/silo')
-rw-r--r-- | sci-libs/silo/silo-4.10.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/silo/silo-4.10.2.ebuild b/sci-libs/silo/silo-4.10.2.ebuild index 7831e3a03bb1..a880e4d9efaf 100644 --- a/sci-libs/silo/silo-4.10.2.ebuild +++ b/sci-libs/silo/silo-4.10.2.ebuild @@ -4,7 +4,7 @@ EAPI=5 -inherit eutils +inherit eutils fortran-2 DESCRIPTION="A mesh and field I/O library and scientific database" HOMEPAGE="https://wci.llnl.gov/simulation/computer-codes/silo" |