-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sci-libs/mpfun90: add 2024.12.06, 9999
Signed-off-by: Alexander Puck Neuwirth <alexander@neuwirth-informatik.de>
- Loading branch information
Showing
3 changed files
with
69 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST 2023-02-26.tar.gz 66883 BLAKE2B 3b93099977b614e0d9a16df76f7f3c1eda9b76905664db3f0dc0ad0bd00b503105649aeb4c960d7293e7d536e3a902dbe8cb62f89be3bce655e9bae963097f35 SHA512 7280ecba6cb95f15cea91ea95f5cf21b69f76a490a3c92bef40cf8a1dfadd651cb93480bddddd684d0f18144db65cdb1590964df11d37a9f35eaeeb94f369d63 | ||
DIST 2024-12-06.tar.gz 68050 BLAKE2B 603c5bdc2f869bf78c50953455320003a286b5ef517f955cd865ff201594e04d5e4d9329ae6400296ae5388321e12b50f9f9ef7f09838106e68181fc5a5e9433 SHA512 42b680e78431626c5cbc736275532bbdfbfafa759284c5bc790ebf18209fa80562bdee7b594402e310ba2691ceef439fb8a10a20bed702c09d07a780b6901a14 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Copyright 2023 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
inherit fortran-2 | ||
|
||
DESCRIPTION="High-Precision Software" | ||
HOMEPAGE=" | ||
https://www.davidhbailey.com/dhbsoftware/ | ||
https://github.com/APN-Pucky/mpfun90 | ||
" | ||
MY_PV=$(ver_rs 1- '-') | ||
if [[ ${PV} == 9999 ]]; then | ||
inherit git-r3 | ||
EGIT_REPO_URI="https://github.com/APN-Pucky/mpfun90" | ||
else | ||
SRC_URI="https://github.com/APN-Pucky/mpfun90/archive/refs/tags/${MY_PV}.tar.gz" | ||
S="${WORKDIR}/mpfun90-${MY_PV}" | ||
KEYWORDS="~amd64" | ||
fi | ||
|
||
LICENSE="DHBBSD" | ||
SLOT="0" | ||
|
||
src_compile() { | ||
emake -j1 dynamic | ||
} | ||
|
||
src_install() { | ||
doheader *.mod | ||
dolib.so libmpfun90.so | ||
dolib.a libmpfun90.a | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Copyright 2023 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
inherit fortran-2 | ||
|
||
DESCRIPTION="High-Precision Software" | ||
HOMEPAGE=" | ||
https://www.davidhbailey.com/dhbsoftware/ | ||
https://github.com/APN-Pucky/mpfun90 | ||
" | ||
MY_PV=$(ver_rs 1- '-') | ||
if [[ ${PV} == 9999 ]]; then | ||
inherit git-r3 | ||
EGIT_REPO_URI="https://github.com/APN-Pucky/mpfun90" | ||
else | ||
SRC_URI="https://github.com/APN-Pucky/mpfun90/archive/refs/tags/${MY_PV}.tar.gz" | ||
S="${WORKDIR}/mpfun90-${MY_PV}" | ||
KEYWORDS="~amd64" | ||
fi | ||
|
||
LICENSE="DHBBSD" | ||
SLOT="0" | ||
|
||
src_compile() { | ||
emake -j1 dynamic | ||
} | ||
|
||
src_install() { | ||
doheader *.mod | ||
dolib.so libmpfun90.so | ||
dolib.a libmpfun90.a | ||
} |