flang works as alternative so added to virtual
This commit is contained in:
parent
68be2eacb6
commit
91975b7b52
3 changed files with 35 additions and 0 deletions
8
metadata/md5-cache/virtual/fortran-0-r1
Normal file
8
metadata/md5-cache/virtual/fortran-0-r1
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
DEFINED_PHASES=-
|
||||||
|
DESCRIPTION=Virtual for Fortran Compiler
|
||||||
|
EAPI=8
|
||||||
|
IUSE=openmp
|
||||||
|
KEYWORDS=~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos
|
||||||
|
RDEPEND=|| ( sys-devel/gcc[fortran,openmp?] sys-devel/gcc-apple[fortran,openmp?] llvm-core/flang )
|
||||||
|
SLOT=0
|
||||||
|
_md5_=fa09e6eb2d8b2ef600275a8b6b9b3e97
|
||||||
18
virtual/fortran/fortran-0-r1.ebuild
Normal file
18
virtual/fortran/fortran-0-r1.ebuild
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
# Copyright 1999-2025 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
DESCRIPTION="Virtual for Fortran Compiler"
|
||||||
|
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos"
|
||||||
|
IUSE="openmp"
|
||||||
|
|
||||||
|
RDEPEND="
|
||||||
|
|| (
|
||||||
|
sys-devel/gcc[fortran,openmp?]
|
||||||
|
sys-devel/gcc-apple[fortran,openmp?]
|
||||||
|
llvm-core/flang
|
||||||
|
)
|
||||||
|
"
|
||||||
9
virtual/fortran/metadata.xml
Normal file
9
virtual/fortran/metadata.xml
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="project">
|
||||||
|
<email>sci@gentoo.org</email>
|
||||||
|
<name>Gentoo Science Project</name>
|
||||||
|
</maintainer>
|
||||||
|
<stabilize-allarches/>
|
||||||
|
</pkgmetadata>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue