mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-rglpk: add systemrequirements
This commit is contained in:
parent
8c451540db
commit
86d1786e43
1 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,9 @@ sys.path.append(os.path.normpath(f'{__file__}/../../../lilac-extensions'))
|
||||||
from lilac_r_utils import r_pre_build
|
from lilac_r_utils import r_pre_build
|
||||||
|
|
||||||
def pre_build():
|
def pre_build():
|
||||||
r_pre_build(_G)
|
r_pre_build(_G,
|
||||||
|
expect_systemrequirements = "GLPK library package (e.g., libglpk-dev on Debian/Ubuntu)"
|
||||||
|
)
|
||||||
|
|
||||||
def post_build():
|
def post_build():
|
||||||
git_pkgbuild_commit()
|
git_pkgbuild_commit()
|
||||||
|
|
Loading…
Add table
Reference in a new issue