mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
dev-libs/fortran-stdlib: drop python3.8 compat
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
# Copyright 1999-2022 Gentoo Authors
|
# Copyright 1999-2023 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
FORTRAN_STANDARD="2003"
|
FORTRAN_STANDARD="2003"
|
||||||
PYTHON_COMPAT=( python3_{8..10} )
|
PYTHON_COMPAT=( python3_{9..10} )
|
||||||
|
|
||||||
inherit cmake fortran-2 python-any-r1
|
inherit cmake fortran-2 python-any-r1
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
# Copyright 1999-2022 Gentoo Authors
|
# Copyright 1999-2023 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
FORTRAN_STANDARD="2003"
|
FORTRAN_STANDARD="2003"
|
||||||
PYTHON_COMPAT=( python3_{8..10} )
|
PYTHON_COMPAT=( python3_{9..10} )
|
||||||
|
|
||||||
inherit cmake fortran-2 python-any-r1
|
inherit cmake fortran-2 python-any-r1
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
# Copyright 1999-2022 Gentoo Authors
|
# Copyright 1999-2023 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
FORTRAN_STANDARD="2003"
|
FORTRAN_STANDARD="2003"
|
||||||
PYTHON_COMPAT=( python3_{8..10} )
|
PYTHON_COMPAT=( python3_{9..10} )
|
||||||
|
|
||||||
inherit cmake fortran-2 git-r3 python-any-r1
|
inherit cmake fortran-2 git-r3 python-any-r1
|
||||||
|
|
||||||
@@ -45,7 +45,6 @@ src_prepare() {
|
|||||||
cmake_src_prepare
|
cmake_src_prepare
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
local mycmakeargs+=(
|
local mycmakeargs+=(
|
||||||
-DBUILD_SHARED_LIBS=on
|
-DBUILD_SHARED_LIBS=on
|
||||||
|
|||||||
Reference in New Issue
Block a user