diff options
author | Guillaume Horel <guillaume.horel@gmail.com> | 2012-10-18 00:28:12 -0400 |
---|---|---|
committer | Guillaume Horel <guillaume.horel@gmail.com> | 2012-10-18 00:31:39 -0400 |
commit | 033255b3676064abddcd346d04f255e5d592a18b (patch) | |
tree | 8339989c2928082070f74a9e8c15353021de6eb4 /sci-mathematics | |
parent | Merge pull request #22 from jauhien/master (diff) | |
download | sci-033255b3676064abddcd346d04f255e5d592a18b.tar.gz sci-033255b3676064abddcd346d04f255e5d592a18b.tar.bz2 sci-033255b3676064abddcd346d04f255e5d592a18b.zip |
[sci-mathematics/scilab] remove virtual/fortran
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/scilab/ChangeLog | 4 | ||||
-rw-r--r-- | sci-mathematics/scilab/scilab-5.3.3-r1.ebuild | 5 | ||||
-rw-r--r-- | sci-mathematics/scilab/scilab-5.4.0.ebuild | 5 |
3 files changed, 4 insertions, 10 deletions
diff --git a/sci-mathematics/scilab/ChangeLog b/sci-mathematics/scilab/ChangeLog index 241fe4e9b..840b1427b 100644 --- a/sci-mathematics/scilab/ChangeLog +++ b/sci-mathematics/scilab/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 18 Oct 2012; Guillaume Horel <guillaume.horel@gmail.com> + scilab-5.3.3-r1.ebuild, scilab-5.4.0.ebuild: + remove virtual/fortran as intended with the updated fortran-2 eclass + *scilab-5.4.0 (02 Oct 2012) 02 Oct 2012; Guillaume Horel <guillaume.horel@gmail.com> diff --git a/sci-mathematics/scilab/scilab-5.3.3-r1.ebuild b/sci-mathematics/scilab/scilab-5.3.3-r1.ebuild index 758eda74d..912bb8154 100644 --- a/sci-mathematics/scilab/scilab-5.3.3-r1.ebuild +++ b/sci-mathematics/scilab/scilab-5.3.3-r1.ebuild @@ -77,7 +77,6 @@ RDEPEND="${CDEPEND} gui? ( >=virtual/jre-1.5 )" DEPEND="${CDEPEND} - virtual/fortran virtual/pkgconfig debug? ( dev-util/lcov ) gui? ( @@ -94,10 +93,6 @@ pkg_pretend() { pkg_setup() { if use openmp; then - if [[ $(tc-getCC) == *gcc* ]] && ! tc-has-openmp; then - ewarn "You are using a gcc without OpenMP capabilities" - die "Need an OpenMP capable compiler" - fi FORTRAN_NEED_OPENMP=1 fi FORTRAN_STANDARD="77 90" diff --git a/sci-mathematics/scilab/scilab-5.4.0.ebuild b/sci-mathematics/scilab/scilab-5.4.0.ebuild index 090dbca5f..0b245d6f2 100644 --- a/sci-mathematics/scilab/scilab-5.4.0.ebuild +++ b/sci-mathematics/scilab/scilab-5.4.0.ebuild @@ -76,7 +76,6 @@ RDEPEND="${CDEPEND} gui? ( >=virtual/jre-1.5 )" DEPEND="${CDEPEND} - virtual/fortran virtual/pkgconfig debug? ( dev-util/lcov ) gui? ( @@ -97,10 +96,6 @@ pkg_pretend() { pkg_setup() { if use openmp; then - if [[ $(tc-getCC) == *gcc* ]] && ! tc-has-openmp; then - ewarn "You are using a gcc without OpenMP capabilities" - die "Need an OpenMP capable compiler" - fi FORTRAN_NEED_OPENMP=1 fi FORTRAN_STANDARD="77 90" |