diff options
author | Violet Purcell <vimproved@inventati.org> | 2023-03-17 21:25:56 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-19 03:00:45 +0000 |
commit | a247f9ca0211517836c9832aef383de627d2465e (patch) | |
tree | bdec83164fa1b61512dae4f84a353ec10912fdfe /sci-libs/nlopt | |
parent | net-dialup/minicom: drop 2.7.1, 2.8 (diff) | |
download | gentoo-a247f9ca0211517836c9832aef383de627d2465e.tar.gz gentoo-a247f9ca0211517836c9832aef383de627d2465e.tar.bz2 gentoo-a247f9ca0211517836c9832aef383de627d2465e.zip |
sci-libs/nlopt: Fortran is only needed for tests
Signed-off-by: Violet Purcell <vimproved@inventati.org>
Closes: https://github.com/gentoo/gentoo/pull/30201
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/nlopt')
-rw-r--r-- | sci-libs/nlopt/nlopt-2.7.1-r1.ebuild | 1 | ||||
-rw-r--r-- | sci-libs/nlopt/nlopt-2.7.1-r2.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sci-libs/nlopt/nlopt-2.7.1-r1.ebuild b/sci-libs/nlopt/nlopt-2.7.1-r1.ebuild index 5adc753ba921..538051367347 100644 --- a/sci-libs/nlopt/nlopt-2.7.1-r1.ebuild +++ b/sci-libs/nlopt/nlopt-2.7.1-r1.ebuild @@ -4,6 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{9..10} ) +FORTRAN_NEEDED="test" inherit python-r1 cmake fortran-2 diff --git a/sci-libs/nlopt/nlopt-2.7.1-r2.ebuild b/sci-libs/nlopt/nlopt-2.7.1-r2.ebuild index 67b4245b9809..8c7936051193 100644 --- a/sci-libs/nlopt/nlopt-2.7.1-r2.ebuild +++ b/sci-libs/nlopt/nlopt-2.7.1-r2.ebuild @@ -4,6 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{9..11} ) +FORTRAN_NEEDED="test" inherit python-r1 cmake fortran-2 |